Domopart backend store MQTT messages and use medallion data architecture. From bronze data, to silver and gold data.
Find a file
2026-09-10 17:38:54 +02:00
apps refactor: reorganise project 2026-09-10 17:38:54 +02:00
.gitignore feat: init workspace 2026-09-03 16:44:02 +02:00
Cargo.toml feat: init workspace 2026-09-03 16:44:02 +02:00
LICENSE Initial commit 2026-09-03 12:53:16 +00:00
README.md feat: init workspace 2026-09-03 16:44:02 +02:00

Domopart Backend

Domopart backend store MQTT messages and use medallion data architecture. From bronze data, to silver and gold data.
It provide an API to offer data visualisation and some data consistency controls.

Stack

Messages come from USB port to a Zigbee2MQTT app. Then messages are suscribed by Domopart Storage and stored in a Postgres data lake as bronze layer. Once data available, Domopart ETL convert available bronze data to silver and gold data. Finally you can retrieve data using domopart backend API and show data visualisation in domopart frontend or any other compatible client.