mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
18 lines
513 B
Markdown
18 lines
513 B
Markdown
# IoT Dashboard
|
|
|
|
Microservices-based IoT platform with device management, mTLS authentication, and time-series data storage.
|
|
|
|
**Architecture:** Device → MQTT (mTLS) → mqtt_ingestion → Redis → db_write → PostgreSQL/TimescaleDB
|
|
|
|
## Services
|
|
|
|
- **device_manager** - Device registration & X.509 certificates (FastAPI)
|
|
- **mqtt_ingestion** - MQTT → Redis pipeline
|
|
- **db_write** - Redis → PostgreSQL writer
|
|
- **infrastructure** - Docker Compose (PostgreSQL, Redis, Mosquitto)
|
|
|
|
|
|
## License
|
|
|
|
MIT License
|