kafka

Kafka Topics Naming – DZone Big Data

Creating a Topic in a Kafka cluster is easy and is well documented for kafka-topics.sh or even the official API documentation.  bin/kafka-topics.sh --help The complexity arises when you are trying to enforce a standard way of defining topic naming. There are many ways...

Querying Kafka Topics Using Presto

Presto is a distributed query engine that allows querying different data sources such as Kafka, MySQL, MongoDB, Oracle, Cassandra, Hive, etc. using SQL. It has the ability to analyze big data and query multiple data sources together. In this article, we will discuss...