awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • electric-sql/electricAvatar von electric-sql

    electric-sql/electric

    9,909Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,909
  • risingwavelabs/risingwaveAvatar von risingwavelabs

    risingwavelabs/risingwave

    9,093Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,093
  1. Home
  2. Data & Databases
  3. Change Data Capture
  4. Database Synchronization
  5. Cache Materialization

Unter-Tags erkunden

  • 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.