08 You're done — what next
Where to take the trial next, and the fallbacks for anything that went wrong along the way.
- Your trial keeps running for 30 days. Come back, load your own data, and keep exploring — the $300 in credits is yours.
- Try your own dataset. Point a ClickPipe at your own S3 bucket or a live feed, or drop a CSV/Parquet via Data sources → Upload file.
- Go deeper on the functions. Everything you ran today —
uniq*,topK,argMin/argMax,quantile, the-Ifcombinators — is documented at clickhouse.com/docs. - Stay in touch. Scan the QR or link on the closing slide to keep your service going after the trial.
If you got stuck at any point
Fallbacks
No service yet? Shadow a neighbour's screen so you don't miss the queries, and flag a helper.
Can't create a service at all? Use the free SQL Playground — you can run read-only queries against sample data there while you sort out your account.
A query errored? Re-copy it with the copy button on the code block (partial pastes are the
usual culprit) and make sure the forex table loaded — the sanity check is in
module 03.