This should be used with the Go Producer that will produce data about drones and their components. The Kafka Cluster is in the docker-compose.yml
file from the Go Producer repository. Another part is the Postgres Database which you can start using the following command:
docker run --name drone-postgres -e POSTGRES_PASSWORD=secretpass -p 5432:5432 -d postgres