Skip to content
/ spate Public

Quickly create workflows, business and process automation pipelines. Supports API, UI and Cron based workflows.

License

Notifications You must be signed in to change notification settings

bmarsh9/spate

Repository files navigation

Logo

Dark Theme White Theme (:zap: BETA)

Build docker images

cp tools/build_all.sh $PWD && bash build_all.sh && rm build_all.sh

Start docker images

docker-compose up -d postgres_db && docker-compose up -d spate_ui && docker-compose up -d spate_poller spate_cron spate_ingress

May have to create base-image

cd docker_image && docker build -t base-python .

Stop docker images

docker-compose down

Authentication

[email protected]:admin

Check install

curl http://localhost/api/v1/health

About

Quickly create workflows, business and process automation pipelines. Supports API, UI and Cron based workflows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published