Overview of Magistrala Writers
mainWriters are optional plugin services in Magistrala that consume messages from the message broker, normalize them (into SenML or JSON formats), and persist them to a storage backend.
There are two available writer services:
- Postgres writer: Stores data in PostgreSQL.
- Timescale writer: Stores data in TimescaleDB using hypertables optimized for time-series workloads.
Note: Core services and the message broker must be running before starting writers.