Skip to content

Commit 7279ef7

Browse files
authored
Merge pull request #3179 from Blargian/landing_pages_reference
Add landing pages for `Getting Started` page
2 parents 6c3c781 + 6973a74 commit 7279ef7

File tree

16 files changed

+258
-109
lines changed

16 files changed

+258
-109
lines changed

docs/en/concepts/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Concepts
3+
slug: /en/concepts
4+
description: Landing page for concepts
5+
pagination_next: null
6+
pagination_prev: null
7+
---
8+
9+
In this section of the docs we'll dive into the concepts around what makes ClickHouse so fast and efficient.
10+
11+
| Page | Description |
12+
|------------------------------------------------------------------|---------------------------------------------------------------------------------------|
13+
| [Why is ClickHouse so Fast?](./why-clickhouse-is-so-fast.md) | Learn what makes ClickHouse so fast.
14+
| [What is OLAP?](./olap.md) | Learn what Online Analytical Processing is.
15+
| [Why is ClickHouse unique?](../about-us/distinctive-features.md) | Learn what makes ClickHouse unique.
16+
| [Glossary](./glossary.md) | This page contains a glossary of terms you'll commonly encounter throughout the docs.
17+
| [FAQ](../faq/index.md) | A compilation of the most frequently asked questions we get about ClickHouse.

docs/en/faq/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: /en/concepts/faq
3+
title: FAQ
4+
description: Landing page for FAQ
5+
pagination_prev: null
6+
pagination_next: null
7+
---
8+
9+
| Page | Description |
10+
|---------------------------------------------------------------|----------------------------------------------------------------------------------------|
11+
| [General Questions about ClickHouse](general/index.md) | General questions we get about ClickHouse. |
12+
| [Why not use something like MapReduce?](general/mapreduce.md) | Explainer on why MapReduce implementations are not appropriate for the OLAP scenario. |
13+
| [What does "не тормозит" mean](general/ne-tormozit.md) | Explainer on what "не тормозит" means, which you may have seen on ClickHouse t-shirts. |
14+
| [What is OLAP](general/olap.md) | Explainer on what Online Analytical Processing is. |
15+
| [Who is using ClickHouse](general/who-is-using-clickhouse.md) | Learn about who is using ClickHouse. |

docs/en/guides/inserting-data.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title: Inserting Data
2+
title: Inserting ClickHouse data
33
description: How to insert data into ClickHouse
44
keywords: [insert, insert data, insert into table]
5+
sidebar_label: Inserting ClickHouse data
56
---
67

78
## Basic Example

docs/en/guides/writing-queries.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
sidebar_position: 3
3-
sidebar_label: SELECT Queries
3+
sidebar_label: Selecting data
4+
title: Selecting ClickHouse Data
45
---
56

6-
# SELECT Queries in ClickHouse
7-
87
ClickHouse is a SQL database, and you query your data by writing the same type of `SELECT` queries you are already familiar with. For example:
98

