directory.json 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392
  1. {
  2. "cn": [
  3. {
  4. "title": "概览",
  5. "path": "./",
  6. "children": [
  7. {
  8. "title": "架构和设计",
  9. "path": "concepts/ekuiper"
  10. },
  11. {
  12. "title": "流式处理",
  13. "path": "concepts/streaming/overview",
  14. "children": [
  15. {
  16. "title": "时间属性",
  17. "path": "concepts/streaming/time"
  18. },
  19. {
  20. "title": "窗口",
  21. "path": "concepts/streaming/windowing"
  22. },
  23. {
  24. "title": "连接",
  25. "path": "concepts/streaming/join"
  26. }
  27. ]
  28. },
  29. {
  30. "title": "关键概念",
  31. "children": [
  32. {
  33. "title": "规则",
  34. "path": "concepts/rules"
  35. },
  36. {
  37. "title": "Sources 源",
  38. "path": "concepts/sources/overview",
  39. "children": [
  40. {
  41. "title": "流",
  42. "path": "concepts/sources/stream"
  43. },
  44. {
  45. "title": "表",
  46. "path": "concepts/sources/table"
  47. }
  48. ]
  49. },
  50. {
  51. "title": "Sinks 动作",
  52. "path": "concepts/sinks"
  53. },
  54. {
  55. "title": "SQL 查询",
  56. "path": "concepts/sql"
  57. },
  58. {
  59. "title": "扩展",
  60. "path": "concepts/extensions"
  61. }
  62. ]
  63. },
  64. {
  65. "title": "贡献",
  66. "path": "CONTRIBUTING"
  67. }
  68. ]
  69. },
  70. {
  71. "title": "快速开始",
  72. "path": "getting_started/getting_started",
  73. "children": [
  74. {
  75. "title": "5分钟快速运行",
  76. "path": "getting_started/quick_start_docker"
  77. },
  78. {
  79. "title": "作为 EdgeX Foundry 规则引擎运行",
  80. "path": "edgex/edgex_rule_engine_tutorial"
  81. },
  82. {
  83. "title": "如何调试规则",
  84. "path": "getting_started/debug_rules"
  85. }
  86. ]
  87. },
  88. {
  89. "title": "安装与部署",
  90. "path": "installation",
  91. "children": [
  92. {
  93. "title": "编译安装",
  94. "children": [
  95. {
  96. "title": "源码编译",
  97. "path": "operation/compile/compile"
  98. },
  99. {
  100. "title": "交叉编译",
  101. "path": "operation/compile/cross-compile"
  102. },
  103. {
  104. "title": "按需编译",
  105. "path": "operation/compile/features"
  106. }
  107. ]
  108. }
  109. ]
  110. },
  111. {
  112. "title": "规则",
  113. "path": "guide/rules/overview",
  114. "children": [
  115. {
  116. "title": "流:无界的事件系列",
  117. "path": "guide/streams/overview"
  118. },
  119. {
  120. "title": "表:事件序列的快照",
  121. "path": "guide/tables/overview",
  122. "children": [
  123. {
  124. "title": "扫描表",
  125. "path": "guide/tables/scan"
  126. },
  127. {
  128. "title": "查询表",
  129. "path": "guide/tables/lookup"
  130. }
  131. ]
  132. },
  133. {
  134. "title": "图规则",
  135. "path": "guide/rules/graph_rule"
  136. },
  137. {
  138. "title": "规则流水线",
  139. "path": "guide/rules/rule_pipeline"
  140. },
  141. {
  142. "title": "状态和容错",
  143. "path": "guide/rules/state_and_fault_tolerance"
  144. },
  145. {
  146. "title": "序列化",
  147. "path": "guide/serialization/serialization",
  148. "children": [
  149. {
  150. "title": "使用 Protobuf 编解码教程",
  151. "path": "guide/serialization/protobuf_tutorial"
  152. }
  153. ]
  154. },
  155. {
  156. "title": "AI/ML",
  157. "children": [
  158. {
  159. "title": "使用原生插件实现 AI 函数",
  160. "path": "guide/ai/tensorflow_lite_tutorial"
  161. },
  162. {
  163. "title": "使用 Python 插件实现 AI 函数",
  164. "path": "guide/ai/python_tensorflow_lite_tutorial"
  165. },
  166. {
  167. "title": "使用 Python 插件实现 OpenVINO 函数",
  168. "path": "guide/ai/python_openvino_tutorial"
  169. },
  170. {
  171. "title": "使用 tensorflow_lite 原生插件调用 AI 模型",
  172. "path": "guide/ai/tensorflow_lite"
  173. },
  174. {
  175. "title": "使用外部函数调用 tensorflow_lite AI 模型",
  176. "path": "guide/ai/tensorflow_lite_external_function_tutorial"
  177. }
  178. ]
  179. }
  180. ]
  181. },
  182. {
  183. "title": "数据连接",
  184. "path": "guide/connector",
  185. "children": [
  186. {
  187. "title": "数据源",
  188. "path": "guide/sources/overview",
  189. "children": [
  190. {
  191. "title": "内置源",
  192. "children": [
  193. {
  194. "title": "MQTT 数据源",
  195. "path": "guide/sources/builtin/mqtt"
  196. },
  197. {
  198. "title": "Neuron 数据源",
  199. "path": "guide/sources/builtin/neuron"
  200. },
  201. {
  202. "title": "EdgeX 数据源",
  203. "path": "guide/sources/builtin/edgex"
  204. },
  205. {
  206. "title": "HTTP Pull 数据源",
  207. "path": "guide/sources/builtin/http_pull"
  208. },
  209. {
  210. "title": "HTTP Push 数据源",
  211. "path": "guide/sources/builtin/http_push"
  212. },
  213. {
  214. "title": "文件数据源",
  215. "path": "guide/sources/builtin/file"
  216. },
  217. {
  218. "title": "内存数据源",
  219. "path": "guide/sources/builtin/memory"
  220. },
  221. {
  222. "title": "Redis 数据源",
  223. "path": "guide/sources/builtin/redis"
  224. }
  225. ]
  226. },
  227. {
  228. "title": "预定义插件源",
  229. "children": [
  230. {
  231. "title": "SQL 数据源",
  232. "path": "guide/sources/plugin/sql"
  233. },
  234. {
  235. "title": "视频数据源",
  236. "path": "guide/sources/plugin/video"
  237. },
  238. {
  239. "title": "Zero MQ 数据源",
  240. "path": "guide/sources/plugin/zmq"
  241. },
  242. {
  243. "title": "随机数据产生器源",
  244. "path": "guide/sources/plugin/random"
  245. }
  246. ]
  247. }
  248. ]
  249. },
  250. {
  251. "title": "数据汇(Sink)",
  252. "path": "guide/sinks/overview",
  253. "children": [
  254. {
  255. "title": "数据模板",
  256. "path": "guide/sinks/data_template"
  257. },
  258. {
  259. "title": "内置 Sink",
  260. "children": [
  261. {
  262. "title": "MQTT Sink",
  263. "path": "guide/sinks/builtin/mqtt"
  264. },
  265. {
  266. "title": "Neuron Sink",
  267. "path": "guide/sinks/builtin/neuron"
  268. },
  269. {
  270. "title": "EdgeX Sink",
  271. "path": "guide/sinks/builtin/edgex"
  272. },
  273. {
  274. "title": "REST Sink",
  275. "path": "guide/sinks/builtin/rest"
  276. },
  277. {
  278. "title": "Redis Sink",
  279. "path": "guide/sinks/builtin/redis"
  280. },
  281. {
  282. "title": "File Sink",
  283. "path": "guide/sinks/builtin/file"
  284. },
  285. {
  286. "title": "Memory Sink",
  287. "path": "guide/sinks/builtin/memory"
  288. },
  289. {
  290. "title": "Log Sink",
  291. "path": "guide/sinks/builtin/log"
  292. },
  293. {
  294. "title": "Nop Sink",
  295. "path": "guide/sinks/builtin/nop"
  296. }
  297. ]
  298. },
  299. {
  300. "title": "预定义插件 Sink",
  301. "children": [
  302. {
  303. "title": "SQL Sink",
  304. "path": "guide/sinks/plugin/sql"
  305. },
  306. {
  307. "title": "InfluxDB Sink",
  308. "path": "guide/sinks/plugin/influx"
  309. },
  310. {
  311. "title": "InfluxDBV2 Sink",
  312. "path": "guide/sinks/plugin/influx2"
  313. },
  314. {
  315. "title": "TDengine Sink",
  316. "path": "guide/sinks/plugin/tdengine"
  317. },
  318. {
  319. "title": "Image Sink",
  320. "path": "guide/sinks/plugin/image"
  321. },
  322. {
  323. "title": "ZeroMQ Sink",
  324. "path": "guide/sinks/plugin/zmq"
  325. },
  326. {
  327. "title": "Kafka Sink",
  328. "path": "guide/sinks/plugin/kafka"
  329. }
  330. ]
  331. }
  332. ]
  333. }
  334. ]
  335. },
  336. {
  337. "title": "案例集锦",
  338. "path": "example/overview",
  339. "children": [
  340. {
  341. "title": "数据合并",
  342. "path": "example/howto",
  343. "children": [
  344. {
  345. "title": "合并单流多设备数据",
  346. "path": "example/data_merge/merge_single_stream"
  347. }
  348. ]
  349. }
  350. ]
  351. },
  352. {
  353. "title": "管理指南",
  354. "children": [
  355. {
  356. "title": "配置",
  357. "path": "configuration/configuration",
  358. "children": [
  359. {
  360. "title": "全局配置文件",
  361. "path": "configuration/global_configurations"
  362. }
  363. ]
  364. },
  365. {
  366. "title": "管理控制台",
  367. "children": [
  368. {
  369. "title": "使用教程",
  370. "path": "operation/manager-ui/overview"
  371. },
  372. {
  373. "title": "插件管理",
  374. "path": "operation/manager-ui/plugins_in_manager"
  375. }
  376. ]
  377. },
  378. {
  379. "title": "监控",
  380. "path": "operation/usage/monitor_with_prometheus"
  381. }
  382. ]
  383. },
  384. {
  385. "title": "应用场景",
  386. "path": "usecases/overview",
  387. "children": [
  388. {
  389. "title": "工业物联网",
  390. "path": "usecases/iiot"
  391. },
  392. {
  393. "title": "车联网",
  394. "path": "usecases/iov"
  395. },
  396. {
  397. "title": "公共数据分析应用",
  398. "path": "usecases/public_data_analysis"
  399. }
  400. ]
  401. },
  402. {
  403. "title": "生态集成",
  404. "children": [
  405. {
  406. "title": "边云协同",
  407. "path": "integrations/edge_cloud/overview"
  408. },
  409. {
  410. "title": "EdgeX Foundry 的规则引擎",
  411. "children": [
  412. {
  413. "title": "EdgeX Foundry 规则引擎教程",
  414. "path": "edgex/edgex_rule_engine_tutorial"
  415. },
  416. {
  417. "title": "使用 EdgeX 流的 meta 函数",
  418. "path": "edgex/edgex_meta"
  419. },
  420. {
  421. "title": "EdgeX 规则引擎使用 command 服务",
  422. "path": "edgex/edgex_rule_engine_command"
  423. },
  424. {
  425. "title": "EdgeX 源配置教程",
  426. "path": "edgex/edgex_source_tutorial"
  427. }
  428. ]
  429. },
  430. {
  431. "title": "分析处理 Neuron 采集的数据",
  432. "path": "integrations/neuron/neuron_integration_tutorial"
  433. },
  434. {
  435. "title": "KubeEdge 的分析引擎",
  436. "path": "integrations/kubeedge/overview"
  437. },
  438. {
  439. "title": "使用 OpenYurt 部署",
  440. "path": "integrations/deploy/openyurt_tutorial"
  441. }
  442. ]
  443. },
  444. {
  445. "title": "Rest API 参考",
  446. "path": "api/restapi/overview",
  447. "children": [
  448. {
  449. "title": "认证配置",
  450. "path": "api/restapi/authentication"
  451. },
  452. {
  453. "title": "流管理",
  454. "path": "api/restapi/streams"
  455. },
  456. {
  457. "title": "表管理",
  458. "path": "api/restapi/tables"
  459. },
  460. {
  461. "title": "规则管理",
  462. "path": "api/restapi/rules"
  463. },
  464. {
  465. "title": "插件管理",
  466. "path": "api/restapi/plugins"
  467. },
  468. {
  469. "title": "源配置项管理",
  470. "path": "api/restapi/configKey"
  471. },
  472. {
  473. "title": "外部函数管理",
  474. "path": "api/restapi/services"
  475. },
  476. {
  477. "title": "模式管理",
  478. "path": "api/restapi/schemas"
  479. },
  480. {
  481. "title": "上传文件管理",
  482. "path": "api/restapi/uploads"
  483. },
  484. {
  485. "title": "规则集管理",
  486. "path": "api/restapi/ruleset"
  487. },
  488. {
  489. "title": "数据导入导出",
  490. "path": "api/restapi/data"
  491. }
  492. ]
  493. },
  494. {
  495. "title": "命令行工具",
  496. "path": "api/cli/overview",
  497. "children": [
  498. {
  499. "title": "流管理",
  500. "path": "api/cli/streams"
  501. },
  502. {
  503. "title": "表管理",
  504. "path": "api/cli/tables"
  505. },
  506. {
  507. "title": "规则管理",
  508. "path": "api/cli/rules"
  509. },
  510. {
  511. "title": "插件管理",
  512. "path": "api/cli/plugins"
  513. },
  514. {
  515. "title": "外部服务",
  516. "path": "api/cli/services"
  517. },
  518. {
  519. "title": "模式管理",
  520. "path": "api/cli/schemas"
  521. },
  522. {
  523. "title": "规则集管理",
  524. "path": "api/cli/ruleset"
  525. },
  526. {
  527. "title": "数据导入导出",
  528. "path": "api/cli/data"
  529. }
  530. ]
  531. },
  532. {
  533. "title": "扩展开发指南",
  534. "path": "extension/overview",
  535. "children": [
  536. {
  537. "title": "原生插件开发",
  538. "path": "extension/native/overview",
  539. "children": [
  540. {
  541. "title": "原生插件开发",
  542. "path": "extension/native/develop/overview"
  543. },
  544. {
  545. "title": "插件开发教程",
  546. "path": "extension/native/develop/plugins_tutorial"
  547. },
  548. {
  549. "title": "函数插件开发",
  550. "path": "extension/native/develop/function"
  551. },
  552. {
  553. "title": "Sink 插件开发",
  554. "path": "extension/native/develop/sink"
  555. },
  556. {
  557. "title": "源插件开发",
  558. "path": "extension/native/develop/source"
  559. }
  560. ]
  561. },
  562. {
  563. "title": "Portable 插件开发",
  564. "path": "extension/portable/overview",
  565. "children": [
  566. {
  567. "title": "Portable 插件 Go 语言 SDK",
  568. "path": "extension/portable/go_sdk"
  569. },
  570. {
  571. "title": "Portable 插件 Python 语言 SDK",
  572. "path": "extension/portable/python_sdk"
  573. }
  574. ]
  575. },
  576. {
  577. "title": "外部函数",
  578. "path": "extension/external/external_func"
  579. },
  580. {
  581. "title": "Wasm 函数 (beta)",
  582. "path": "extension/wasm/overview"
  583. }
  584. ]
  585. },
  586. {
  587. "title": "SQL 参考",
  588. "path": "sqls/overview",
  589. "children": [
  590. {
  591. "title": "语句",
  592. "children": [
  593. {
  594. "title": "流语句",
  595. "path": "sqls/streams"
  596. },
  597. {
  598. "title": "表语句",
  599. "path": "sqls/tables"
  600. },
  601. {
  602. "title": "查询语句",
  603. "path": "sqls/query_language_elements"
  604. }
  605. ]
  606. },
  607. {
  608. "title": "语法",
  609. "path": "sqls/overview",
  610. "children": [
  611. {
  612. "title": "词汇元素",
  613. "path": "sqls/lexical_elements"
  614. },
  615. {
  616. "title": "数据类型",
  617. "path": "sqls/data_types"
  618. },
  619. {
  620. "title": "JSON 表达式",
  621. "path": "sqls/json_expr"
  622. }
  623. ]
  624. },
  625. {
  626. "title": "函数",
  627. "path": "sqls/functions/overview",
  628. "children": [
  629. {
  630. "title": "聚合函数",
  631. "path": "sqls/functions/aggregate_functions"
  632. },
  633. {
  634. "title": "数学函数",
  635. "path": "sqls/functions/mathematical_functions"
  636. },
  637. {
  638. "title": "字符串函数",
  639. "path": "sqls/functions/string_functions"
  640. },
  641. {
  642. "title": "数组函数",
  643. "path": "sqls/functions/array_functions"
  644. },
  645. {
  646. "title": "对象函数",
  647. "path": "sqls/functions/object_functions"
  648. },
  649. {
  650. "title": "哈希函数",
  651. "path": "sqls/functions/hashing_functions"
  652. },
  653. {
  654. "title": "转换函数",
  655. "path": "sqls/functions/transform_functions"
  656. },
  657. {
  658. "title": "JSON 函数",
  659. "path": "sqls/functions/json_functions"
  660. },
  661. {
  662. "title": "时间日期函数",
  663. "path": "sqls/functions/datetime_functions"
  664. },
  665. {
  666. "title": "其他函数",
  667. "path": "sqls/functions/other_functions"
  668. },
  669. {
  670. "title": "分析函数",
  671. "path": "sqls/functions/analytic_functions"
  672. },
  673. {
  674. "title": "多行函数",
  675. "path": "sqls/functions/multi_row_functions"
  676. },
  677. {
  678. "title": "多列函数",
  679. "path": "sqls/functions/multi_column_functions"
  680. },
  681. {
  682. "title": "预定义函数插件",
  683. "path": "sqls/functions/custom_functions"
  684. },
  685. {
  686. "title": "窗口函数",
  687. "path": "sqls/functions/window_funcs"
  688. }
  689. ]
  690. },
  691. {
  692. "title": "窗口",
  693. "path": "sqls/windows"
  694. }
  695. ]
  696. }
  697. ],
  698. "en": [
  699. {
  700. "title": "Introduction",
  701. "path": "./",
  702. "children": [
  703. {
  704. "title": "Architecture",
  705. "path": "concepts/ekuiper"
  706. },
  707. {
  708. "title": "Stream Processing",
  709. "path": "concepts/streaming/overview",
  710. "children": [
  711. {
  712. "title": "Time Attribute",
  713. "path": "concepts/streaming/time"
  714. },
  715. {
  716. "title": "Windowing",
  717. "path": "concepts/streaming/windowing"
  718. },
  719. {
  720. "title": "Join",
  721. "path": "concepts/streaming/join"
  722. }
  723. ]
  724. },
  725. {
  726. "title": "Key Concepts",
  727. "children": [
  728. {
  729. "title": "Rules",
  730. "path": "concepts/rules"
  731. },
  732. {
  733. "title": "Sources",
  734. "path": "concepts/sources/overview",
  735. "children": [
  736. {
  737. "title": "Stream",
  738. "path": "concepts/sources/stream"
  739. },
  740. {
  741. "title": "Table",
  742. "path": "concepts/sources/table"
  743. }
  744. ]
  745. },
  746. {
  747. "title": "Sinks",
  748. "path": "concepts/sinks"
  749. },
  750. {
  751. "title": "SQL Queries",
  752. "path": "concepts/sql"
  753. },
  754. {
  755. "title": "Extensions",
  756. "path": "concepts/extensions"
  757. }
  758. ]
  759. },
  760. {
  761. "title": "Contribute",
  762. "path": "CONTRIBUTING"
  763. }
  764. ]
  765. },
  766. {
  767. "title": "Getting Started",
  768. "path": "getting_started/getting_started",
  769. "children": [
  770. {
  771. "title": "5 Minutes Quick Start",
  772. "path": "getting_started/quick_start_docker"
  773. },
  774. {
  775. "title": "Run eKuiper with EdgeX Foundry",
  776. "path": "edgex/edgex_rule_engine_tutorial"
  777. },
  778. {
  779. "title": "How to Debug Rules",
  780. "path": "getting_started/debug_rules"
  781. }
  782. ]
  783. },
  784. {
  785. "title": "Installation",
  786. "path": "installation",
  787. "children": [
  788. {
  789. "title": "Build from Source Code",
  790. "path": "operation/compile/compile",
  791. "children": [
  792. {
  793. "title": "Cross Compile",
  794. "path": "operation/compile/cross-compile"
  795. },
  796. {
  797. "title": "Compile selected features only",
  798. "path": "operation/compile/features"
  799. }
  800. ]
  801. }
  802. ]
  803. },
  804. {
  805. "title": "Rules",
  806. "path": "guide/rules/overview",
  807. "children": [
  808. {
  809. "title": "Stream: unbounded series of events",
  810. "path": "guide/streams/overview"
  811. },
  812. {
  813. "title": "Table: snapshot of events",
  814. "path": "guide/tables/overview",
  815. "children": [
  816. {
  817. "title": "Scan Table",
  818. "path": "guide/tables/scan"
  819. },
  820. {
  821. "title": "Lookup Table",
  822. "path": "guide/tables/lookup"
  823. }
  824. ]
  825. },
  826. {
  827. "title": "Graph Rule",
  828. "path": "guide/rules/graph_rule"
  829. },
  830. {
  831. "title": "Rule Pipeline",
  832. "path": "guide/rules/rule_pipeline"
  833. },
  834. {
  835. "title": "State and Fault Tolerance",
  836. "path": "guide/rules/state_and_fault_tolerance"
  837. },
  838. {
  839. "title": "Serialization",
  840. "path": "guide/serialization/serialization",
  841. "children": [
  842. {
  843. "title": "Protobuf Codec Tutorial",
  844. "path": "guide/serialization/protobuf_tutorial"
  845. }
  846. ]
  847. },
  848. {
  849. "title": "AI/ML",
  850. "children": [
  851. {
  852. "title": "Running AI Algorithms with Native Plugin",
  853. "path": "guide/ai/tensorflow_lite_tutorial"
  854. },
  855. {
  856. "title": "Running AI Algorithms with Python Function Plugin",
  857. "path": "guide/ai/python_tensorflow_lite_tutorial"
  858. },
  859. {
  860. "title": "Running OpenVINO Algorithms with Python Function Plugin",
  861. "path": "guide/ai/python_openvino_tutorial"
  862. },
  863. {
  864. "title": "Running AI Model with TensorFlow Lite Function Plugin",
  865. "path": "guide/ai/tensorflow_lite"
  866. },
  867. {
  868. "title": "Running tensorflow_lite AI Model with External Function",
  869. "path": "guide/ai/tensorflow_lite_external_function_tutorial"
  870. }
  871. ]
  872. }
  873. ]
  874. },
  875. {
  876. "title": "Connectors",
  877. "path": "guide/connector",
  878. "children": [
  879. {
  880. "title": "Source Connector",
  881. "path": "guide/sources/overview",
  882. "children": [
  883. {
  884. "title": "Built-in Sources",
  885. "children": [
  886. {
  887. "title": "MQTT Source",
  888. "path": "guide/sources/builtin/mqtt"
  889. },
  890. {
  891. "title": "Neuron Source",
  892. "path": "guide/sources/builtin/neuron"
  893. },
  894. {
  895. "title": "EdgeX Source",
  896. "path": "guide/sources/builtin/edgex"
  897. },
  898. {
  899. "title": "HTTP Pull Source",
  900. "path": "guide/sources/builtin/http_pull"
  901. },
  902. {
  903. "title": "HTTP Push Source",
  904. "path": "guide/sources/builtin/http_push"
  905. },
  906. {
  907. "title": "File Source",
  908. "path": "guide/sources/builtin/file"
  909. },
  910. {
  911. "title": "Memory Source",
  912. "path": "guide/sources/builtin/memory"
  913. },
  914. {
  915. "title": "Redis Source",
  916. "path": "guide/sources/builtin/redis"
  917. }
  918. ]
  919. },
  920. {
  921. "title": "Predefined Source Plugins",
  922. "children": [
  923. {
  924. "title": "SQL Source",
  925. "path": "guide/sources/plugin/sql"
  926. },
  927. {
  928. "title": "Video Source",
  929. "path": "guide/sources/plugin/video"
  930. },
  931. {
  932. "title": "Zero MQ Source",
  933. "path": "guide/sources/plugin/zmq"
  934. },
  935. {
  936. "title": "Random Source",
  937. "path": "guide/sources/plugin/random"
  938. }
  939. ]
  940. }
  941. ]
  942. },
  943. {
  944. "title": "Sink Connectors",
  945. "path": "guide/sinks/overview",
  946. "children": [
  947. {
  948. "title": "Data Template",
  949. "path": "guide/sinks/data_template"
  950. },
  951. {
  952. "title": "Built-in Sinks",
  953. "children": [
  954. {
  955. "title": "MQTT Sink",
  956. "path": "guide/sinks/builtin/mqtt"
  957. },
  958. {
  959. "title": "Neuron Sink",
  960. "path": "guide/sinks/builtin/neuron"
  961. },
  962. {
  963. "title": "EdgeX Sink",
  964. "path": "guide/sinks/builtin/edgex"
  965. },
  966. {
  967. "title": "REST Sink",
  968. "path": "guide/sinks/builtin/rest"
  969. },
  970. {
  971. "title": "Redis Sink",
  972. "path": "guide/sinks/builtin/redis"
  973. },
  974. {
  975. "title": "File Sink",
  976. "path": "guide/sinks/builtin/file"
  977. },
  978. {
  979. "title": "Memory Sink",
  980. "path": "guide/sinks/builtin/memory"
  981. },
  982. {
  983. "title": "Log Sink",
  984. "path": "guide/sinks/builtin/log"
  985. },
  986. {
  987. "title": "Nop Sink",
  988. "path": "guide/sinks/builtin/nop"
  989. }
  990. ]
  991. },
  992. {
  993. "title": "Predefined Sink Plugins",
  994. "children": [
  995. {
  996. "title": "SQL Sink",
  997. "path": "guide/sinks/plugin/sql"
  998. },
  999. {
  1000. "title": "InfluxDB Sink",
  1001. "path": "guide/sinks/plugin/influx"
  1002. },
  1003. {
  1004. "title": "InfluxDBV2 Sink",
  1005. "path": "guide/sinks/plugin/influx2"
  1006. },
  1007. {
  1008. "title": "TDengine Sink",
  1009. "path": "guide/sinks/plugin/tdengine"
  1010. },
  1011. {
  1012. "title": "Image Sink",
  1013. "path": "guide/sinks/plugin/image"
  1014. },
  1015. {
  1016. "title": "ZeroMQ Sink",
  1017. "path": "guide/sinks/plugin/zmq"
  1018. },
  1019. {
  1020. "title": "Kafka Sink",
  1021. "path": "guide/sinks/plugin/kafka"
  1022. }
  1023. ]
  1024. }
  1025. ]
  1026. }
  1027. ]
  1028. },
  1029. {
  1030. "title": "Cookbook",
  1031. "path": "example/overview",
  1032. "children": [
  1033. {
  1034. "title": "Data Preparation",
  1035. "path": "example/howto"
  1036. },
  1037. {
  1038. "title": "Merge multiple devices' data in single stream",
  1039. "path": "example/data_merge/merge_single_stream"
  1040. }
  1041. ]
  1042. },
  1043. {
  1044. "title": "Integrations",
  1045. "path": "integrations/overview",
  1046. "children": [
  1047. {
  1048. "title": "Edge Cloud Collaboration",
  1049. "path": "integrations/edge_cloud/overview"
  1050. },
  1051. {
  1052. "title": "Working with EdgeX Foundry",
  1053. "children": [
  1054. {
  1055. "title": "EdgeX Foundry Rule Engine Tutorial",
  1056. "path": "edgex/edgex_rule_engine_tutorial"
  1057. },
  1058. {
  1059. "title": "Meta Function for EdgeX Stream",
  1060. "path": "edgex/edgex_meta"
  1061. },
  1062. {
  1063. "title": "Command EdgeX Device",
  1064. "path": "edgex/edgex_rule_engine_command"
  1065. },
  1066. {
  1067. "title": "EdgeX Source Configurations",
  1068. "path": "edgex/edgex_source_tutorial"
  1069. }
  1070. ]
  1071. },
  1072. {
  1073. "title": "Processing Data Collected by Neuron",
  1074. "path": "integrations/neuron/neuron_integration_tutorial"
  1075. },
  1076. {
  1077. "title": "Analytic Engine for KubeEdge",
  1078. "path": "integrations/kubeedge/overview"
  1079. },
  1080. {
  1081. "title": "Deploy by OpenYurt",
  1082. "path": "integrations/deploy/openyurt_tutorial"
  1083. }
  1084. ]
  1085. },
  1086. {
  1087. "title": "Use Cases",
  1088. "path": "usecases/overview",
  1089. "children": [
  1090. {
  1091. "title": "IIoT case",
  1092. "path": "usecases/iiot"
  1093. },
  1094. {
  1095. "title": "IoV case",
  1096. "path": "usecases/iov"
  1097. },
  1098. {
  1099. "title": "Public data analysis",
  1100. "path": "usecases/public_data_analysis"
  1101. }
  1102. ]
  1103. },
  1104. {
  1105. "title": "Admin Guide",
  1106. "path": "operation/overview",
  1107. "children": [
  1108. {
  1109. "title": "Configuration Guide",
  1110. "path": "configuration/configuration",
  1111. "children": [
  1112. {
  1113. "title": "Global Configurations",
  1114. "path": "configuration/global_configurations"
  1115. }
  1116. ]
  1117. },
  1118. {
  1119. "title": "Monitor",
  1120. "path": "operation/usage/monitor_with_prometheus"
  1121. },
  1122. {
  1123. "title": "Management Console",
  1124. "path": "operation/manager-ui/overview",
  1125. "children": [
  1126. {
  1127. "title": "Manage Custom Plugins",
  1128. "path": "operation/manager-ui/plugins_in_manager"
  1129. }
  1130. ]
  1131. }
  1132. ]
  1133. },
  1134. {
  1135. "title": "API Reference",
  1136. "path": "api/restapi/overview",
  1137. "children": [
  1138. {
  1139. "title": "Authentication",
  1140. "path": "api/restapi/authentication"
  1141. },
  1142. {
  1143. "title": "Streams",
  1144. "path": "api/restapi/streams"
  1145. },
  1146. {
  1147. "title": "Tables",
  1148. "path": "api/restapi/tables"
  1149. },
  1150. {
  1151. "title": "Rules",
  1152. "path": "api/restapi/rules"
  1153. },
  1154. {
  1155. "title": "Plugins",
  1156. "path": "api/restapi/plugins"
  1157. },
  1158. {
  1159. "title": "Source ConfigKey",
  1160. "path": "api/restapi/configKey"
  1161. },
  1162. {
  1163. "title": "External Services",
  1164. "path": "api/restapi/services"
  1165. },
  1166. {
  1167. "title": "Schemas",
  1168. "path": "api/restapi/schemas"
  1169. },
  1170. {
  1171. "title": "Upload files",
  1172. "path": "api/restapi/uploads"
  1173. },
  1174. {
  1175. "title": "Ruleset",
  1176. "path": "api/restapi/ruleset"
  1177. },
  1178. {
  1179. "title": "Data Export/Import",
  1180. "path": "api/restapi/data"
  1181. }
  1182. ]
  1183. },
  1184. {
  1185. "title": "Command Line Tool",
  1186. "path": "api/cli/overview",
  1187. "children": [
  1188. {
  1189. "title": "Streams",
  1190. "path": "api/cli/streams"
  1191. },
  1192. {
  1193. "title": "Rules",
  1194. "path": "api/cli/rules"
  1195. },
  1196. {
  1197. "title": "Tables",
  1198. "path": "api/cli/tables"
  1199. },
  1200. {
  1201. "title": "Plugins",
  1202. "path": "api/cli/plugins"
  1203. },
  1204. {
  1205. "title": "External Services",
  1206. "path": "api/cli/services"
  1207. },
  1208. {
  1209. "title": "Schemas",
  1210. "path": "api/cli/schemas"
  1211. },
  1212. {
  1213. "title": "Ruleset",
  1214. "path": "api/cli/ruleset"
  1215. },
  1216. {
  1217. "title": "Data Export/Import",
  1218. "path": "api/cli/data"
  1219. }
  1220. ]
  1221. },
  1222. {
  1223. "title": "Extension Develop Guide",
  1224. "path": "extension/overview",
  1225. "children": [
  1226. {
  1227. "title": "Native Plugin Develop",
  1228. "path": "extension/native/overview",
  1229. "children": [
  1230. {
  1231. "title": "Develop",
  1232. "path": "extension/native/develop/overview"
  1233. },
  1234. {
  1235. "title": "Plugin Develop Tutorial",
  1236. "path": "extension/native/develop/plugins_tutorial"
  1237. },
  1238. {
  1239. "title": "Function Plugin",
  1240. "path": "extension/native/develop/function"
  1241. },
  1242. {
  1243. "title": "Sink Plugin",
  1244. "path": "extension/native/develop/sink"
  1245. },
  1246. {
  1247. "title": "Source Plugin",
  1248. "path": "extension/native/develop/source"
  1249. }
  1250. ]
  1251. },
  1252. {
  1253. "title": "Portable Plugin Development",
  1254. "path": "extension/portable/overview",
  1255. "children": [
  1256. {
  1257. "title": "GO SDK for Portable Plugin",
  1258. "path": "extension/portable/go_sdk"
  1259. },
  1260. {
  1261. "title": "Python SDK for Portable Plugin",
  1262. "path": "extension/portable/python_sdk"
  1263. }
  1264. ]
  1265. },
  1266. {
  1267. "title": "Plugin Management",
  1268. "path": "operation/manager-ui/plugins_in_manager"
  1269. },
  1270. {
  1271. "title": "Wasm Function",
  1272. "path": "extension/wasm/overview"
  1273. }
  1274. ]
  1275. },
  1276. {
  1277. "title": "SQL Reference",
  1278. "path": "sqls/overview",
  1279. "children": [
  1280. {
  1281. "title": "Statements",
  1282. "children": [
  1283. {
  1284. "title": "Streams",
  1285. "path": "sqls/streams"
  1286. },
  1287. {
  1288. "title": "Tables",
  1289. "path": "sqls/tables"
  1290. },
  1291. {
  1292. "title": "Query",
  1293. "path": "sqls/query_language_elements"
  1294. }
  1295. ]
  1296. },
  1297. {
  1298. "title": "Syntax",
  1299. "path": "sqls/overview",
  1300. "children": [
  1301. {
  1302. "title": "Lexical elements",
  1303. "path": "sqls/lexical_elements"
  1304. },
  1305. {
  1306. "title": "Data types",
  1307. "path": "sqls/data_types"
  1308. },
  1309. {
  1310. "title": "JSON Expressions",
  1311. "path": "sqls/json_expr"
  1312. }
  1313. ]
  1314. },
  1315. {
  1316. "title": "Functions",
  1317. "path": "sqls/functions/overview",
  1318. "children": [
  1319. {
  1320. "title": "Aggregate Functions",
  1321. "path": "sqls/functions/aggregate_functions"
  1322. },
  1323. {
  1324. "title": "Mathematical Functions",
  1325. "path": "sqls/functions/mathematical_functions"
  1326. },
  1327. {
  1328. "title": "String Functions",
  1329. "path": "sqls/functions/string_functions"
  1330. },
  1331. {
  1332. "title": "Array Functions",
  1333. "path": "sqls/functions/array_functions"
  1334. },
  1335. {
  1336. "title": "Object Functions",
  1337. "path": "sqls/functions/object_functions"
  1338. },
  1339. {
  1340. "title": "Hashing Functions",
  1341. "path": "sqls/functions/hashing_functions"
  1342. },
  1343. {
  1344. "title": "Transform Functions",
  1345. "path": "sqls/functions/transform_functions"
  1346. },
  1347. {
  1348. "title": "JSON Functions",
  1349. "path": "sqls/functions/json_functions"
  1350. },
  1351. {
  1352. "title": "Date and Time Functions",
  1353. "path": "sqls/functions/datetime_functions"
  1354. },
  1355. {
  1356. "title": "Other Functions",
  1357. "path": "sqls/functions/other_functions"
  1358. },
  1359. {
  1360. "title": "Analytic Functions",
  1361. "path": "sqls/functions/analytic_functions"
  1362. },
  1363. {
  1364. "title": "Multi-Row Functions",
  1365. "path": "sqls/functions/multi_row_functions"
  1366. },
  1367. {
  1368. "title": "Multi-Column Functions",
  1369. "path": "sqls/functions/multi_column_functions"
  1370. },
  1371. {
  1372. "title": "Predefined function plugins",
  1373. "path": "sqls/functions/custom_functions"
  1374. },
  1375. {
  1376. "title": "Window Functions",
  1377. "path": "sqls/functions/window_functions"
  1378. }
  1379. ]
  1380. },
  1381. {
  1382. "title": "External Function",
  1383. "path": "extension/external/external_func"
  1384. },
  1385. {
  1386. "title": "Windowing",
  1387. "path": "sqls/windows"
  1388. }
  1389. ]
  1390. }
  1391. ]
  1392. }