2 रिपॉजिटरी
Executes SQL queries that incrementally update results as underlying streaming data changes.
Distinct from Distributed SQL Querying: Distinct from Distributed SQL Querying: focuses on continuous incremental updates on streaming data, not distributed batch execution.
Explore 2 awesome GitHub repositories matching data & databases · Continuous SQL Querying. Refine with filters or upvote what's useful.
Materialize is a streaming SQL database that continuously ingests live data from sources such as Kafka, Redpanda, PostgreSQL, and MySQL, and incrementally maintains materialized views. It provides a PostgreSQL-compatible query engine that accepts standard SQL over the PostgreSQL wire protocol, enabling any existing SQL client or BI tool to query real-time data. The system also includes a Model Context Protocol (MCP) server that exposes live materialized view data to AI agents, providing fresh context without polling. Materialize distinguishes itself through its ability to offer configurable c
Executes SQL queries that incrementally update results as underlying streaming data changes.
CloudEvents is an open specification for describing event data in a common format across cloud platforms and services. It defines a standard structure and set of metadata attributes for events, enabling interoperability across different systems so producers and consumers can exchange events without custom translation. The specification provides a protocol-agnostic serialization framework that maps CloudEvents attributes and payloads to multiple serialization formats including JSON, Avro, and Protobuf, and defines transport bindings for mapping events onto protocols like HTTP, AMQP, Kafka, MQTT
Defines a dedicated SQL dialect for filtering and processing CloudEvents streams.