Short Updates
#Kafka Reading/Writing in #DuckDB is possible
I’ve been working on integrating DuckDB with Apache Kafka, and now you can read from and write to Kafka topics using the SQL you already know. In the demo...
I’ve been working on integrating DuckDB with Apache Kafka, and now you can read from and write to Kafka topics using the SQL you already know. In the demo below, you’ll see how easy it is to move messages between topics with COPY TO + SELECT — all from DuckDB. Of course you could do more than just copying the unchanged messages, you could modify or transform them.
Take a look! 🎥
More updates coming soon.
Originally posted on LinkedIn.