Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kessler-frost/scatter
Redis backed live-reloadable function management in Python
https://github.com/kessler-frost/scatter
functions lightweight live-reloading management python redis scatter
Last synced: 3 months ago
JSON representation
Redis backed live-reloadable function management in Python
- Host: GitHub
- URL: https://github.com/kessler-frost/scatter
- Owner: kessler-frost
- License: mit
- Created: 2024-05-11T08:50:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T06:05:47.000Z (4 months ago)
- Last Synced: 2024-10-02T05:01:32.110Z (4 months ago)
- Topics: functions, lightweight, live-reloading, management, python, redis, scatter
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scatter | ![GitHub License](https://img.shields.io/github/license/kessler-frost/scatter?color=blue)
Redis backed live-reloadable function management in Python
## 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](https://github.com/kessler-frost/scatter?tab=MIT-1-ov-file#readme)