OPERATING DOCUMENT / BELUGA

Cluster Setup Guide

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

01 / Context02 / Procedure03 / Operations04 / Verification

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;'"
DOCUMENT TRACE

Return to the project record to see architecture, development pulse, proof and related field notes in one context.