Skip to main content

FastFlows is a FastAPI server & command line tool to comunicate with Prefect 2.0 as a Workflow manager to deploy, run, track flows and more.

Project description

Run FastFlow server

FastFlows is a FastAPI server & command line tool to comunicate with Prefect 2.0 as a Workflow manager to deploy, run, track flows and more.

To start work with FastFlows you should define at least 2 environment variables:

    # Prefect API Server address
    PREFECT_URI=http://localhost:4200

    # Path to folder with flows
    FLOWS_HOME=flows

If you want to define variables with env prefix, for example, like 'LOCAL_PREFECT_URI' or 'DEV_PREFECT_URI' you can use environment variable 'ENV_NAME'

If Fastflow will see 'ENV_NAME' variable in environment - it will search for variables with prefix defined in this ENV_NAME, for example:

if ENV_NAME = 'LOCAL'

Fastflows will read variables like LOCAL_PREFECT_URI and LOCAL_FLOWS_HOME,

if ENV_NAME = 'dev', then fastflow will expect variables like 'dev_PREFECT_URI' and 'dev_FLOWS_HOME'

Build FastFlows

To build stand alone image:

    docker build . -f docker/Dockerfile -t fastflows

Run Prefect witn DB in Docker-Compose

    docker-compose -f ./docker/docker-compose.yml up  --build

To enter UI:

    # if you will try to use 0.0.0.0 you will not see any data because of CORS issues
    http://localhost:4200/flows

Run cli

    fastflows --help

Flows Deployment

Auto deployment

Deployment of Flows can be done by FastFlows automatically: if there is a new flow or changes in FLOWS_HOME directory - FastFlow create new deployment. To disable auto deployment set env variable to 0

    FASTFLOWS_AUTO_DEPLOYMENT = 0

Project details


Download files

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

Source Distribution

fastflows-0.1.0.dev1657482733.tar.gz (23.1 kB view details)

Uploaded Source

Built Distribution

fastflows-0.1.0.dev1657482733-py3-none-any.whl (34.3 kB view details)

Uploaded Python 3

File details

Details for the file fastflows-0.1.0.dev1657482733.tar.gz.

File metadata

  • Download URL: fastflows-0.1.0.dev1657482733.tar.gz
  • Upload date:
  • Size: 23.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.9.13 Darwin/21.5.0

File hashes

Hashes for fastflows-0.1.0.dev1657482733.tar.gz
Algorithm Hash digest
SHA256 910b9b046155c85e8148a2b3d199dfbcf1abbb5a92601c863c3ff684ffa0ec56
MD5 537b38fd919ac61afcee4c24f4dcc4eb
BLAKE2b-256 e216346e9131cfceb628447bc32416368ede3805603ed6b313ab9b0fd1c53a6c

See more details on using hashes here.

File details

Details for the file fastflows-0.1.0.dev1657482733-py3-none-any.whl.

File metadata

File hashes

Hashes for fastflows-0.1.0.dev1657482733-py3-none-any.whl
Algorithm Hash digest
SHA256 72a63eaefbc222a5e91b4ccea3167b4734ef2e55c14b504105f65059f9c5dbec
MD5 91722e1c6ccf3dbb04b8df81865eccf9
BLAKE2b-256 82f6dcb8c094b452ff5abb60d717fe0661c35387185995570e422f5d64290a1f

See more details on using hashes here.

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