Waterwheel
A workflow scheduler based on petri-nets
Install / Use
/learn @sphenlee/WaterwheelREADME
Waterwheel
Waterwheel is a job scheduler similar to Airflow but with a very different design.
For more information see here.
To get started with a basic deployment see here.
Developing Locally
Waterwheel is built using Rust. Command automation uses Just. Build system is Bazel
Create a .env file with the mandatory config settings:
# docker compose will use this when creating the database:
POSTGRES_PASSWORD=password
WATERWHEEL_DB_URL=postgres://postgres:${POSTGRES_PASSWORD}@localhost/
WATERWHEEL_SERVER_ADDR=http://localhost:8080/
WATERWHEEL_HMAC_SECRET=shared secret
WATERWHEEL_NO_AUTHZ=true
Now launch the services (Postgres and RabbitMQ):
just up
In two separate terminals build and launch Waterwheel server and worker:
# run the server
bazel run waterwheel server
# in a separate terminal
bazel run waterwheel worker
Building a Release binary
Build a release binary using bazel:
bazel build -c opt waterwheel
Build a docker image and load into the local Docker service:
bazel run waterwheel_load
Other commands are available in the Justfile. Run
just helpfor a list.
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
