-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Your Name edited this page Jun 24, 2026
·
7 revisions
Home | Overview | Architecture | API | Operations | Validation-Guide
LabTelemetry is a Django OT/IT telemetry lab designed to be read, run, and validated quickly.
simulator -> ingestion -> quality evaluation -> PostgreSQL/SQLite -> JSON API -> dashboard
| Start Here | Reference |
|---|---|
| Overview | API |
| Architecture | Operations |
| Validation-Guide |
| Area | Current State |
|---|---|
| Runtime | Django 5.2.9 |
| Persistence | PostgreSQL 16 via Docker Compose, SQLite fallback |
| UI | Server-rendered dashboard with HTMX and Chart.js |
| Telemetry Sources | Simulator and Modbus TCP adapter surface |
| Observability | Optional OpenTelemetry with Jaeger |
| Validation | Automated tests plus end-to-end local manual |
- understand the project quickly: open Overview
- inspect runtime boundaries: open Architecture
- run the system locally: open Operations
- validate the entire flow in practice: open Validation-Guide
- inspect the public contract: open API
This wiki covers the public project only. Internal planning, session history, and private notes remain outside the wiki.