MaterializeInc/materialize

The live data layer for apps and AI agents. Create up-to-the-second views into your business, just using SQL

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 10th, 2026
Created on February 22nd, 2019
Open Issues & Pull Requests: 719 (+1)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 514
Total Stargazers: 6,368 (+0)
Total Subscribers: 69 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

Materialize is a real-time data integration platform that creates and continually updates consistent views of transactional data using SQL.

The platform solves the problem of delivering fresh, consistent data across an organization without building custom data pipelines. It works by recasting SQL queries as dataflows that react efficiently to changes in upstream data as they happen. This approach guarantees correct and strongly consistent answers with minimal latency, even when joining data from multiple upstream systems, without requiring you to accept approximate answers or eventual consistency.

Materialize suits three primary adoption patterns: query offload for scaling complex reads more efficiently than read replicas without cache invalidation headaches, integration hub deployments that extract and incrementally transform data from multiple sources into live queryable views, and operational data mesh scenarios where SQL creates and delivers real-time data products across services and domains. The tool ingests data from PostgreSQL and MySQL replication streams, Kafka and Kafka-compatible systems, and SaaS applications via webhooks. It supports a large fraction of PostgreSQL features and actively expands built-in function coverage. The fully managed cloud service offers high availability through multi-active replication, horizontal scalability across machines, and near-infinite storage via cloud object storage, while self-managed Community and Enterprise editions are also available.

Development activity shows consistent engagement with the community through multiple channels including Slack and direct contact options. The project maintains active issue tracking for feature requests and improvements. The codebase is written in Rust and demonstrates ongoing expansion of PostgreSQL compatibility. The team provides both cloud and self-hosted deployment options, indicating sustained investment in multiple deployment models.