Getting Started
This page is generated from the Open Location Hub source documentation and should not be edited in the website repository.
If you want to try Open RTLS Hub on your laptop, start with the shared local
runtime in local-hub/.
That setup brings up the hub, Postgres, Mosquitto, Dex, and a ready-to-use
observability stack so you can inspect what the hub is doing while you
experiment.
Fast Path
- Review
local-hub/README.md. - Start the stack:
local-hub/start_demo.sh
- If you need an auth token for manual calls or connector demos:
local-hub/fetch_demo_token.sh
- Pick an example connector or continue with the docs below.
What This Setup Is For
- local development and experimentation
- validating connector behavior against a real hub runtime
- inspecting OTLP telemetry during laptop demos and debugging
This starter stack is not positioned as a production deployment recipe.
Notes
- Dex is included because it is convenient for local OIDC and repeatable demo users, not because it is the recommended production IdP choice.
- SigNoz is included because it is easy to bootstrap and script for modern local observability workflows, but the hub does not depend on SigNoz specifically.
- Alternative OpenTelemetry-compatible collectors and observability stacks should work as well.
Good Next Steps
connectors/gtfs/README.mdfor GTFS transit vehicle ingest over WebSocket or MQTTconnectors/opensky/README.mdfor OpenSky aircraft ingest over WebSocketconnectors/replay/README.mdfor replaying capturedlocation_updatestrafficdocs/index.mdfor the full software documentation setdocs/connectors.mdfor connector structure and transport guidance