Materialize
Materialize is an operational data warehouse that uses streaming SQL views maintained with sub-second latency. It exposes a PostgreSQL wire-compatible interface and a session-less HTTP API for SQL execution.
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
HTTP endpoint exposed by a Materialize webhook source. External producers POST events to this URL; Materialize stores the body (and optionally selected headers) as rows. Syntax (abbreviated): CREATMaterialize Streaming Sources and Sinks
-
Kafka topic produced to by a Materialize Kafka sink. Syntax (abbreviated): CREATE SINK
[IN CLUSTER ] FROM INTO KAFKA CONNECTION ( Materialize Streaming Sources and Sinks -
Kafka topic consumed by a Materialize Kafka source. Syntax (abbreviated): CREATE SOURCE
[IN CLUSTER ] FROM KAFKA CONNECTION ( TOPIC ' Materialize Streaming Sources and Sinks