Skip to main content

flowingo is airflow for dataflow

Project description

flowingo

Test Publish codecov

like airflow but flowingo

Development

Create virtual environment

Create venv and install packages

python3 -m pip install virtualenv
python3 -m venv .venv
source .venv/bin/activate && pip install -r requirements.txt && deactivate

Activate environment

source .venv/bin/activate
# ... work here ... 
deactivate

Install to local env and use it

python setup.py install easy_install flowingo[...]
flowingo --help

Backend cli

You can run cli without installation

python -m flowingo --help

Build and load to pip TODO

Backend server

Run manager celery worker

python -m flowingo manager 

Run manager celery worker with autoreload

watchmedo auto-restart --directory=./flowingo/ --pattern="*.py" --recursive -- python -m flowingo manager

Backend api

TODO

Frontend

TODO

Build and publish



          

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowingo-0.0.1.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

flowingo-0.0.1-py3-none-any.whl (342.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page