KafkaDonuts Kafka Donuts - on KSQLDB - #2 In the last post we played around with KSQLDB and started to build a virtual donut shop. You can view that post here: Kafka Donuts - on KSQLDB - #1 You can read
KafkaDonuts Kafka Donuts - on KSQLDB - #1 Confluent recently launched KSQLDB - A processing layer/tool/thingamagic that turns Kafka into a streaming database of sorts. It's ultra cool! BUT... it's not the coolest thing on the planet per say.
KafkaDonuts Kafka Donuts - 2 - Donut Baker We create a C# .Net Core app that publishes data into Kafka, host it in Docker and end off by exploring data in Confluent Control Center.
KafkaDonuts Kafka Donuts - 1 - Donut Broker Let's set up Docker and spin up ZooKeeper, Kafka, Confluent Control Center, KSQL, Schema Registry and supporting services.
KafkaDonuts Kafka Donuts A series where we build cool and tasty stuff using Kafka, .Net Core, Docker and other delicious technologies!
HowTo HowTo - Docker on Windows This short post takes you through the steps to get Docker for Windows up and running on your local machine.
WhatsThat Apache Kafka Short Introduction to Apache Kafka Apache Kafka is used to create real-time systems. It's very good with receiving data from a publisher and making sure that this data is consumed by any consumer interested, guaranteed!