@@ -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