InfluxDB¶
Purpose¶
InfluxDB is a high-performance time-series database used at Brekz to collect and store event data from the webshop platform and integrations. It provides a central store for operational events, enabling analysis and monitoring of activity across services.
Brekz runs its own self-hosted InfluxDB server: FL09IDB001.
Server¶
| Property | Value |
|---|---|
| Hostname | FL09IDB001 |
| Type | Self-hosted |
Data Sources¶
InfluxDB receives event data from the following services:
-
Brekz PrestaShop
Events from the Brekz e-commerce webshop. Covers user interactions, order-related events, and other shopfront activity.
-
Brekz Copernica
Events originating from the Copernica marketing automation integration, capturing data from email campaigns and synced customer interactions.
Data Flow¶
flowchart LR
PS[brekz-prestashop] -->|events| IDB[(InfluxDB\nFL09IDB001)]
COP[brekz-copernica] -->|events| IDB