This project deploy a small TrinoDB cluster with Iceberg setup for experimenting and testing purpose
#Trinodb
, mysql
, mongodb
- Docker
- Docker Compose
- .env file (refer to .env.example)
For Local environment
-
Clone the repository:
git clone https://github.com/your-username/your-repository.git
-
Build and start the containers:
docker-compose -f docker-compose.yaml up -d --build