© 2026 Hashnode
Introduction Search for "agentic data architecture" and you will find no shortage of material. Pyramid diagrams with three to five layers. Circles labeled "orchestration" pointing to other circles labeled "context." Frameworks with names like the Rea...

Introduction You spent three weeks building a RAG pipeline. The embeddings are clean. The retrieval scores look good. The demo works perfectly. Then it goes to production, and a week later the support team starts forwarding user complaints: the assis...

To stream CDC data to Apache Iceberg with RisingWave: connect RisingWave's built-in Postgres CDC or MySQL CDC connector to your source database, create a materialized view to shape the data, and define an Iceberg sink with type = 'upsert'. RisingWave...

Building a Data Vault on Apache Iceberg with RisingWave delivers the auditability and flexibility of Data Vault 2.0 with the real-time freshness of streaming CDC. RisingWave captures database changes continuously, computes hub, link, and satellite st...

RisingWave can stream PostgreSQL changes directly into Apache Iceberg tables in real time using its built-in postgres-cdc connector. By reading PostgreSQL's logical replication log (WAL), RisingWave captures every INSERT, UPDATE, and DELETE and write...
