2 Repos
Databases that use standard SQL to process continuous data streams and maintain materialized views.
Distinct from Streaming SQL Transformations: The candidates focused on transformations or general distributed SQL; this is the identity of the product as a streaming SQL DB.
Explore 2 awesome GitHub repositories matching data & databases · Streaming SQL Databases. Refine with filters or upvote what's useful.
RisingWave is a cloud-native streaming database and real-time analytics engine that uses standard SQL to process continuous data streams. It functions as a streaming data lakehouse, combining the capabilities of a streaming SQL database with a platform that integrates streaming ingestion with open table formats. The system is distinguished by its use of the PostgreSQL wire protocol, allowing it to integrate with existing SQL tools and drivers. It employs a decoupled compute and storage architecture, persisting streaming state and materialized views in cloud object storage to enable independen
Processes continuous data streams and maintains materialized views using standard SQL.
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
Runs continuously updated SQL queries on live streaming data with incrementally maintained materialized views.