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.