12. Kafka Data StoreΒΆ
The GeoMesa Kafka Data Store is an implementation of the GeoTools
DataStore
interface that is backed by Apache Kafka. The
implementation supports the ability for feature producers to instantiate
a Kafka Data Store in producer mode to persist data into the data
store and for consumers to instantiate a Kafka Data Store in
consumer mode to read data from the data store. The producer and
consumer data stores can be run on separate servers. The only
requirement is that they can connect to the same instance of Apache
Kafka.
All of the Kafka-specific code for GeoMesa is found in the geomesa-kafka
directory of the source distribution.
To get started with the Kafka Data Store, try the GeoMesa Kafka Quick Start tutorial.