├── 0 └── 0_overview.md ├── 1 ├── 1.0_mysql_replication.graffle ├── 1.0_mysql_replication.md ├── 1.0_mysql_replication.png ├── 1.1_bidirectional_replication.graffle ├── 1.1_bidirectional_replication.md ├── 1.1_bidirectional_replication.png ├── 1.2_sync_between_cloud.md ├── 1.3_mysql_kafka.graffle │ ├── data.plist │ └── image2.png ├── 1.3_mysql_kafka.md ├── 1.3_mysql_kafka.png ├── 1.4_oracle_mysql.md └── 1.4_oracle_mysql.png ├── 2 ├── 2.0.1_interface.md ├── 2.0_mysql_replication_1_1.md ├── 2.1_mysql_replication_n_1.md ├── 2.2_mysql_replication_1_n.md ├── 2.3_dc_to_dc_bidirectional.md ├── 2.4_ali_to_jd.md ├── 2.5_mysql_kafka.md ├── 2.6_oracle_mysql.md ├── 2.7_multi_node.md ├── consul-3.png ├── nomad-client.png └── nomad-server.png ├── 3 ├── 3.0_function_scenario_mapping.md ├── 3.10_consul.md ├── 3.11_oracle_mysql.md ├── 3.1_limitation.md ├── 3.2_ports.md ├── 3.3_impact_on_dest.md ├── 3.4.1_delay_alert.md ├── 3.4.2_monitor.md ├── 3.4_metrics.md ├── 3.5_deployment.md ├── 3.6_DDL.md ├── 3.7_DCL.md ├── 3.8_dtle_mapping.md ├── 3.9_binlog_relay.md └── images │ ├── 3.4.1_delay2.png │ ├── 3.4.2_add_cpu_panel.png │ ├── 3.4.2_add_data_source.png │ ├── 3.4.2_add_panel.png │ ├── 3.4.2_add_prometheus_url.png │ ├── 3.4.2_all_panel.png │ ├── 3.4.2_choose_prometheus.png │ ├── 3.4.2_job_sample.png │ ├── 3.4.2_prometheus_targets.png │ ├── 3.4.2_set_unit.png │ ├── 3.4.2_topu.png │ ├── 3.4_delay1.png │ ├── 3.5_deployment.graffle │ └── 3.5_deployment.png ├── 4 ├── 4.0_installation.md ├── 4.1_node_configuration.md ├── 4.2_command.md ├── 4.3.1_tuning.md ├── 4.3.2_job_sample.md ├── 4.3_job_configuration.md ├── 4.4.1_dtle_http_api.md ├── 4.4.1_http_api_oldv2.md ├── 4.4_http_api.md ├── 4.5_mysql_user_privileges.md ├── 4.6_dtle_2to3.md ├── 4.7_diagnosing.md └── images │ ├── 4.4.1_execute.png │ ├── 4.4.1_login.png │ ├── 4.4.1_response.png │ ├── 4.4.1_swagger_ui.png │ └── 4.4.1_try_it_out.png ├── 5 ├── 5.1_resource_estimation.md ├── 5.2_architecture.md ├── 5.3_kafka_message_format.md ├── 5.4_columns_mapping.md └── dtle-architecture.png ├── 6 └── howto_contribute.md ├── 7 └── 7_roadmap.md ├── .gitignore ├── .travis.yml ├── .vscode └── settings.json ├── LICENSE ├── Makefile ├── QR_code.png ├── README.md ├── SUMMARY.md ├── book.json ├── dtle-manual.pdf └── website.css /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/.travis.yml -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /0/0_overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/0/0_overview.md -------------------------------------------------------------------------------- /1/1.0_mysql_replication.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.0_mysql_replication.graffle -------------------------------------------------------------------------------- /1/1.0_mysql_replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.0_mysql_replication.md -------------------------------------------------------------------------------- /1/1.0_mysql_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.0_mysql_replication.png -------------------------------------------------------------------------------- /1/1.1_bidirectional_replication.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.1_bidirectional_replication.graffle -------------------------------------------------------------------------------- /1/1.1_bidirectional_replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.1_bidirectional_replication.md -------------------------------------------------------------------------------- /1/1.1_bidirectional_replication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.1_bidirectional_replication.png -------------------------------------------------------------------------------- /1/1.2_sync_between_cloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.2_sync_between_cloud.md -------------------------------------------------------------------------------- /1/1.3_mysql_kafka.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.3_mysql_kafka.graffle/data.plist -------------------------------------------------------------------------------- /1/1.3_mysql_kafka.graffle/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.3_mysql_kafka.graffle/image2.png -------------------------------------------------------------------------------- /1/1.3_mysql_kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.3_mysql_kafka.md -------------------------------------------------------------------------------- /1/1.3_mysql_kafka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.3_mysql_kafka.png -------------------------------------------------------------------------------- /1/1.4_oracle_mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.4_oracle_mysql.md -------------------------------------------------------------------------------- /1/1.4_oracle_mysql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/1/1.4_oracle_mysql.png -------------------------------------------------------------------------------- /2/2.0.1_interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.0.1_interface.md -------------------------------------------------------------------------------- /2/2.0_mysql_replication_1_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.0_mysql_replication_1_1.md -------------------------------------------------------------------------------- /2/2.1_mysql_replication_n_1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.1_mysql_replication_n_1.md -------------------------------------------------------------------------------- /2/2.2_mysql_replication_1_n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.2_mysql_replication_1_n.md -------------------------------------------------------------------------------- /2/2.3_dc_to_dc_bidirectional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.3_dc_to_dc_bidirectional.md -------------------------------------------------------------------------------- /2/2.4_ali_to_jd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.4_ali_to_jd.md -------------------------------------------------------------------------------- /2/2.5_mysql_kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.5_mysql_kafka.md -------------------------------------------------------------------------------- /2/2.6_oracle_mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.6_oracle_mysql.md -------------------------------------------------------------------------------- /2/2.7_multi_node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/2.7_multi_node.md -------------------------------------------------------------------------------- /2/consul-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/consul-3.png -------------------------------------------------------------------------------- /2/nomad-client.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/nomad-client.png -------------------------------------------------------------------------------- /2/nomad-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/2/nomad-server.png -------------------------------------------------------------------------------- /3/3.0_function_scenario_mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.0_function_scenario_mapping.md -------------------------------------------------------------------------------- /3/3.10_consul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.10_consul.md -------------------------------------------------------------------------------- /3/3.11_oracle_mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.11_oracle_mysql.md -------------------------------------------------------------------------------- /3/3.1_limitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.1_limitation.md -------------------------------------------------------------------------------- /3/3.2_ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.2_ports.md -------------------------------------------------------------------------------- /3/3.3_impact_on_dest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.3_impact_on_dest.md -------------------------------------------------------------------------------- /3/3.4.1_delay_alert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.4.1_delay_alert.md -------------------------------------------------------------------------------- /3/3.4.2_monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.4.2_monitor.md -------------------------------------------------------------------------------- /3/3.4_metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.4_metrics.md -------------------------------------------------------------------------------- /3/3.5_deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.5_deployment.md -------------------------------------------------------------------------------- /3/3.6_DDL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.6_DDL.md -------------------------------------------------------------------------------- /3/3.7_DCL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.7_DCL.md -------------------------------------------------------------------------------- /3/3.8_dtle_mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.8_dtle_mapping.md -------------------------------------------------------------------------------- /3/3.9_binlog_relay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/3.9_binlog_relay.md -------------------------------------------------------------------------------- /3/images/3.4.1_delay2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.1_delay2.png -------------------------------------------------------------------------------- /3/images/3.4.2_add_cpu_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_add_cpu_panel.png -------------------------------------------------------------------------------- /3/images/3.4.2_add_data_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_add_data_source.png -------------------------------------------------------------------------------- /3/images/3.4.2_add_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_add_panel.png -------------------------------------------------------------------------------- /3/images/3.4.2_add_prometheus_url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_add_prometheus_url.png -------------------------------------------------------------------------------- /3/images/3.4.2_all_panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_all_panel.png -------------------------------------------------------------------------------- /3/images/3.4.2_choose_prometheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_choose_prometheus.png -------------------------------------------------------------------------------- /3/images/3.4.2_job_sample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_job_sample.png -------------------------------------------------------------------------------- /3/images/3.4.2_prometheus_targets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_prometheus_targets.png -------------------------------------------------------------------------------- /3/images/3.4.2_set_unit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_set_unit.png -------------------------------------------------------------------------------- /3/images/3.4.2_topu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4.2_topu.png -------------------------------------------------------------------------------- /3/images/3.4_delay1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.4_delay1.png -------------------------------------------------------------------------------- /3/images/3.5_deployment.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.5_deployment.graffle -------------------------------------------------------------------------------- /3/images/3.5_deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/3/images/3.5_deployment.png -------------------------------------------------------------------------------- /4/4.0_installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.0_installation.md -------------------------------------------------------------------------------- /4/4.1_node_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.1_node_configuration.md -------------------------------------------------------------------------------- /4/4.2_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.2_command.md -------------------------------------------------------------------------------- /4/4.3.1_tuning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.3.1_tuning.md -------------------------------------------------------------------------------- /4/4.3.2_job_sample.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.3.2_job_sample.md -------------------------------------------------------------------------------- /4/4.3_job_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.3_job_configuration.md -------------------------------------------------------------------------------- /4/4.4.1_dtle_http_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.4.1_dtle_http_api.md -------------------------------------------------------------------------------- /4/4.4.1_http_api_oldv2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.4.1_http_api_oldv2.md -------------------------------------------------------------------------------- /4/4.4_http_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.4_http_api.md -------------------------------------------------------------------------------- /4/4.5_mysql_user_privileges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.5_mysql_user_privileges.md -------------------------------------------------------------------------------- /4/4.6_dtle_2to3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.6_dtle_2to3.md -------------------------------------------------------------------------------- /4/4.7_diagnosing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/4.7_diagnosing.md -------------------------------------------------------------------------------- /4/images/4.4.1_execute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/images/4.4.1_execute.png -------------------------------------------------------------------------------- /4/images/4.4.1_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/images/4.4.1_login.png -------------------------------------------------------------------------------- /4/images/4.4.1_response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/images/4.4.1_response.png -------------------------------------------------------------------------------- /4/images/4.4.1_swagger_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/images/4.4.1_swagger_ui.png -------------------------------------------------------------------------------- /4/images/4.4.1_try_it_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/4/images/4.4.1_try_it_out.png -------------------------------------------------------------------------------- /5/5.1_resource_estimation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/5/5.1_resource_estimation.md -------------------------------------------------------------------------------- /5/5.2_architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/5/5.2_architecture.md -------------------------------------------------------------------------------- /5/5.3_kafka_message_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/5/5.3_kafka_message_format.md -------------------------------------------------------------------------------- /5/5.4_columns_mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/5/5.4_columns_mapping.md -------------------------------------------------------------------------------- /5/dtle-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/5/dtle-architecture.png -------------------------------------------------------------------------------- /6/howto_contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/6/howto_contribute.md -------------------------------------------------------------------------------- /7/7_roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/7/7_roadmap.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/Makefile -------------------------------------------------------------------------------- /QR_code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/QR_code.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/book.json -------------------------------------------------------------------------------- /dtle-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/dtle-manual.pdf -------------------------------------------------------------------------------- /website.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/actiontech/dtle-docs-cn/HEAD/website.css --------------------------------------------------------------------------------