Skip to content

Redis backed live-reloadable function management in Python

License

Notifications You must be signed in to change notification settings

kessler-frost/scatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scatter | GitHub License

Redis backed live-reloadable function management in Python. Edit remote functions in real-time.

Features

  1. Function level version control
  2. Live function definition updating for already deployed apps
  3. Lightweight with only 2 dependencies: redis and cloudpickle
  4. Minimal network bandwidth usage

Installation

pip install scatter

Usage

<...>

License

This project is licensed under MIT