Quick start
Get from zero to your first chart in 5 minutes.
Prerequisites
- A Celiq workspace (sign up at app.celiq.co)
- A PostgreSQL, Snowflake, or BigQuery database you can connect to
Step 1 — Add a connection
- Go to Admin → Connections → + New connection
- Choose your warehouse type (PostgreSQL, Snowflake, BigQuery)
- Enter host, database, username, password
- Click Test connection — you should see a green ✓
- Click Save
Step 2 — Create a project
- Go to Forge → Projects → + New project
- Give it a name (e.g. "Analytics")
- Select the connection you just created
- Click Save
Step 3 — Generate nodes with Orion
- Open your project in Forge
- Click Generate with Orion
- Select the tables you want to model (e.g.
payments,rentals,customers) - Click Generate — Orion reads your schema and writes CML node files
- Review the generated nodes, fix any warnings shown in Validate mode
Step 4 — Create a domain
- In Forge, click + New domain
- Add your primary node and join related nodes
- Create a Reveal — a curated view with pre-selected fields
- Click Save
Step 5 — Explore in Discover
- Go to Discover and select your reveal
- Add a date field and a metric
- Click ▶ Run
- Celiq runs the query and auto-selects the best chart
Step 6 — Pin to a Mosaic
- Click the pin icon (top-right of the chart area)
- Select an existing Mosaic or create a new one
- The tile is added — it will refresh automatically on the next load
Next steps
- Forge overview → — learn how nodes and domains work
- Discover overview → — filters, grain, and compare
- CML reference → — full node and domain YAML syntax