未验证 提交 a2047de4 编写于 作者: I Ivan Blinkov 提交者: GitHub

[docs] introduction for integration table engines (#12167)

* [docs] introduction for integration table engines

* Update jdbc.md

* Update odbc.md

* Update mysql.md

* Update kafka.md

* Update hdfs.md
上级 fd266ffc
---
toc_priority: 36
toc_priority: 4
toc_title: HDFS
---
......
......@@ -3,4 +3,14 @@ toc_folder_title: Integrations
toc_priority: 30
---
# Table Engines for Integrations
ClickHouse provides various means for integrating with external systems, including table engines. Like with all other table engines, the configuration is done using `CREATE TABLE` or `ALTER TABLE` queries. Then from a user perspective, the configured integration looks like a normal table, but queries to it are proxied to the external system. This transparent querying is one of the key advantages of this approach over alternative integration methods, like external dictionaries or table functions, which require to use custom query methods on each use.
List of supported integrations:
- [ODBC](odbc.md)
- [JDBC](jdbc.md)
- [MySQL](mysql.md)
- [HDFS](hdfs.md)
- [Kafka](kafka.md)
---
toc_priority: 34
toc_priority: 2
toc_title: JDBC
---
......
---
toc_priority: 32
toc_priority: 5
toc_title: Kafka
---
......
---
toc_priority: 33
toc_priority: 3
toc_title: MySQL
---
# Mysql {#mysql}
# MySQL {#mysql}
The MySQL engine allows you to perform `SELECT` queries on data that is stored on a remote MySQL server.
......
---
toc_priority: 35
toc_priority: 1
toc_title: ODBC
---
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册