|
18 | 18 | - Supports starting ape-dts as an HTTP server to pull data from the source, allowing users to use any language's HTTP client to retrieve and consume the data.
|
19 | 19 |
|
20 | 20 | ## Supported task types
|
21 |
| -| | mysql -> mysql | pg -> pg | mongo -> mongo | redis -> redis | mysql -> kafka | pg -> kafka| mysql -> starrocks | mysql -> clickhouse | mysql -> tidb | pg -> starrocks | |
22 |
| -| :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | |
23 |
| -| Snapshot | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
24 |
| -| CDC | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
25 |
| -| Data check/revise/review | ✔ | ✔ | ✔ | | | | | | ✔ | | |
26 |
| -| Structure migration | ✔ | ✔ | | | | | ✔ | ✔ | ✔ | ✔ | |
| 21 | +| | mysql -> mysql | pg -> pg | mongo -> mongo | redis -> redis | mysql -> kafka | pg -> kafka| mysql -> starrocks | mysql -> clickhouse | mysql -> tidb | pg -> starrocks | pg -> clickhouse | |
| 22 | +| :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | |
| 23 | +| Snapshot | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
| 24 | +| CDC | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
| 25 | +| Data check/revise/review | ✔ | ✔ | ✔ | | | | | | ✔ | | | |
| 26 | +| Structure migration | ✔ | ✔ | | | | | ✔ | ✔ | ✔ | ✔ | ✔ | |
27 | 27 |
|
28 | 28 |
|
29 | 29 | # Quick starts
|
|
39 | 39 | - [mysql -> tidb](./docs/en/tutorial/mysql_to_tidb.md)
|
40 | 40 | - [mysql -> kafka -> consumer](./docs/en/tutorial/mysql_to_kafka_consumer.md)
|
41 | 41 | - [pg -> starrocks](./docs/en/tutorial/pg_to_starrocks.md)
|
| 42 | +- [pg -> clickhouse](./docs/en/tutorial/pg_to_clickhouse.md) |
42 | 43 | - [pg -> kafka -> consumer](./docs/en/tutorial/pg_to_kafka_consumer.md)
|
43 | 44 | - [mysql -> ape_dts(HTTP server) -> consumer](./docs/en/tutorial/mysql_to_http_server_consumer.md)
|
44 | 45 | - [pg -> ape_dts(HTTP server) -> consumer](./docs/en/tutorial/pg_to_http_server_consumer.md)
|
@@ -86,6 +87,7 @@ Refer to [test docs](./dt-tests/README.md) for details.
|
86 | 87 | - [mysql -> starrocks](./docs/templates/mysql_to_starrocks.md)
|
87 | 88 | - [mysql -> clickhouse](./docs/templates/mysql_to_clickhouse.md)
|
88 | 89 | - [pg -> starrocks](./docs/templates/pg_to_starrocks.md)
|
| 90 | + - [pg -> clickhouse](./docs/templates/pg_to_clickhouse.md) |
89 | 91 |
|
90 | 92 | # Benchmark
|
91 | 93 | - MySQL -> MySQL, Snapshot
|
|
0 commit comments