Explore >> Select a destination


You are here

www.zuar.com
| | lakefs.io
2.9 parsecs away

Travel
| | Explore data pipeline automation and boost business growth through enhanced data quality, efficiency, and scalability. Learn how to streamline data management.
| | quix.io
3.9 parsecs away

Travel
| | Dive deep into the performance and limitations of Python client libraries to choose the best stream processing solution for your data.
| | engineering.zalando.com
4.2 parsecs away

Travel
| | Architecture and tooling behind machine learning at Zalando
| | jack-vanlightly.com
18.6 parsecs away

Travel
| In the previous post, I covered append-only tables, a common table type in analytics used often for ingesting data into a data lake or modeling streams between stream processor jobs. I had promised to cover native support for changelog streams, aka change data capture (CDC), but before I do so, I think we should first look at how the table formats support the ingestion of data with row-level operations (insert, update, delete) rather than query-level operations that are commonly used in SQL batch commands.