Skip to content

Commit

Permalink
Merge pull request ClickHouse#2146 from ClickHouse/materializedmysql-…
Browse files Browse the repository at this point in the history
…add-badges

Specify cloud only and experimental for MaterializedMySQL tutorial
  • Loading branch information
justindeguzman authored Mar 19, 2024
2 parents 9c3e589 + 75bd984 commit 9c35699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/en/integrations/data-ingestion/dbms/mysql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ description: The MySQL table engine allows you to connect ClickHouse to MySQL.
keywords: [clickhouse, mysql, connect, integrate, table, engine]
---

import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
import ExperimentalBadge from '@theme/badges/ExperimentalBadge';

# Integrating MySQL with ClickHouse

This page covers two options for integrating MySQL with ClickHouse:
Expand Down Expand Up @@ -147,9 +150,8 @@ The `MySQL` table engine allows you to connect ClickHouse to MySQL to exchange d
## Replicate a MySQL Database in ClickHouse
import SelfManaged from '@site/docs/en/_snippets/_self_managed_only_roadmap.md';
<SelfManaged />
<CloudNotSupportedBadge />
<ExperimentalBadge />
The `MaterializedMySQL` database engine allows you to define a database in ClickHouse that contains all the existing tables in a MySQL database, along with all the data in those tables. On the MySQL side, DDL and DML operations can continue to made and ClickHouse detects the changes and acts as a replica to MySQL database.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ slug: /en/integrations/postgresql
keywords: [clickhouse, postgres, postgresql, connect, integrate, table, engine]
---


import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
import ExperimentalBadge from '@theme/badges/ExperimentalBadge';

Expand Down

0 comments on commit 9c35699

Please sign in to comment.