109
```sql

docs/en/introduction-index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: /en/introduction-clickhouse
3+
title: Introduction
4+
description: Landing page for Introduction
5+
pagination_next: null
6+
---
7+
8+
Welcome to ClickHouse! Check out the pages below to learn how to get up and running with ClickHouse - the fastest and most resource efficient real-time data warehouse and open-source database.
9+
10+
| Page | Description |
11+
|-------------------------------------------|--------------------------------------------------------------------|
12+
| [What is ClickHouse?](about-us/intro.mdx) | Learn more about what ClickHouse is. |
13+
| [Quick Start](quick-start.mdx) | Quick start guide to get you up and running in no time. |
14+
| [Advanced Tutorial](tutorial.md) | Comfortable with the basics? Let's do something more interesting. |
15+
| [Install](getting-started/install.md) | Learn about the various ways you can install ClickHouse. |

docs/en/managing-data/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
slug: /en/concepts
2+
slug: /en/managing-data/core-concepts
33
title: Core Concepts
44
description: Learn Core Concepts of how ClickHouse works
55
keywords: [concepts, part, partition, primary index]

docs/en/migrations/bigquery/equivalent-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BigQuery vs ClickHouse Cloud
3-
slug: /en/migrations/bigquery
3+
slug: /en/migrations/bigquery/biquery-vs-clickhouse-cloud
44
description: How BigQuery differs from ClickHouse Cloud
55
keywords: [migrate, migration, migrating, data, etl, elt, BigQuery]
66
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
slug: /en/migrations/bigquery
3+
title: BigQuery
4+
pagination_prev: null
5+
pagination_next: null
6+
---
7+
8+
In this section of the docs, learn more about the similarities and differences between BigQuery and ClickHouse Cloud, as well as why you might want to migrate and how to do so.
9+
10+
| Page | Description |
11+
|-----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| [BigQuery vs ClickHouse Cloud](./equivalent-concepts.md) | The way resources are organized in ClickHouse Cloud is similar to BigQuery's resource hierarchy. We describe the specific differences in this article. |
13+
| [Migrating from BigQuery to ClickHouse Cloud](./migrating-to-clickhouse-cloud.md) | Learn about why you might want to migrate from BigQuery to ClickHouse Cloud. |
14+
| [Loading Data](./loading-data.md) | A guide showing you how to migrate data from BigQuery to ClickHouse. |
15+

docs/en/migrations/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
slug: en/migrations
3+
title: Migrations
4+
pagination_prev: null
5+
pagination_next: null
6+
---
7+
8+
| Page | Description |
9+
|-------------------------------------------------------------------|--------------------------------|
10+
| [BigQuery](bigquery/index.md) | Migration guide for BigQuery |
11+
| [Snowflake](./snowflake.md) | Migration guide for Snowflake |
12+
| [PostgreSQL](postgres/index.md) | Migration guide for PostgreSQL |
13+
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
14+
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
15+
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
16+
| [Rockset](../integrations/migration/rockset.md) | Migration guide for Rockset |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
slug: en/migrations/postgresql
3+
pagination_prev: null
4+
pagination_next: null
5+
title: PostgreSQL
6+
---
7+
8+
| Page | Description |
9+
|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
10+
| [Introduction](./overview.md) | Introduction page for this section |
11+
| [Connecting to PostgreSQL](../../integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md) | This page covers the following options for integrating PostgreSQL with ClickHouse: ClickPipes, PeerDB, PostgreSQL table engine, MaterializedPostgreSQL database engine. |
12+
| [Comparing PostgreSQL and ClickHouse](../../integrations/data-ingestion/dbms/postgresql/postgres-vs-clickhouse.md) | Explores Postgres vs ClickHouse - Equivalent and different concepts. |
13+
| [Loading data from PostgreSQL to ClickHouse](./dataset.md) | Part 1 of a guide on migrating from PostgreSQL to ClickHouse. |
14+
| [Designing Schemas](./designing-schemas.md) | Part 2 of a guide on migrating from PostgreSQL to ClickHouse. |
15+
| [Data modeling techniques](./data-modeling-techniques.md) | Part 3 of a guide on migrating from PostgreSQL to ClickHouse. |
16+
| [Rewrite PostgreSQL Queries](../../integrations/data-ingestion/dbms/postgresql/rewriting-postgres-queries.md) | Part 4 of a guide on migrating from PostgreSQL to ClickHouse. |
17+
| [How to insert data from PostgreSQL](../../integrations/data-ingestion/dbms/postgresql/inserting-data.md) | Learn how to bulk load data from PostgreSQL to ClickHouse. |
18+
| [Data Type Mappings for PostgreSQL](../../integrations/data-ingestion/dbms/postgresql/data-type-mappings.md) | Table showing the equivalent ClickHouse data types for Postgres. |

0 commit comments

Comments
 (0)