awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCache Materialization

Streaming database changes to maintain the state of an external cache.

Distinct from Database Synchronization: Specifically addresses using a change log to keep a cache updated, rather than general DB-to-DB sync

Explore 2 awesome GitHub repositories matching data & databases · Cache Materialization. Refine with filters or upvote what's useful.

Awesome Cache Materialization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • electric-sql/electricAvatar de electric-sql

    electric-sql/electric

    9,909Ver en GitHub↗

    Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t

    Streams database changes as a message log to keep a Redis cache up-to-date.

    Elixircrdtcrdtselixir
    Ver en GitHub↗9,909
  • risingwavelabs/risingwaveAvatar de risingwavelabs

    risingwavelabs/risingwave

    9,093Ver en GitHub↗

    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 update and delete operations from external databases by materializing the resulting streams into internal tables.

    Rustapache-icebergdata-engineeringdatabase
    Ver en GitHub↗9,093
  1. Home
  2. Data & Databases
  3. Change Data Capture
  4. Database Synchronization
  5. Cache Materialization

Explorar subetiquetas

  • Change MaterializationTransformation of update and delete operations from external databases into materialized internal tables. **Distinct from Cache Materialization:** Distinct from Cache Materialization: focuses on materializing changes into full tables for analytics rather than just an external cache.