Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 667 Bytes

File metadata and controls

7 lines (6 loc) · 667 Bytes

Background

This repository demonstrates how to dockerize Spark Structured Streaming with Kafka and LocalStack. For a full description of this project, you are welcome to read the accompanying medium blogpost.

Integration Test

  • Run ./create-local-docker.sh to build the application image on your local machine (this is the image being used in it/docker-compose.yml)
  • Run /it/up.sh to spin up the application along with its dependencies (defined in it/docker-compose.infra.yml)
  • Run sbt "project it; IntegrationTest / test"%