Cluster Setup Guide
Step-by-step guide to bootstrapping the Beluga data platform locally.
1. Boot Cluster
git clone https://github.com/dasomel/beluga.git
cd beluga
vagrant up2. Run Demo Pipeline & Verify
# Launch sample database and CDC ingestion
make demo-pipeline
# Query Iceberg tables via Trino CLI
vagrant ssh master -c "trino --server http://localhost:8080 --catalog iceberg --schema default --execute 'SELECT * FROM order_events LIMIT 10;'"