- Kafka
- MongoDB Replica Set
- Redis
- RabbitMQ
- Postgres
- MySQL
# Show help
make help
# Start all services
make
# Stop all services
make stop
# Check status of all services
make ps
# Start a service
# make start-<service>
make start-kafka
# Stop a service
# make stop-<service>
make stop-kafka
# Check status of a service
# make ps-<service>
make ps-kafka
# Stop all services and clear data
make clean
- Docker
- Docker Compose
- Make
127.0.0.1 kafka-1 kafka-2 kafka-3 mongo1 mongo2 mongo3