Skip to content

stenneepro/mongodb-redpanda-example

 
 

Repository files navigation

This example shows an integration between Redpanda, an open-source Kafka-compatible streaming platform and MongoDB the database for modern applications.

To get started run sh run.sh. This will spin up the following containers:

  • MongoDB single node (port 27017)
  • Redpanda
  • Kafka Connect with MongoDB Connector for Apache Kafka installed
  • Node Server (hosting an Express app) (port 4000)

Architecture

Once started, point your browser to http://localhost:4000

Click the Start button to begin generating stock ticker data that is writen to a Redpanda topic. MongoDB consumes the ticker data from Redpanda and the application displays the current & average stock price.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.7%
  • HTML 24.0%
  • Shell 20.4%
  • CSS 7.9%