@@ -217,20 +217,44 @@ export const enSidebar = {
217
217
prefix : 'Ecosystem-Integration/' ,
218
218
// children: 'structure',
219
219
children : [
220
- { text : 'Apache Flink(IoTDB)' , link : 'Flink-IoTDB' } ,
221
- { text : 'Apache Flink(TsFile)' , link : 'Flink-TsFile' } ,
222
- { text : 'Apache Hive(TsFile)' , link : 'Hive-TsFile' } ,
223
- { text : 'Apache NiFi' , link : 'NiFi-IoTDB' } ,
224
- { text : 'Apache Spark(TsFile)' , link : 'Spark-TsFile' } ,
225
- { text : 'Apache Spark(IoTDB)' , link : 'Spark-IoTDB' } ,
226
- { text : 'Apache Zeppelin' , link : 'Zeppelin-IoTDB' } ,
227
- { text : 'DataEase' , link : 'DataEase' } ,
228
- { text : 'DBeaver' , link : 'DBeaver' } ,
229
- { text : 'Ignition' , link : 'Ignition-IoTDB-plugin_timecho' } ,
230
- { text : 'Grafana(IoTDB)' , link : 'Grafana-Connector' } ,
231
- { text : 'Grafana Plugin' , link : 'Grafana-Plugin' } ,
232
- { text : 'Telegraf Plugin' , link : 'Telegraf' } ,
233
- { text : 'ThingsBoard' , link : 'Thingsboard' } ,
220
+ {
221
+ text : 'Collection Phase' ,
222
+ collapsible : true ,
223
+ children : [
224
+ { text : 'Telegraf Plugin(IoTDB)' , link : 'Telegraf' } ,
225
+ ] ,
226
+ } ,
227
+ {
228
+ text : 'Processing Phase' ,
229
+ collapsible : true ,
230
+ 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' } ,
234
+ ] ,
235
+ } ,
236
+ {
237
+ text : 'Analysis Phase ' ,
238
+ collapsible : true ,
239
+ 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' } ,
243
+ ] ,
244
+ } ,
245
+ {
246
+ text : 'Application Phase' ,
247
+ collapsible : true ,
248
+ 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' } ,
256
+ ] ,
257
+ } ,
234
258
] ,
235
259
} ,
236
260
{
0 commit comments