diff --git a/src/.vuepress/public/img/eco-overview-en.png b/src/.vuepress/public/img/eco-overview-en.png new file mode 100644 index 000000000..e20c7380e Binary files /dev/null and b/src/.vuepress/public/img/eco-overview-en.png differ diff --git a/src/.vuepress/public/img/eco-overview.png b/src/.vuepress/public/img/eco-overview.png new file mode 100644 index 000000000..0fd8e89bf Binary files /dev/null and b/src/.vuepress/public/img/eco-overview.png differ diff --git a/src/.vuepress/sidebar/V2.0.x/en-Table.ts b/src/.vuepress/sidebar/V2.0.x/en-Table.ts index fce0dc4a6..73ad4243a 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Table.ts @@ -164,6 +164,7 @@ export const enSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: 'Overview', link: 'Ecosystem-Overview_apache' }, { text: '‌Computing Engine', collapsible: true, diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts index 1047e8bd9..9b6656575 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts @@ -193,6 +193,7 @@ export const enSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: 'Overview', link: 'Ecosystem-Overview_apache' }, { text: '‌Data Acquisition', collapsible: true, diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts index bb50350f9..7af6788d0 100644 --- a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts +++ b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts @@ -154,6 +154,7 @@ export const zhSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: '概览', link: 'Ecosystem-Overview_apache' }, { text: '计算引擎', collapsible: true, diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts index 87496fe10..850ce3442 100644 --- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts @@ -182,6 +182,7 @@ export const zhSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: '概览', link: 'Ecosystem-Overview_apache' }, { text: '数据采集', collapsible: true, diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts index 948feab9d..99c3e98c2 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts @@ -169,6 +169,7 @@ export const enSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: 'Overview', link: 'Ecosystem-Overview_timecho' }, { text: '‌Computing Engine', collapsible: true, diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts index 1b16b349c..9018860a2 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts @@ -210,6 +210,7 @@ export const enSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: 'Overview', link: 'Ecosystem-Overview_timecho' }, { text: '‌Data Acquisition', collapsible: true, diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts index f73a12eff..36cd6f263 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts @@ -158,6 +158,7 @@ export const zhSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: '概览', link: 'Ecosystem-Overview_timecho' }, { text: '计算引擎', collapsible: true, diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts index a5e8e6252..e2d8d29e5 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts @@ -193,6 +193,7 @@ export const zhSidebar = { collapsible: true, prefix: 'Ecosystem-Integration/', children: [ + { text: '概览', link: 'Ecosystem-Overview_timecho' }, { text: '数据采集', collapsible: true, diff --git a/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..f88a0c05b --- /dev/null +++ b/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,44 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Computing Engine + - Spark [Spark](./Spark-IoTDB.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- Programming Framework + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..f88a0c05b --- /dev/null +++ b/src/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,44 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Computing Engine + - Spark [Spark](./Spark-IoTDB.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- Programming Framework + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..640dd3488 --- /dev/null +++ b/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,52 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Data Acquisition + - Telegraf [Telegraf Plugin](./Telegraf.md) +- Data Integration + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- Computing Engine + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- Visual Analytics + - Zeppelin [Zeppelin](./Zeppelin-IoTDB.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) +- IoT Platform + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..f6ec55095 --- /dev/null +++ b/src/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,53 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Data Acquisition + - Telegraf [Telegraf Plugin](./Telegraf.md) +- Data Integration + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- Computing Engine + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- Visual Analytics + - Zeppelin [Zeppelin](./Zeppelin-IoTDB.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) +- IoT Platform + - Ignition [Ignition](./Ignition-IoTDB-plugin_timecho.md) + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..f88a0c05b --- /dev/null +++ b/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,44 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Computing Engine + - Spark [Spark](./Spark-IoTDB.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- Programming Framework + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..f88a0c05b --- /dev/null +++ b/src/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,44 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Computing Engine + - Spark [Spark](./Spark-IoTDB.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- Programming Framework + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..640dd3488 --- /dev/null +++ b/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,52 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Data Acquisition + - Telegraf [Telegraf Plugin](./Telegraf.md) +- Data Integration + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- Computing Engine + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- Visual Analytics + - Zeppelin [Zeppelin](./Zeppelin-IoTDB.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) +- IoT Platform + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..f6ec55095 --- /dev/null +++ b/src/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,53 @@ + + +# Overview + +IoTDB Ecosystem Integration Bridges the Full Pipeline of Time-Series Data: +- Through data collection, it enables second-level device connectivity. +- Via data integration, it constructs cross-cloud pipelines. +- Leveraging programming frameworks, it accelerates business logic development. +- With computing engines, it accomplishes distributed processing. +- Through visualization and SQL development, it implements analytical strategies. +- Finally, by interfacing with IoT platforms, it achieves edge-cloud synergy—building a complete intelligent closed loop from the physical world to digital decision-making. + +![](/img/eco-overview-en.png) + +The following documentation will help you quickly and comprehensively understand the usage of various integration tools at each stage: + +- Data Acquisition + - Telegraf [Telegraf Plugin](./Telegraf.md) +- Data Integration + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- Computing Engine + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- Visual Analytics + - Zeppelin [Zeppelin](./Zeppelin-IoTDB.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL Development + - DBeaver [DBeaver](./DBeaver.md) +- IoT Platform + - Ignition [Ignition](./Ignition-IoTDB-plugin_timecho.md) + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..4d494eafb --- /dev/null +++ b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,38 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 计算引擎 + - Spark [Spark](./Spark-IoTDB.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- 编程框架 + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..4d494eafb --- /dev/null +++ b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,38 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 计算引擎 + - Spark [Spark](./Spark-IoTDB.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- 编程框架 + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..d769d256f --- /dev/null +++ b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,46 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 数据采集 + - Telegraf [Telegraf 插件](./Telegraf.md) +- 数据集成 + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- 计算引擎 + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- 可视化分析 + - Zeppelin [Zeppelin](./Zeppelin-IoTDB_apache.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) +- 物联网对接 + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..0b8741a67 --- /dev/null +++ b/src/zh/UserGuide/Master/Tree/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,47 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 数据采集 + - Telegraf [Telegraf 插件](./Telegraf.md) +- 数据集成 + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- 计算引擎 + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- 可视化分析 + - Zeppelin [Zeppelin](./Zeppelin-IoTDB_timecho.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) +- 物联网对接 + - Ignition [Ignition](./Ignition-IoTDB-plugin_timecho.md) + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..4d494eafb --- /dev/null +++ b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,38 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 计算引擎 + - Spark [Spark](./Spark-IoTDB.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- 编程框架 + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..4d494eafb --- /dev/null +++ b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,38 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 计算引擎 + - Spark [Spark](./Spark-IoTDB.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) + - DataGrip [DataGrip ](./DataGrip.md) +- 编程框架 + - Spring Boot Starter [Spring Boot Starter](./Spring-Boot-Starter.md) + - Mybatis Generator [Mybatis Generator](./Mybatis-Generator.md) + - MyBatisPlus Generator [MyBatisPlus Generator](./MyBatisPlus-Generator.md) \ No newline at end of file diff --git a/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md b/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md new file mode 100644 index 000000000..d769d256f --- /dev/null +++ b/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_apache.md @@ -0,0 +1,46 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 数据采集 + - Telegraf [Telegraf 插件](./Telegraf.md) +- 数据集成 + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- 计算引擎 + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- 可视化分析 + - Zeppelin [Zeppelin](./Zeppelin-IoTDB_apache.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) +- 物联网对接 + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file diff --git a/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md b/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md new file mode 100644 index 000000000..0b8741a67 --- /dev/null +++ b/src/zh/UserGuide/latest/Ecosystem-Integration/Ecosystem-Overview_timecho.md @@ -0,0 +1,47 @@ + + +# 概览 + +IoTDB 生态集成打通时序数据全链路:通过数据采集实现设备秒级接入,经数据集成构建跨云管道,依托编程框架快速开发业务逻辑,结合计算引擎完成分布式处理,通过可视化与 SQL 开发实现分析策略,最终对接物联网平台完成边云协同,构建从物理世界到数字决策的完整智能闭环。 + +![](/img/eco-overview.png) + +下面的文档将会帮助您快速详细的了解各个阶段不同集成工具的使用方式: + +- 数据采集 + - Telegraf [Telegraf 插件](./Telegraf.md) +- 数据集成 + - NiFi [Apache NiFi](./NiFi-IoTDB.md) + - Kafka [Kafka](./Programming-Kafka.md) +- 计算引擎 + - Flink [Flink](./Flink-IoTDB.md) + - Spark [Spark](./Spark-IoTDB.md) +- 可视化分析 + - Zeppelin [Zeppelin](./Zeppelin-IoTDB_timecho.md) + - Grafana [Grafana](./Grafana-Connector.md) + - Grafana Plugin [Grafana Plugin](./Grafana-Plugin.md) + - DataEase [DataEase](./DataEase.md) +- SQL 开发 + - DBeaver [DBeaver](./DBeaver.md) +- 物联网对接 + - Ignition [Ignition](./Ignition-IoTDB-plugin_timecho.md) + - Thingsboard [Thingsboard](./Thingsboard.md) \ No newline at end of file