/oss/en/beluga/getting-started

Cluster Setup Guide

Vagrant + Helm + Argo CD local data platform 1-click bootstrap guide.

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 up

2. 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;'"