์ค์๊ฐ ์์ง์ด๋ ๋ฐ์ดํฐ๊ฐ ๊ฐ์ ธ๋ค ์ค ๊ฐ์น, Data in Motion Tour์์ ํ์ธํ์ธ์!
In theย previous article, we saw how syslog data can be easily streamed into Apache Kafkaยฎ and filtered in real time with KSQL. In this article, weโre going to see how [โฆ]
Syslog is one of those ubiquitous standards on which much of modern computing runs. Built into operating systems such as Linux, itโs also commonplace in networking and IoT devices like [โฆ]
Life would be simple if data lived in one place: one single solitary database to rule them all. Anything that needed to be joined to anything could be with a [โฆ]
One of the most frequent questions and topics that I see come up on community resources such as StackOverflow, the Confluent Platform mailing list, and the Confluent Community Slack group, [โฆ]
In this post Iโm going to show what streaming ETL looks like in practice. Weโre replacing batch extracts with event streams, and batch transformation with in-flight transformation. But first, a [โฆ]
KSQL is the streaming SQL engine for Apache Kafkaยฎ. It lets you do sophisticated stream processing on Kafka topics, easily, using a simple and interactive SQL interface. In this short [โฆ]
We saw in the earlier articlesย (part 1, part 2) in this series how to use the Kafka Connect API to build out a very simple, but powerful and scalable, streaming [โฆ]
In the previous article in this blog series I showed how easy it is to stream data out of a database into Apache Kafkaยฎ, using the Kafka Connect API. I [โฆ]
This short series of articles is going to show you how to stream data from a database (MySQL) into Apache Kafkaยฎย and from Kafka into both a text file and Elasticsearchโall [โฆ]
Note As of February 2021, Confluent has launched its own Oracle CDC connector. Read this blog post for the latest information.