prefect server in zig
Zig 81.5%
Shell 4.5%
Just 0.6%
Dockerfile 0.2%
Other 13.2%
47 1 0

Clone this repository

https://tangled.org/zzstoatzz.io/prefect-server https://tangled.org/did:plc:xbtmt2zjwlrfegqvch7fboei/prefect-server
git@tangled.org:zzstoatzz.io/prefect-server git@tangled.org:did:plc:xbtmt2zjwlrfegqvch7fboei/prefect-server

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

prefect-server#

zig implementation of prefect server - single binary, ~10x faster than python.

supports sqlite/postgres for storage and memory/redis for messaging. see ROADMAP.md for implementation status.

usage#

just dev           # build and run with debug logging
just test          # run api tests against local server
just docker-test   # build and test in docker
just bench-compare # benchmark against python server

requires zig 0.15 and just. run just --list for all commands.

testing#

integration tests use the official prefect python client to validate API compatibility. see scripts/ for test harnesses.

configuration#

see docs/ for configuration details.