From 0ef051717d17629a6cf51a84a98dae22e838c4fe Mon Sep 17 00:00:00 2001 From: MichelleBaird-Clickhouse Date: Wed, 24 Sep 2025 14:47:34 -0400 Subject: [PATCH 1/3] Update index.md added chdb on demand course links to docs overview page --- docs/chdb/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/chdb/index.md b/docs/chdb/index.md index 57a064858c8..5f9f21da489 100644 --- a/docs/chdb/index.md +++ b/docs/chdb/index.md @@ -37,7 +37,7 @@ chDB has the following language bindings: ## How do I get started? {#how-do-i-get-started} * If you're using [Go](install/go.md), [Rust](install/rust.md), [NodeJS](install/nodejs.md), [Bun](install/bun.md) or [C and C++](install/c.md), take a look at the corresponding language pages. -* If you're using Python, see the [getting started developer guide](getting-started.md). There are also guides showing how to do common tasks like: +* If you're using Python, see the [getting started developer guide](getting-started.md) or the [chDB on-demand course][https://learn.clickhouse.com/user_catalog_class/show/1901178]. There are also guides showing how to do common tasks like: * [JupySQL](guides/jupysql.md) * [Querying Pandas](guides/querying-pandas.md) * [Querying Apache Arrow](guides/querying-apache-arrow.md) @@ -45,6 +45,7 @@ chDB has the following language bindings: * [Querying Parquet files](guides/querying-parquet.md) * [Querying remote ClickHouse](guides/query-remote-clickhouse.md) * [Using clickhouse-local database](guides/clickhouse-local.md) + ## An introductory video {#an-introductory-video} @@ -68,6 +69,7 @@ chDB delivers exceptional performance across different scenarios: - Read the full story about the birth of the chDB project on [blog](https://clickhouse.com/blog/chdb-embedded-clickhouse-rocket-engine-on-a-bicycle) - Read about chDB and its use cases on the [Blog](https://clickhouse.com/blog/welcome-chdb-to-clickhouse) +- Take the [chDB on-demand course][https://learn.clickhouse.com/user_catalog_class/show/1901178] - Discover chDB in your browser using [codapi examples](https://antonz.org/trying-chdb/) - More examples see (https://github.com/chdb-io/chdb/tree/main/examples) From 1fd9612fdc3ff4224988706d74716b050dfa288f Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:13:10 +0200 Subject: [PATCH 2/3] Update index.md --- docs/chdb/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chdb/index.md b/docs/chdb/index.md index 5f9f21da489..5ce46aabc27 100644 --- a/docs/chdb/index.md +++ b/docs/chdb/index.md @@ -37,7 +37,7 @@ chDB has the following language bindings: ## How do I get started? {#how-do-i-get-started} * If you're using [Go](install/go.md), [Rust](install/rust.md), [NodeJS](install/nodejs.md), [Bun](install/bun.md) or [C and C++](install/c.md), take a look at the corresponding language pages. -* If you're using Python, see the [getting started developer guide](getting-started.md) or the [chDB on-demand course][https://learn.clickhouse.com/user_catalog_class/show/1901178]. There are also guides showing how to do common tasks like: +* If you're using Python, see the [getting started developer guide](getting-started.md) or the [chDB on-demand course](https://learn.clickhouse.com/user_catalog_class/show/1901178). There are also guides showing how to do common tasks like: * [JupySQL](guides/jupysql.md) * [Querying Pandas](guides/querying-pandas.md) * [Querying Apache Arrow](guides/querying-apache-arrow.md) @@ -69,7 +69,7 @@ chDB delivers exceptional performance across different scenarios: - Read the full story about the birth of the chDB project on [blog](https://clickhouse.com/blog/chdb-embedded-clickhouse-rocket-engine-on-a-bicycle) - Read about chDB and its use cases on the [Blog](https://clickhouse.com/blog/welcome-chdb-to-clickhouse) -- Take the [chDB on-demand course][https://learn.clickhouse.com/user_catalog_class/show/1901178] +- Take the [chDB on-demand course](https://learn.clickhouse.com/user_catalog_class/show/1901178) - Discover chDB in your browser using [codapi examples](https://antonz.org/trying-chdb/) - More examples see (https://github.com/chdb-io/chdb/tree/main/examples) From 530e73ca86b4ae4998256ef832b107b0e7e8bc64 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:16:05 +0200 Subject: [PATCH 3/3] style fixes for CI --- docs/chdb/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/chdb/index.md b/docs/chdb/index.md index 5ce46aabc27..da12cd50f25 100644 --- a/docs/chdb/index.md +++ b/docs/chdb/index.md @@ -45,7 +45,6 @@ chDB has the following language bindings: * [Querying Parquet files](guides/querying-parquet.md) * [Querying remote ClickHouse](guides/query-remote-clickhouse.md) * [Using clickhouse-local database](guides/clickhouse-local.md) - ## An introductory video {#an-introductory-video}