You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/dbms/mysql/index.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
12
12
13
13
# Integrating MySQL with ClickHouse
14
14
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
+
:::
16
20
17
21
## Connecting ClickHouse to MySQL using the MySQL Table Engine {#connecting-clickhouse-to-mysql-using-the-mysql-table-engine}
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/dbms/postgresql/connecting-to-postgresql.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,11 @@ import ExperimentalBadge from '@theme/badges/ExperimentalBadge';
12
12
13
13
This page covers following options for integrating PostgreSQL with ClickHouse:
14
14
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.
18
17
- using the `PostgreSQL` table engine, for reading from a PostgreSQL table
19
18
- using the experimental `MaterializedPostgreSQL` database engine, for syncing a database in PostgreSQL with a database in ClickHouse
20
19
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
-
25
20
## Using the PostgreSQL Table Engine {#using-the-postgresql-table-engine}
26
21
27
22
The `PostgreSQL` table engine allows **SELECT** and **INSERT** operations on data stored on the remote PostgreSQL server from ClickHouse.
0 commit comments