Skip to content

Commit 9038716

Browse files
authored
Merge pull request #3602 from ClickHouse/pgpipe-refactor-mysql-cta
refactor Postgres source slightly, link MySQL ClickPipe
2 parents ff43364 + 7ee6c83 commit 9038716

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/integrations/data-ingestion/dbms/mysql/index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
1212

1313
# Integrating MySQL with ClickHouse
1414

15-
This page covers using the `MySQL` table engine, for reading from a MySQL table
15+
This page covers using the `MySQL` table engine, for reading from a MySQL table.
16+
17+
:::note
18+
For ClickHouse Cloud, you can also use the [MySQL ClickPipe](/integrations/clickpipes/mysql) (currently in Private Preview) to easily move data from your MySQL tables to ClickHouse.
19+
:::
1620

1721
## Connecting ClickHouse to MySQL using the MySQL Table Engine {#connecting-clickhouse-to-mysql-using-the-mysql-table-engine}
1822

docs/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@ import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
1212

1313
This page covers following options for integrating PostgreSQL with ClickHouse:
1414

15-
- using [ClickPipes](/integrations/clickpipes/postgres), the managed integration service for ClickHouse Cloud - now in public beta. Please [sign up here](https://clickpipes.peerdb.io/)
16-
- using `PeerDB by ClickHouse`, a CDC tool specifically designed for PostgreSQL database replication to both self-hosted ClickHouse and ClickHouse Cloud
17-
- PeerDB is now available natively in ClickHouse Cloud - Blazing-fast Postgres to ClickHouse CDC with our [new ClickPipe connector](/integrations/clickpipes/postgres) - now in public beta. Please [sign up here](https://clickpipes.peerdb.io/)
15+
- using [ClickPipes](/integrations/clickpipes/postgres), the managed integration service for ClickHouse Cloud powered by PeerDB - now in public beta!
16+
- using [PeerDB](https://github.com/PeerDB-io/peerdb), an open-source CDC tool specifically designed for PostgreSQL database replication to both self-hosted ClickHouse and ClickHouse Cloud.
1817
- using the `PostgreSQL` table engine, for reading from a PostgreSQL table
1918
- using the experimental `MaterializedPostgreSQL` database engine, for syncing a database in PostgreSQL with a database in ClickHouse
2019

21-
## Using ClickPipes (powered by PeerDB) {#using-clickpipes-powered-by-peerdb}
22-
23-
PeerDB is now available natively in ClickHouse Cloud - Blazing-fast Postgres to ClickHouse CDC with our [new ClickPipe connector](/integrations/clickpipes/postgres) - now in public beta. Please [sign up here](https://clickpipes.peerdb.io/)
24-
2520
## Using the PostgreSQL Table Engine {#using-the-postgresql-table-engine}
2621

2722
The `PostgreSQL` table engine allows **SELECT** and **INSERT** operations on data stored on the remote PostgreSQL server from ClickHouse.

0 commit comments

Comments
 (0)