Build a real-time streaming app with Docker, Redpanda, and Apache Spark

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • redpanda-examples

    Discontinued A collection of examples to demonstrate how to interact with Redpanda from various clients and languages.

  • Let’s walk through an example to demonstrate how to stream data from Redpanda into a Structured Streaming application, execute a simple transformation on the stream, and write the results back to Redpanda. You can find all of the code and configuration used in this blog on GitHub.

  • redpanda

    Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

  • $ git clone https://github.com/redpanda-data/redpanda-examples.git $ cd redpanda-examples/docker-compose $ docker-compose -f redpanda-spark.yml up -d [+] Running 4/4 ⠿ Network docker-compose_redpanda_network Created ⠿ Container spark-master Started ⠿ Container redpanda Started ⠿ Container spark-worker Started

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts