Skip to content

ClickHouse/sql.clickhouse.com

Repository files navigation

Playground

Playground UI

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.

What is the Playground?

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 Pen icon icon, you can click on it to open the Playground where you can run the query or build a simple visualization.

Widget

Contributing example queries

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.

Reporting UI or Performance issues with Playground

Raise an issue in this repository using the relevant template.

Direct connections

Users can connect directly to the ClickHouse instance using the ClickHouse Client.

clickhouse client --host sql-clickhouse.clickhouse.com --secure --user demo --password ''

About

Configuration for sql.clickhouse.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published