Environment installation
Installation
Start up infrastructure
Kafka Solution
# Confluent
docker-compose -f infra/confluent/docker-compose.yml up -d
# Redpanda
docker-compose -f infra/redpanda/docker-compose.yml up -dPostgres database
docker-compose -f infra/postgres/docker-compose.yml up -dAddition infrastructure
Postrges configurations
Influx and Grafana configurations
Last updated