Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)