Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/fastflow
In process streaming workflow engine
https://github.com/rupurt/fastflow
Last synced: 21 days ago
JSON representation
In process streaming workflow engine
- Host: GitHub
- URL: https://github.com/rupurt/fastflow
- Owner: rupurt
- License: mit
- Created: 2024-07-28T15:32:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T07:39:57.000Z (4 months ago)
- Last Synced: 2024-10-10T14:38:48.860Z (about 1 month ago)
- Language: Nix
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyfastflow
![pypi](https://img.shields.io/pypi/v/pyfastflow.svg)
![versions](https://img.shields.io/pypi/pyversions/pyfastflow.svg)In process streaming workflows
## Usage
```console
> pip install pyfastflow
```## Getting Started
- [Quick Start](#quick-start)
- [Development](./docs/DEVELOPMENT.md)
- [setup](./docs/DEVELOPMENT.md#setup)
- [check](./docs/DEVELOPMENT.md#check)
- [dream2nix](./docs/DEVELOPMENT.md#dream2nix)
- [pypi](./docs/DEVELOPMENT.md#pypi)## Quick Start
Install Nix
```console
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```Perform initial setup with:
```console
> direnv allow
> dev setup
```Then explore other options with:
```console
> dev --help
```## License
`pyfastflow` is released under the [MIT license](./LICENSE)