directory.json 32 KB

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