Skip to content

Commit aba53ce

Browse files
authored
Definition of Ecological Integration Stage (#723)
* Definition of Ecological Integration Stage * Modify the English version of the Internet of Things platform
1 parent 1fc083d commit aba53ce

8 files changed

Lines changed: 260 additions & 185 deletions

File tree

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -201,40 +201,50 @@ export const enSidebar = {
201201
// children: 'structure',
202202
children: [
203203
{
204-
text: 'Collection Phase',
204+
text: '‌Data Acquisition',
205205
collapsible: true,
206206
children: [
207-
{ text: 'Telegraf Plugin(IoTDB)', link: 'Telegraf' },
207+
{ text: 'Telegraf Plugin', link: 'Telegraf' },
208208
],
209209
},
210210
{
211-
text: 'Processing Phase',
211+
text: 'Data Integration',
212212
collapsible: true,
213213
children: [
214-
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
215-
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
216-
{ text: 'Apache NiFi(IoTDB)', link: 'NiFi-IoTDB' },
214+
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
217215
],
218216
},
219217
{
220-
text: 'Analysis Phase ',
218+
text: '‌Computing Engine',
221219
collapsible: true,
222220
children: [
223-
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
224-
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
225-
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
221+
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
222+
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
226223
],
227224
},
228225
{
229-
text: 'Application Phase',
226+
text: '‌Visual Analytics',
230227
collapsible: true,
231228
children: [
232-
{ text: 'Apache Zeppelin(IoTDB)', link: 'Zeppelin-IoTDB_apache' },
233-
{ text: 'DataEase(IoTDB)', link: 'DataEase' },
234-
{ text: 'DBeaver(IoTDB)', link: 'DBeaver' },
235-
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
236-
{ text: 'Grafana Plugin(IoTDB)', link: 'Grafana-Plugin' },
237-
{ text: 'ThingsBoard(IoTDB)', link: 'Thingsboard' },
229+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
230+
{ text: 'Grafana', link: 'Grafana-Connector' },
231+
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
232+
{ text: 'DataEase', link: 'DataEase' },
233+
],
234+
},
235+
{
236+
text: '‌SQL Development',
237+
collapsible: true,
238+
children: [
239+
{ text: 'DBeaver', link: 'DBeaver' },
240+
],
241+
},
242+
{
243+
text: '‌IoT Platform',
244+
collapsible: true,
245+
children: [
246+
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
247+
{ text: 'ThingsBoard', link: 'Thingsboard' },
238248
],
239249
},
240250
],

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 47 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -184,48 +184,58 @@ export const zhSidebar = {
184184
],
185185
},
186186
{
187-
text: '系统集成',
187+
text: '生态集成',
188188
collapsible: true,
189189
prefix: 'Ecosystem-Integration/',
190190
// children: 'structure',
191191
children: [
192192
{
193-
text: '采集阶段',
194-
collapsible: true,
195-
children: [
196-
{ text: 'Telegraf插件(IoTDB)', link: 'Telegraf' },
197-
],
198-
},
199-
{
200-
text: '处理阶段',
201-
collapsible: true,
202-
children: [
203-
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
204-
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
205-
{ text: 'Apache NiFi(IoTDB)', link: 'NiFi-IoTDB' },
206-
],
207-
},
208-
{
209-
text: '分析阶段',
210-
collapsible: true,
211-
children: [
212-
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
213-
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
214-
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
215-
],
216-
},
217-
{
218-
text: '应用阶段',
219-
collapsible: true,
220-
children: [
221-
{ text: 'Apache Zeppelin(IoTDB)', link: 'Zeppelin-IoTDB_apache' },
222-
{ text: 'DataEase(IoTDB)', link: 'DataEase' },
223-
{ text: 'DBeaver(IoTDB)', link: 'DBeaver' },
224-
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
225-
{ text: 'Grafana插件(IoTDB)', link: 'Grafana-Plugin' },
226-
{ text: 'ThingsBoard(IoTDB)', link: 'Thingsboard' },
227-
],
228-
},
193+
text: '数据采集',
194+
collapsible: true,
195+
children: [
196+
{ text: 'Telegraf插件', link: 'Telegraf' },
197+
],
198+
},
199+
{
200+
text: '数据集成',
201+
collapsible: true,
202+
children: [
203+
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
204+
],
205+
},
206+
{
207+
text: '计算引擎',
208+
collapsible: true,
209+
children: [
210+
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
211+
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
212+
],
213+
},
214+
{
215+
text: '可视化分析',
216+
collapsible: true,
217+
children: [
218+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
219+
{ text: 'Grafana', link: 'Grafana-Connector' },
220+
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
221+
{ text: 'DataEase', link: 'DataEase' },
222+
],
223+
},
224+
{
225+
text: 'SQL 开发',
226+
collapsible: true,
227+
children: [
228+
{ text: 'DBeaver', link: 'DBeaver' },
229+
],
230+
},
231+
{
232+
text: '物联网平台',
233+
collapsible: true,
234+
children: [
235+
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
236+
{ text: 'ThingsBoard', link: 'Thingsboard' },
237+
],
238+
},
229239
],
230240
},
231241
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -185,40 +185,50 @@ export const enSidebar = {
185185
prefix: 'Ecosystem-Integration/',
186186
children: [
187187
{
188-
text: 'Collection Phase',
188+
text: '‌Data Acquisition',
189189
collapsible: true,
190190
children: [
191-
{ text: 'Telegraf Plugin(IoTDB)', link: 'Telegraf' },
191+
{ text: 'Telegraf Plugin', link: 'Telegraf' },
192192
],
193193
},
194194
{
195-
text: 'Processing Phase',
195+
text: 'Data Integration',
196196
collapsible: true,
197197
children: [
198-
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
199-
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
200-
{ text: 'Apache NiFi(IoTDB)', link: 'NiFi-IoTDB' },
198+
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
201199
],
202200
},
203201
{
204-
text: 'Analysis Phase ',
202+
text: '‌Computing Engine',
205203
collapsible: true,
206204
children: [
207-
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
208-
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
209-
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
205+
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
206+
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
210207
],
211208
},
212209
{
213-
text: 'Application Phase',
210+
text: '‌Visual Analytics',
214211
collapsible: true,
215212
children: [
216-
{ text: 'Apache Zeppelin(IoTDB)', link: 'Zeppelin-IoTDB_apache' },
217-
{ text: 'DataEase(IoTDB)', link: 'DataEase' },
218-
{ text: 'DBeaver(IoTDB)', link: 'DBeaver' },
219-
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
220-
{ text: 'Grafana Plugin(IoTDB)', link: 'Grafana-Plugin' },
221-
{ text: 'ThingsBoard(IoTDB)', link: 'Thingsboard' },
213+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
214+
{ text: 'Grafana', link: 'Grafana-Connector' },
215+
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
216+
{ text: 'DataEase', link: 'DataEase' },
217+
],
218+
},
219+
{
220+
text: '‌SQL Development',
221+
collapsible: true,
222+
children: [
223+
{ text: 'DBeaver', link: 'DBeaver' },
224+
],
225+
},
226+
{
227+
text: '‌IoT Platform',
228+
collapsible: true,
229+
children: [
230+
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
231+
{ text: 'ThingsBoard', link: 'Thingsboard' },
222232
],
223233
},
224234
],

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 48 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -169,47 +169,57 @@ export const zhSidebar = {
169169
],
170170
},
171171
{
172-
text: '系统集成',
172+
text: '生态集成',
173173
collapsible: true,
174174
prefix: 'Ecosystem-Integration/',
175175
children: [
176-
{
177-
text: '采集阶段',
178-
collapsible: true,
179-
children: [
180-
{ text: 'Telegraf插件(IoTDB)', link: 'Telegraf' },
181-
],
182-
},
183-
{
184-
text: '处理阶段',
185-
collapsible: true,
186-
children: [
187-
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
188-
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
189-
{ text: 'Apache NiFi(IoTDB)', link: 'NiFi-IoTDB' },
190-
],
191-
},
192-
{
193-
text: '分析阶段',
194-
collapsible: true,
195-
children: [
196-
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
197-
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
198-
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
199-
],
200-
},
201-
{
202-
text: '应用阶段',
203-
collapsible: true,
204-
children: [
205-
{ text: 'Apache Zeppelin(IoTDB)', link: 'Zeppelin-IoTDB_apache' },
206-
{ text: 'DataEase(IoTDB)', link: 'DataEase' },
207-
{ text: 'DBeaver(IoTDB)', link: 'DBeaver' },
208-
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
209-
{ text: 'Grafana插件(IoTDB)', link: 'Grafana-Plugin' },
210-
{ text: 'ThingsBoard(IoTDB)', link: 'Thingsboard' },
211-
],
212-
},
176+
{
177+
text: '数据采集',
178+
collapsible: true,
179+
children: [
180+
{ text: 'Telegraf插件', link: 'Telegraf' },
181+
],
182+
},
183+
{
184+
text: '数据集成',
185+
collapsible: true,
186+
children: [
187+
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
188+
],
189+
},
190+
{
191+
text: '计算引擎',
192+
collapsible: true,
193+
children: [
194+
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
195+
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
196+
],
197+
},
198+
{
199+
text: '可视化分析',
200+
collapsible: true,
201+
children: [
202+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
203+
{ text: 'Grafana', link: 'Grafana-Connector' },
204+
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
205+
{ text: 'DataEase', link: 'DataEase' },
206+
],
207+
},
208+
{
209+
text: 'SQL 开发',
210+
collapsible: true,
211+
children: [
212+
{ text: 'DBeaver', link: 'DBeaver' },
213+
],
214+
},
215+
{
216+
text: '物联网平台',
217+
collapsible: true,
218+
children: [
219+
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
220+
{ text: 'ThingsBoard', link: 'Thingsboard' },
221+
],
222+
},
213223
],
214224
},
215225
{

src/.vuepress/sidebar_timecho/V1.3.x/en.ts

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -218,41 +218,50 @@ export const enSidebar = {
218218
// children: 'structure',
219219
children: [
220220
{
221-
text: 'Collection Phase',
221+
text: '‌Data Acquisition',
222222
collapsible: true,
223223
children: [
224-
{ text: 'Telegraf Plugin(IoTDB)', link: 'Telegraf' },
224+
{ text: 'Telegraf Plugin', link: 'Telegraf' },
225225
],
226226
},
227227
{
228-
text: 'Processing Phase',
228+
text: 'Data Integration',
229229
collapsible: true,
230230
children: [
231-
{ text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
232-
{ text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
233-
{ text: 'Apache NiFi(IoTDB)', link: 'NiFi-IoTDB' },
231+
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
234232
],
235233
},
236234
{
237-
text: 'Analysis Phase ',
235+
text: '‌Computing Engine',
238236
collapsible: true,
239237
children: [
240-
{ text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
241-
{ text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
242-
{ text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
238+
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
239+
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
243240
],
244241
},
245242
{
246-
text: 'Application Phase',
243+
text: '‌Visual Analytics',
247244
collapsible: true,
248245
children: [
249-
{ text: 'Apache Zeppelin(IoTDB)', link: 'Zeppelin-IoTDB_timecho' },
250-
{ text: 'DataEase(IoTDB)', link: 'DataEase' },
251-
{ text: 'DBeaver(IoTDB)', link: 'DBeaver' },
252-
{ text: 'Ignition(IoTDB)', link: 'Ignition-IoTDB-plugin_timecho' },
253-
{ text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
254-
{ text: 'Grafana Plugin(IoTDB)', link: 'Grafana-Plugin' },
255-
{ text: 'ThingsBoard(IoTDB)', link: 'Thingsboard' },
246+
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
247+
{ text: 'Grafana', link: 'Grafana-Connector' },
248+
{ text: 'Grafana Plugin', link: 'Grafana-Plugin' },
249+
{ text: 'DataEase', link: 'DataEase' },
250+
],
251+
},
252+
{
253+
text: '‌SQL Development',
254+
collapsible: true,
255+
children: [
256+
{ text: 'DBeaver', link: 'DBeaver' },
257+
],
258+
},
259+
{
260+
text: '‌IoT Platform',
261+
collapsible: true,
262+
children: [
263+
{ text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
264+
{ text: 'ThingsBoard', link: 'Thingsboard' },
256265
],
257266
},
258267
],

0 commit comments

Comments
 (0)