Skip to content

This is a bare bones docker compose of Apache Kafka, Kafka Connect, MongoDB Connector for Apache Kafka and a single node MongoDB replica set

Notifications You must be signed in to change notification settings

RWaltersMA/MongoKafkaLite

Repository files navigation

MongoDB Kafka Connector Lite

This docker compose spins up the following:

  • MongoDB single node replica set
  • Kafka Connect
  • Kafka Broker
  • Kafka Zookeeper

In this example, we will spin up a bare bones MongoDB and Apache Kafka configuration. It will contain a single node replica set MongoDB cluster, Apache Kafka, Apache Kafka Connect (with the MongoDB Connector for Apache Kafka installed), Apache Zookeeper (required by Apache Kafka)

Useage

To start the services

docker-compose up

To stop the process you can use "Control-C" or docker-compose down -v

About

This is a bare bones docker compose of Apache Kafka, Kafka Connect, MongoDB Connector for Apache Kafka and a single node MongoDB replica set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published