This repository contains the example queries used across all our documentation and blogs, it also contains the script to set up the users.
Users can raise UI issues in this repository and suggest example queries.
The Playground powers the example you see when reading the ClickHouse documentation or blogs.
Each time you see in the blogs a widget showing a SQL query with the icon, you can click on it to open the Playground where you can run the query or build a simple visualization.
Fork this repository and raise a PR on the queries.json file. Once the PR is approved, this query will be deployed to the ClickHouse instance (currently manually).
Make sure to not modify the id of existing queries.
Raise an issue in this repository using the relevant template.
Users can connect directly to the ClickHouse instance using the ClickHouse Client.
clickhouse client --host sql-clickhouse.clickhouse.com --secure --user demo --password ''