feat: implement mqtt ingestion, parsing, and archive pipeline

This commit is contained in:
魏风
2026-03-17 13:27:39 +08:00
parent 27101e9bff
commit f02d324335
16 changed files with 896 additions and 5 deletions

View File

@@ -87,6 +87,20 @@ services:
SMTP_TLS: "false"
EMAILS_FROM_EMAIL: "noreply@example.com"
mqtt-ingestor:
restart: "no"
command:
- python
- -m
- app.mqtt.ingestor
mqtt-parser-worker:
restart: "no"
command:
- python
- -m
- app.mqtt.parser_worker
mailcatcher:
image: schickling/mailcatcher
ports: