RouteMaster NL Documentation
A cloud-native, event-driven logistics platform for tracking shipping containers.
Quick Links
- Getting Started - Setup and deployment guide
- TLS/PKI Guide - Certificate management and PKI setup
- Telemetry Service - GPS data ingestion
- Rule Engine Service - Geofence evaluation, publishes events
- Notification Service - Email alerts on geofence events
Services
| Service | Port | Description |
|---|---|---|
| Telemetry | 8080 | GPS data ingestion, writes to Kafka |
| Consumer | 8081 | Kafka consumer, writes to TimescaleDB, WebSocket |
| Rule Engine | 8082 | Geofence evaluation, publishes events |
| Notification | 8083 | Email alerts on geofence events (Gmail SMTP) |
| Frontend | 80 | React SPA with Keycloak auth |
Architecture Overview

Getting Started
See the Getting Started guide for setup instructions.