docker-compose up -d mosquitto
cargo run --bin http_server -- --host 127.0.0.1 --port 8080 --storage-dir ./data/storage
curl http://127.0.0.1:8080/healthIn another terminal, run:
cargo run --example http_client_examplehttp_serveris the main backend entry pointstream_bus_cliis the ingestion and replay CLIexamples/http_client_example.rsis the fastest local API exercise- the maintained Svelte dashboard lives in the separate
janus-dashboardrepository
README.mdGETTING_STARTED.mddocs/DOCUMENTATION_INDEX.mddocs/HTTP_API_CURRENT.mddocs/README_HTTP_API.mddocs/QUICKSTART_HTTP_API.mddocs/QUICK_REFERENCE.md