In the previous article, we discussed how synchronous processing leads to coupling and scalability challenges as traffic grows. Naturally, one might think: “Why not just use streaming to process everything?” However, in the early 2010s, streaming-onl...
In the previous article, we discussed the evolution of stream processing engines. Today, let’s talk about an interesting phenomenon: why do engineers often think of HTTP when faced with real-time processing requirements? HTTP: The engineer’s Swiss ar...
Setting up an Apache Iceberg stack can be complex. You need a query engine to write data, a catalog to manage metadata (like Nessie or a JDBC service), and an object store for the table files. Juggling these separate components requires significant s...
RisingWave's integration with Apache Iceberg took a significant step forward with the introduction of REST catalog support in v2.5. This enhancement allows you to connect RisingWave to any modern Iceberg catalog service through a standardized API. We...