Coding with Apache Geode: An Integration with Apache Kafka

January 20, 2018

In this project I show a sample integration between two Apache projects: Apache Geode and Apache Kafka As we may know Apache Geode is a high performance key value data store. At Geode heart is a rich eventing system. That eventing system allows developer to build rich event driven applications. We are going to use Geode's event architecture to integration its data operations with Kafka. In this example I am going to be using Geode's ``AsyncEventListener`` to asynchronously send data to Kafka so Geode data operations can work at in memory speeds. The Git repo can be found here: https://github.com/charliemblack/geode-kafka-integration-example

Previous
How to Build Modern Data Pipelines with Pivotal GemFire and Spring Cloud Data Flow
How to Build Modern Data Pipelines with Pivotal GemFire and Spring Cloud Data Flow

Getting data from point A to B in a timely way is often easier said than done. Learn how to breakdown data ...

Next
An Introduction to Look-Aside Caching
An Introduction to Look-Aside Caching

Learn the basics of look-aside caching, how it works, when to use it and how it differs from inline caching...