Learner track
Eight modules from an empty ClickHouse Cloud account to 26.5M forex ticks queried, explained by AI, and charted on your own laptop.
Work through these in order. The whole lab is copy-paste, and each module ends with what you should see — so if a step goes wrong you can tell immediately, rather than three modules later.
The modules
| Module | What you do | |
|---|---|---|
| 01 | Sign in to ClickHouse Cloud | Create a free service and open the SQL Console |
| 02 | Create the table | One CREATE TABLE, and why its sort key is shaped that way |
| 03 | Load the data | The same 26.5M ticks two ways: ClickPipes, then s3() |
| 04 | Run the market queries | Seven queries, each replacing a page of SQL |
| 05 | Ask the AI to fix a query | Hand the slow query to the ClickHouse Assistant |
| 06 | Ask in plain English | ClickHouse Agents writes the SQL and draws the chart |
| 07 | Build a live dashboard | A local dashboard querying your own service |
| 08 | You're done — what next | Where to go next, and the fallbacks if you got stuck |
Running behind?
Nothing later depends on you finishing a module on time. Shadow a neighbour's screen for the parts you miss, and pick up again at the next module — the queries all run against the same table.