Total 21 Posts

Apache Kafka

Event-Driven Architecture: Getting Started with Kafka (Part 2)

An event-driven architecture is a paradigm that has become increasingly used in modern microservices-based architectures. It promises a more flexible and responsive architecture to business events, while offering better technical decoupling. Let's see how we can build it with Kafka.…

Read More


Nov 02, 2021 8 min read

Jean-François SIMON

Event-Driven

Event-Driven Architecture: Getting Started with Kafka (Part 1)

An event-driven architecture is a paradigm that has become increasingly used in modern microservices-based architectures. It promises a more flexible and responsive architecture to business events, while offering better technical decoupling. Let's see how we can build it with Kafka.…

Read More


Oct 26, 2021 7 min read

Jean-François SIMON

Event-Driven

Confluent & Twitter4j Tutorial

Reading a Real-Time stream of Tweets into Kafka Kafka is an amazing tool for processing…

Read More


Jun 07, 2019 6 min read

Justin Risch

Data

NYC subway data with Kafka Streams and JHipster (part 2 of 2)

In part 1 [https://test-ippon.ghost.io/nyc-subway-data-with-kafka-streams-and-jhipster-part-1/] of this blog post I explained how…

Read More


Nov 07, 2018 3 min read

Theo LEBRUN

Apache Kafka

NYC subway data with Kafka Streams and JHipster (part 1 of 2)

The NYC subway network is pretty big and with its 468 stations and 27 lines…

Read More


Nov 06, 2018 7 min read

Theo LEBRUN

Apache Kafka

Realtime Machine Learning predictions with Kafka and H2O.ai

When you start doing some Machine Learning, you go through a batch-oriented process: you take…

Read More


Sep 06, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka Streams - Processing late events

I wrote quite a few tutorials about Kafka [https://test-ippon.ghost.io/tag/apache-kafka/], so…

Read More


Aug 29, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #10 - KSQL

We have been writing a lot of code so far [https://test-ippon.ghost.io/tag/…

Read More


Aug 29, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #9 - Latency measures

In the previous posts [https://test-ippon.ghost.io/tag/apache-kafka/], we went through how to…

Read More


Aug 29, 2018 5 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #8 - Spark Structured Streaming

This is the post number 8 in this series where we go through the basics…

Read More


Aug 15, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #7 - Kafka Streams SerDes and Avro

This is the seventh post in this series where we go through the basics of…

Read More


Aug 08, 2018 3 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #6 - Kafka Streams in Kotlin

This is the sixth post in this series where we go through the basics of…

Read More


Aug 08, 2018 5 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #5 - Consuming Avro data

This is the fifth post in this series where we go through the basics of…

Read More


Aug 08, 2018 2 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #4 - Avro and the Schema Registry

This is the fourth post in this series where we go through the basics of…

Read More


Aug 07, 2018 7 min read

Alexis Seigneurin

Apache Kafka

Kafka tutorial #3 - JSON SerDes

This is the third post in this series where we go through the basics of…

Read More


Aug 06, 2018 2 min read

Alexis Seigneurin

Apache Kafka