Everything you need to go from zero to a running InsightStream instance.
| Page | What you’ll learn |
|---|---|
| Installation | Cloning, restoring, and running locally |
| Configuration | All available settings and environment variables |
| Quick Start | Ingest the sample fixture and query the API in 5 minutes |
| Requirement | Minimum version | Notes |
|---|---|---|
| .NET SDK | 10.x (pinned via global.json) |
Building, running migrations, dotnet run |
| PostgreSQL | 14+ | Primary datastore |
| Redis | any recent | Score cache + rate limiting |
| LavinMQ (or RabbitMQ) | any recent | AMQP 0-9-1 ingest queue |
| Docker Desktop | any recent | Only needed for the Testcontainers integration tests |
Follow Installation — clone, configure,
migrate, dotnet run.
Skip to Deployment for the full Ubuntu + Nginx + systemd walkthrough.
Read Architecture before touching any code.