|
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 | pg -> clickhouse | |
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 | mysql -> doris | pg -> doris | |
| 22 | +| :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | :-------- | |
| 23 | +| Snapshot | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
| 24 | +| CDC | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
| 25 | +| Data check/revise/review | ✔ | ✔ | ✔ | | | | | | ✔ | | | | | |
| 26 | +| Structure migration | ✔ | ✔ | | | | | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | |
27 | 27 |
|
28 | 28 |
|
29 | 29 | # Quick starts
|
|
35 | 35 | - [mongo -> mongo](./docs/en/tutorial/mongo_to_mongo.md)
|
36 | 36 | - [redis -> redis](./docs/en/tutorial/redis_to_redis.md)
|
37 | 37 | - [mysql -> starrocks](./docs/en/tutorial/mysql_to_starrocks.md)
|
| 38 | +- [mysql -> doris](./docs/en/tutorial/mysql_to_doris.md) |
38 | 39 | - [mysql -> clickhouse](./docs/en/tutorial/mysql_to_clickhouse.md)
|
39 | 40 | - [mysql -> tidb](./docs/en/tutorial/mysql_to_tidb.md)
|
40 | 41 | - [mysql -> kafka -> consumer](./docs/en/tutorial/mysql_to_kafka_consumer.md)
|
41 | 42 | - [pg -> starrocks](./docs/en/tutorial/pg_to_starrocks.md)
|
| 43 | +- [pg -> doris](./docs/en/tutorial/pg_to_doris.md) |
42 | 44 | - [pg -> clickhouse](./docs/en/tutorial/pg_to_clickhouse.md)
|
43 | 45 | - [pg -> kafka -> consumer](./docs/en/tutorial/pg_to_kafka_consumer.md)
|
44 | 46 | - [mysql -> ape_dts(HTTP server) -> consumer](./docs/en/tutorial/mysql_to_http_server_consumer.md)
|
@@ -85,8 +87,10 @@ Refer to [test docs](./dt-tests/README.md) for details.
|
85 | 87 | - [mysql/pg -> kafka](./docs/templates/rdb_to_kafka.md)
|
86 | 88 | - [mysql/pg -> ape_dts(HTTP server)](./docs/templates/rdb_to_http_server.md)
|
87 | 89 | - [mysql -> starrocks](./docs/templates/mysql_to_starrocks.md)
|
| 90 | + - [mysql -> doris](./docs/templates/mysql_to_doris.md) |
88 | 91 | - [mysql -> clickhouse](./docs/templates/mysql_to_clickhouse.md)
|
89 | 92 | - [pg -> starrocks](./docs/templates/pg_to_starrocks.md)
|
| 93 | + - [pg -> doris](./docs/templates/pg_to_doris.md) |
90 | 94 | - [pg -> clickhouse](./docs/templates/pg_to_clickhouse.md)
|
91 | 95 |
|
92 | 96 | # Benchmark
|
|
0 commit comments