Overview
Data Stores are the destinations where DataBridge delivers your validated, transformed events. After events pass through the ingestion layer, schema validation and optional transformation functions, they are written to one or more data stores for analytics, reporting and downstream processing.
Blackhole
The Blackhole data destination is a utility designed for testing purposes. It consumes all data sent to it without processing or storing it. This makes it ideal for scenarios where the behavior of a data pipeline needs to be tested without affecting downstream systems.
ClickHouse
ClickHouse is an open-source column-oriented DBMS for online analytical processing (OLAP) that allows users to generate analytical reports using SQL queries in real-time. It is well suited for high-volume event data where fast aggregations matter.
Webhooks
Webhooks are "user-defined HTTP callbacks". You can send data to any HTTP endpoint such as external or internal API.
PostgreSQL
PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance. It works well as a DataBridge destination for general-purpose analytics, operational dashboards and development environments.
MySQL
MySQL is a widely used open-source relational database. DataBridge supports MySQL as an event destination for teams that use MySQL as their primary data store.
Others
Canβt find your desired data destination in the list?