Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)