overview
Skardi Server
Define SQL queries in YAML and serve them as parameterized HTTP APIs. The server includes a built-in dashboard, automatic parameter inference, and health checks for all data sources.
cargo run --bin skardi-server -- \
--ctx ctx.yaml \
--pipeline pipelines/ \
--port 8080
For full server documentation — context files, pipeline files, access mode, caching, API endpoints, and response format — see docs/server.md.