1 unstable release

0.1.0 May 1, 2023

#263 in Caching

GPL-3.0 license

2KB

Enstate Server (Docker / Binary)

Development

Copy .env.example to .env and fill in the required environment variables.

To run the caching and monitoring stack locally, you can run:

docker compose up -d

To test out your changes, you can run:

cargo run

Metrics & Monitoring

The server exposes a /metrics endpoint that returns Prometheus metrics. You can access the dashboard at http://localhost:3000.

No runtime deps