This guide uses the official Druid Docker Compose quickstart for a single-node evaluation environment.
curl -O https://raw.githubusercontent.com/apache/druid/master/distribution/docker/docker-compose.yml
docker compose up -d
Open http://your-server:8888 to access the Druid console.
The official quickstart includes sample ingestion tasks you can run from the console to verify the setup.
Check the Druid quickstart documentation or reach out via our contact page.