directory.json 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  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. },
  350. {
  351. "title": "集成",
  352. "children": [
  353. {
  354. "title": "边云协同",
  355. "path": "integrations/edge_cloud/overview"
  356. },
  357. {
  358. "title": "EdgeX Foundry 的规则引擎",
  359. "children": [
  360. {
  361. "title": "EdgeX Foundry 规则引擎教程",
  362. "path": "edgex/edgex_rule_engine_tutorial"
  363. },
  364. {
  365. "title": "使用 EdgeX 流的 meta 函数",
  366. "path": "edgex/edgex_meta"
  367. },
  368. {
  369. "title": "EdgeX 规则引擎使用 command 服务",
  370. "path": "edgex/edgex_rule_engine_command"
  371. },
  372. {
  373. "title": "EdgeX 源配置教程",
  374. "path": "edgex/edgex_source_tutorial"
  375. }
  376. ]
  377. },
  378. {
  379. "title": "分析处理 Neuron 采集的数据",
  380. "path": "integrations/neuron/neuron_integration_tutorial"
  381. },
  382. {
  383. "title": "KubeEdge 的分析引擎",
  384. "path": "integrations/kubeedge/overview"
  385. },
  386. {
  387. "title": "使用 OpenYurt 部署",
  388. "path": "integrations/deploy/openyurt_tutorial"
  389. }
  390. ]
  391. },
  392. {
  393. "title": "架构和设计",
  394. "children": [
  395. {
  396. "title": "架构",
  397. "path": "concepts/ekuiper"
  398. },
  399. {
  400. "title": "关键概念",
  401. "children": [
  402. {
  403. "title": "规则",
  404. "path": "concepts/rules"
  405. },
  406. {
  407. "title": "Sources 源",
  408. "children": [
  409. {
  410. "title": "概览",
  411. "path": "concepts/sources/overview"
  412. },
  413. {
  414. "title": "流",
  415. "path": "concepts/sources/stream"
  416. },
  417. {
  418. "title": "表",
  419. "path": "concepts/sources/table"
  420. }
  421. ]
  422. },
  423. {
  424. "title": "Sinks 动作",
  425. "path": "concepts/sinks"
  426. },
  427. {
  428. "title": "SQL 查询",
  429. "path": "concepts/sql"
  430. },
  431. {
  432. "title": "扩展",
  433. "path": "concepts/extensions"
  434. }
  435. ]
  436. },
  437. {
  438. "title": "流式处理",
  439. "children": [
  440. {
  441. "title": "概览",
  442. "path": "concepts/streaming/overview"
  443. },
  444. {
  445. "title": "时间属性",
  446. "path": "concepts/streaming/time"
  447. },
  448. {
  449. "title": "窗口",
  450. "path": "concepts/streaming/windowing"
  451. },
  452. {
  453. "title": "连接",
  454. "path": "concepts/streaming/join"
  455. }
  456. ]
  457. }
  458. ]
  459. },
  460. {
  461. "title": "开发者指南",
  462. "path": "extension/overview",
  463. "children": [
  464. {
  465. "title": "原生插件开发",
  466. "path": "extension/native/overview",
  467. "children": [
  468. {
  469. "title": "原生插件开发",
  470. "path": "extension/native/develop/overview"
  471. },
  472. {
  473. "title": "插件开发教程",
  474. "path": "extension/native/develop/plugins_tutorial"
  475. },
  476. {
  477. "title": "函数插件开发",
  478. "path": "extension/native/develop/function"
  479. },
  480. {
  481. "title": "Sink 插件开发",
  482. "path": "extension/native/develop/sink"
  483. },
  484. {
  485. "title": "源插件开发",
  486. "path": "extension/native/develop/source"
  487. }
  488. ]
  489. },
  490. {
  491. "title": "Portable 插件开发",
  492. "children": [
  493. {
  494. "title": "Portable 插件简介",
  495. "path": "extension/portable/overview"
  496. },
  497. {
  498. "title": "Portable 插件 Go 语言 SDK",
  499. "path": "extension/portable/go_sdk"
  500. },
  501. {
  502. "title": "Portable 插件 Python 语言 SDK",
  503. "path": "extension/portable/python_sdk"
  504. }
  505. ]
  506. },
  507. {
  508. "title": "外部函数",
  509. "path": "extension/external/external_func"
  510. },
  511. {
  512. "title": "Wasm 函数 (beta)",
  513. "path": "extension/wasm/overview"
  514. }
  515. ]
  516. },
  517. {
  518. "title": "SQL 参考",
  519. "children": [
  520. {
  521. "title": "语句",
  522. "children": [
  523. {
  524. "title": "流语句",
  525. "path": "sqls/streams"
  526. },
  527. {
  528. "title": "表语句",
  529. "path": "sqls/tables"
  530. },
  531. {
  532. "title": "查询语句",
  533. "path": "sqls/query_language_elements"
  534. }
  535. ]
  536. },
  537. {
  538. "title": "语法",
  539. "path": "sqls/overview",
  540. "children": [
  541. {
  542. "title": "词汇元素",
  543. "path": "sqls/lexical_elements"
  544. },
  545. {
  546. "title": "数据类型",
  547. "path": "sqls/data_types"
  548. },
  549. {
  550. "title": "JSON 表达式",
  551. "path": "sqls/json_expr"
  552. }
  553. ]
  554. },
  555. {
  556. "title": "函数",
  557. "path": "sqls/functions/overview",
  558. "children": [
  559. {
  560. "title": "聚合函数",
  561. "path": "sqls/functions/aggregate_functions"
  562. },
  563. {
  564. "title": "数学函数",
  565. "path": "sqls/functions/mathematical_functions"
  566. },
  567. {
  568. "title": "字符串函数",
  569. "path": "sqls/functions/string_functions"
  570. },
  571. {
  572. "title": "数组函数",
  573. "path": "sqls/functions/array_functions"
  574. },
  575. {
  576. "title": "对象函数",
  577. "path": "sqls/functions/object_functions"
  578. },
  579. {
  580. "title": "哈希函数",
  581. "path": "sqls/functions/hashing_functions"
  582. },
  583. {
  584. "title": "转换函数",
  585. "path": "sqls/functions/transform_functions"
  586. },
  587. {
  588. "title": "JSON 函数",
  589. "path": "sqls/functions/json_functions"
  590. },
  591. {
  592. "title": "其他函数",
  593. "path": "sqls/functions/other_functions"
  594. },
  595. {
  596. "title": "分析函数",
  597. "path": "sqls/functions/analytic_functions"
  598. },
  599. {
  600. "title": "多行函数",
  601. "path": "sqls/functions/multi_row_functions"
  602. },
  603. {
  604. "title": "多列函数",
  605. "path": "sqls/functions/multi_column_functions"
  606. },
  607. {
  608. "title": "预定义函数插件",
  609. "path": "sqls/functions/custom_functions"
  610. }
  611. ]
  612. },
  613. {
  614. "title": "窗口",
  615. "path": "sqls/windows"
  616. }
  617. ]
  618. },
  619. {
  620. "title": "API 参考",
  621. "children": [
  622. {
  623. "title": "Rest API 接口",
  624. "path": "api/restapi/overview",
  625. "children": [
  626. {
  627. "title": "认证配置",
  628. "path": "api/restapi/authentication"
  629. },
  630. {
  631. "title": "流管理",
  632. "path": "api/restapi/streams"
  633. },
  634. {
  635. "title": "表管理",
  636. "path": "api/restapi/tables"
  637. },
  638. {
  639. "title": "规则管理",
  640. "path": "api/restapi/rules"
  641. },
  642. {
  643. "title": "插件管理",
  644. "path": "api/restapi/plugins"
  645. },
  646. {
  647. "title": "源配置项管理",
  648. "path": "api/restapi/configKey"
  649. },
  650. {
  651. "title": "外部函数管理",
  652. "path": "api/restapi/services"
  653. },
  654. {
  655. "title": "模式管理",
  656. "path": "api/restapi/schemas"
  657. },
  658. {
  659. "title": "上传文件管理",
  660. "path": "api/restapi/uploads"
  661. },
  662. {
  663. "title": "规则集管理",
  664. "path": "api/restapi/ruleset"
  665. },
  666. {
  667. "title": "数据导入导出",
  668. "path": "api/restapi/data"
  669. }
  670. ]
  671. },
  672. {
  673. "title": "命令行工具",
  674. "path": "api/cli/overview",
  675. "children": [
  676. {
  677. "title": "流管理",
  678. "path": "api/cli/streams"
  679. },
  680. {
  681. "title": "表管理",
  682. "path": "api/cli/tables"
  683. },
  684. {
  685. "title": "规则管理",
  686. "path": "api/cli/rules"
  687. },
  688. {
  689. "title": "插件管理",
  690. "path": "api/cli/plugins"
  691. },
  692. {
  693. "title": "外部服务",
  694. "path": "api/cli/services"
  695. },
  696. {
  697. "title": "模式管理",
  698. "path": "api/cli/schemas"
  699. },
  700. {
  701. "title": "规则集管理",
  702. "path": "api/cli/ruleset"
  703. },
  704. {
  705. "title": "数据导入导出",
  706. "path": "api/cli/data"
  707. }
  708. ]
  709. }
  710. ]
  711. },
  712. {
  713. "title": "贡献",
  714. "path": "CONTRIBUTING"
  715. }
  716. ],
  717. "en": [
  718. {
  719. "title": "Introduction",
  720. "path": "./"
  721. },
  722. {
  723. "title": "Getting Started",
  724. "path": "getting_started/getting_started",
  725. "children": [
  726. {
  727. "title": "5 Minutes Quick Start",
  728. "path": "getting_started/quick_start_docker"
  729. },
  730. {
  731. "title": "Run eKuiper with EdgeX Foundry",
  732. "path": "edgex/edgex_rule_engine_tutorial"
  733. },
  734. {
  735. "title": "How to Debug Rules",
  736. "path": "getting_started/debug_rules"
  737. }
  738. ]
  739. },
  740. {
  741. "title": "Installation",
  742. "path": "installation"
  743. },
  744. {
  745. "title": "Configuration",
  746. "path": "configuration/configuration",
  747. "children": [
  748. {
  749. "title": "Global Configurations",
  750. "path": "configuration/global_configurations"
  751. }
  752. ]
  753. },
  754. {
  755. "title": "User Guide",
  756. "children": [
  757. {
  758. "title": "Stream: unbounded series of events",
  759. "path": "guide/streams/overview"
  760. },
  761. {
  762. "title": "Table: snapshot of events",
  763. "path": "guide/tables/overview",
  764. "children": [
  765. {
  766. "title": "Scan Table",
  767. "path": "guide/tables/scan"
  768. },
  769. {
  770. "title": "Lookup Table",
  771. "path": "guide/tables/lookup"
  772. }
  773. ]
  774. },
  775. {
  776. "title": "Rule: query and action",
  777. "path": "guide/rules/overview",
  778. "children": [
  779. {
  780. "title": "Graph Rule",
  781. "path": "guide/rules/graph_rule"
  782. },
  783. {
  784. "title": "Rule Pipeline",
  785. "path": "guide/rules/rule_pipeline"
  786. },
  787. {
  788. "title": "State and Fault Tolerance",
  789. "path": "guide/rules/state_and_fault_tolerance"
  790. }
  791. ]
  792. },
  793. {
  794. "title": "Source Connectors",
  795. "path": "guide/sources/overview",
  796. "children": [
  797. {
  798. "title": "Built-in Sources",
  799. "children": [
  800. {
  801. "title": "MQTT Source",
  802. "path": "guide/sources/builtin/mqtt"
  803. },
  804. {
  805. "title": "Neuron Source",
  806. "path": "guide/sources/builtin/neuron"
  807. },
  808. {
  809. "title": "EdgeX Source",
  810. "path": "guide/sources/builtin/edgex"
  811. },
  812. {
  813. "title": "HTTP Pull Source",
  814. "path": "guide/sources/builtin/http_pull"
  815. },
  816. {
  817. "title": "HTTP Push Source",
  818. "path": "guide/sources/builtin/http_push"
  819. },
  820. {
  821. "title": "File Source",
  822. "path": "guide/sources/builtin/file"
  823. },
  824. {
  825. "title": "Memory Source",
  826. "path": "guide/sources/builtin/memory"
  827. },
  828. {
  829. "title": "Redis Source",
  830. "path": "guide/sources/builtin/redis"
  831. }
  832. ]
  833. },
  834. {
  835. "title": "Predefined Source Plugins",
  836. "children": [
  837. {
  838. "title": "SQL Source",
  839. "path": "guide/sources/plugin/sql"
  840. },
  841. {
  842. "title": "Video Source",
  843. "path": "guide/sources/plugin/video"
  844. },
  845. {
  846. "title": "Random Source",
  847. "path": "guide/sources/plugin/random"
  848. },
  849. {
  850. "title": "Zero MQ Source",
  851. "path": "guide/sources/plugin/zmq"
  852. }
  853. ]
  854. }
  855. ]
  856. },
  857. {
  858. "title": "Sink Connectors",
  859. "path": "guide/sinks/overview",
  860. "children": [
  861. {
  862. "title": "Data Template",
  863. "path": "guide/sinks/data_template"
  864. },
  865. {
  866. "title": "Built-in Sinks",
  867. "children": [
  868. {
  869. "title": "MQTT Sink",
  870. "path": "guide/sinks/builtin/mqtt"
  871. },
  872. {
  873. "title": "Neuron Sink",
  874. "path": "guide/sinks/builtin/neuron"
  875. },
  876. {
  877. "title": "EdgeX Sink",
  878. "path": "guide/sinks/builtin/edgex"
  879. },
  880. {
  881. "title": "REST Sink",
  882. "path": "guide/sinks/builtin/rest"
  883. },
  884. {
  885. "title": "Redis Sink",
  886. "path": "guide/sinks/builtin/redis"
  887. },
  888. {
  889. "title": "File Sink",
  890. "path": "guide/sinks/builtin/file"
  891. },
  892. {
  893. "title": "Memory Sink",
  894. "path": "guide/sinks/builtin/memory"
  895. },
  896. {
  897. "title": "Log Sink",
  898. "path": "guide/sinks/builtin/log"
  899. },
  900. {
  901. "title": "Nop Sink",
  902. "path": "guide/sinks/builtin/nop"
  903. }
  904. ]
  905. },
  906. {
  907. "title": "Predefined Sink Plugins",
  908. "children": [
  909. {
  910. "title": "SQL Sink",
  911. "path": "guide/sinks/plugin/sql"
  912. },
  913. {
  914. "title": "InfluxDB Sink",
  915. "path": "guide/sinks/plugin/influx"
  916. },
  917. {
  918. "title": "InfluxDBV2 Sink",
  919. "path": "guide/sinks/plugin/influx2"
  920. },
  921. {
  922. "title": "TDengine Sink",
  923. "path": "guide/sinks/plugin/tdengine"
  924. },
  925. {
  926. "title": "Image Sink",
  927. "path": "guide/sinks/plugin/image"
  928. },
  929. {
  930. "title": "ZeroMQ Sink",
  931. "path": "guide/sinks/plugin/zmq"
  932. },
  933. {
  934. "title": "Kafka Sink",
  935. "path": "guide/sinks/plugin/kafka"
  936. }
  937. ]
  938. }
  939. ]
  940. },
  941. {
  942. "title": "Serialization",
  943. "path": "guide/serialization/serialization",
  944. "children": [
  945. {
  946. "title": "Protobuf Codec Tutorial",
  947. "path": "guide/serialization/protobuf_tutorial"
  948. }
  949. ]
  950. },
  951. {
  952. "title": "AI/ML",
  953. "children": [
  954. {
  955. "title": "Running AI Algorithms with Native Plugin",
  956. "path": "guide/ai/tensorflow_lite_tutorial"
  957. },
  958. {
  959. "title": "Running AI Algorithms with Python Function Plugin",
  960. "path": "guide/ai/python_tensorflow_lite_tutorial"
  961. },
  962. {
  963. "title": "Running OpenVINO Algorithms with Python Function Plugin",
  964. "path": "guide/ai/python_openvino_tutorial"
  965. },
  966. {
  967. "title": "Running AI Model with TensorFlow Lite Function Plugin",
  968. "path": "guide/ai/tensorflow_lite"
  969. },
  970. {
  971. "title": "Running tensorflow_lite AI Model with External Function",
  972. "path": "guide/ai/tensorflow_lite_external_function_tutorial"
  973. }
  974. ]
  975. }
  976. ]
  977. },
  978. {
  979. "title": "Example",
  980. "path": "example/howto",
  981. "children": [
  982. {
  983. "title": "Data Merging",
  984. "path": "example/data_merge/overview",
  985. "children": [
  986. {
  987. "title": "Merge multiple devices' data in single stream",
  988. "path": "example/data_merge/merge_single_stream"
  989. }
  990. ]
  991. }
  992. ]
  993. },
  994. {
  995. "title": "Admin Guide",
  996. "children": [
  997. {
  998. "title": "Installation",
  999. "path": "installation"
  1000. },
  1001. {
  1002. "title": "Configuration",
  1003. "path": "configuration/configuration",
  1004. "children": [
  1005. {
  1006. "title": "Global Configurations",
  1007. "path": "configuration/global_configurations"
  1008. }
  1009. ]
  1010. },
  1011. {
  1012. "title": "Management Console",
  1013. "children": [
  1014. {
  1015. "title": "Introduction",
  1016. "path": "operation/manager-ui/overview"
  1017. },
  1018. {
  1019. "title": "Plugin Management",
  1020. "path": "operation/manager-ui/plugins_in_manager"
  1021. }
  1022. ]
  1023. },
  1024. {
  1025. "title": "Compilation",
  1026. "children": [
  1027. {
  1028. "title": "Compile",
  1029. "path": "operation/compile/compile"
  1030. },
  1031. {
  1032. "title": "Cross Compile",
  1033. "path": "operation/compile/cross-compile"
  1034. },
  1035. {
  1036. "title": "Compile selected features only",
  1037. "path": "operation/compile/features"
  1038. }
  1039. ]
  1040. },
  1041. {
  1042. "title": "Monitor",
  1043. "children": [
  1044. {
  1045. "title": "Monitor with Prometheus",
  1046. "path": "operation/usage/monitor_with_prometheus"
  1047. }
  1048. ]
  1049. }
  1050. ]
  1051. },
  1052. {
  1053. "title": "Use Cases",
  1054. "children": [
  1055. {
  1056. "title": "IIoT case",
  1057. "path": "usecases/iiot"
  1058. },
  1059. {
  1060. "title": "IoV case",
  1061. "path": "usecases/iov"
  1062. }
  1063. ]
  1064. },
  1065. {
  1066. "title": "Integrations",
  1067. "children": [
  1068. {
  1069. "title": "Edge Cloud Collaboration",
  1070. "path": "integrations/edge_cloud/overview"
  1071. },
  1072. {
  1073. "title": "Working with EdgeX Foundry",
  1074. "children": [
  1075. {
  1076. "title": "EdgeX Foundry Rule Engine Tutorial",
  1077. "path": "edgex/edgex_rule_engine_tutorial"
  1078. },
  1079. {
  1080. "title": "Meta Function for EdgeX Stream",
  1081. "path": "edgex/edgex_meta"
  1082. },
  1083. {
  1084. "title": "Command EdgeX Device",
  1085. "path": "edgex/edgex_rule_engine_command"
  1086. },
  1087. {
  1088. "title": "EdgeX Source Configurations",
  1089. "path": "edgex/edgex_source_tutorial"
  1090. }
  1091. ]
  1092. },
  1093. {
  1094. "title": "Processing Data Collected by Neuron ",
  1095. "path": "integrations/neuron/neuron_integration_tutorial"
  1096. },
  1097. {
  1098. "title": "Analytic Engine for KubeEdge",
  1099. "path": "integrations/kubeedge/overview"
  1100. },
  1101. {
  1102. "title": "Deploy by OpenYurt",
  1103. "path": "integrations/deploy/openyurt_tutorial"
  1104. }
  1105. ]
  1106. },
  1107. {
  1108. "title": "Architecture Design",
  1109. "children": [
  1110. {
  1111. "title": "Architecture",
  1112. "path": "concepts/ekuiper"
  1113. },
  1114. {
  1115. "title": "Key Concepts",
  1116. "children": [
  1117. {
  1118. "title": "Rules",
  1119. "path": "concepts/rules"
  1120. },
  1121. {
  1122. "title": "Sources",
  1123. "children": [
  1124. {
  1125. "title": "Overview",
  1126. "path": "concepts/sources/overview"
  1127. },
  1128. {
  1129. "title": "Stream",
  1130. "path": "concepts/sources/stream"
  1131. },
  1132. {
  1133. "title": "Table",
  1134. "path": "concepts/sources/table"
  1135. }
  1136. ]
  1137. },
  1138. {
  1139. "title": "Sinks",
  1140. "path": "concepts/sinks"
  1141. },
  1142. {
  1143. "title": "SQL Queries",
  1144. "path": "concepts/sql"
  1145. },
  1146. {
  1147. "title": "Extensions",
  1148. "path": "concepts/extensions"
  1149. }
  1150. ]
  1151. },
  1152. {
  1153. "title": "Stream Processing",
  1154. "children": [
  1155. {
  1156. "title": "Overview",
  1157. "path": "concepts/streaming/overview"
  1158. },
  1159. {
  1160. "title": "Time Attribute",
  1161. "path": "concepts/streaming/time"
  1162. },
  1163. {
  1164. "title": "Windowing",
  1165. "path": "concepts/streaming/windowing"
  1166. },
  1167. {
  1168. "title": "Join",
  1169. "path": "concepts/streaming/join"
  1170. }
  1171. ]
  1172. }
  1173. ]
  1174. },
  1175. {
  1176. "title": "Developer Guide",
  1177. "path": "extension/overview",
  1178. "children": [
  1179. {
  1180. "title": "Native Plugin Develop",
  1181. "path": "extension/native/overview",
  1182. "children": [
  1183. {
  1184. "title": "Develop",
  1185. "path": "extension/native/develop/overview"
  1186. },
  1187. {
  1188. "title": "Plugin Develop Tutorial",
  1189. "path": "extension/native/develop/plugins_tutorial"
  1190. },
  1191. {
  1192. "title": "Function Plugin",
  1193. "path": "extension/native/develop/function"
  1194. },
  1195. {
  1196. "title": "Sink Plugin",
  1197. "path": "extension/native/develop/sink"
  1198. },
  1199. {
  1200. "title": "Source Plugin",
  1201. "path": "extension/native/develop/source"
  1202. }
  1203. ]
  1204. },
  1205. {
  1206. "title": "Portable Plugin Development",
  1207. "children": [
  1208. {
  1209. "title": "Portable Plugin",
  1210. "path": "extension/portable/overview"
  1211. },
  1212. {
  1213. "title": "GO SDK for Portable Plugin",
  1214. "path": "extension/portable/go_sdk"
  1215. },
  1216. {
  1217. "title": "Python SDK for Portable Plugin",
  1218. "path": "extension/portable/python_sdk"
  1219. }
  1220. ]
  1221. },
  1222. {
  1223. "title": "External Function",
  1224. "path": "extension/external/external_func"
  1225. },
  1226. {
  1227. "title": "Wasm Function",
  1228. "path": "extension/wasm/overview"
  1229. }
  1230. ]
  1231. },
  1232. {
  1233. "title": "SQL Reference",
  1234. "children": [
  1235. {
  1236. "title": "Statements",
  1237. "children": [
  1238. {
  1239. "title": "Streams",
  1240. "path": "sqls/streams"
  1241. },
  1242. {
  1243. "title": "Tables",
  1244. "path": "sqls/tables"
  1245. },
  1246. {
  1247. "title": "Query",
  1248. "path": "sqls/query_language_elements"
  1249. }
  1250. ]
  1251. },
  1252. {
  1253. "title": "Syntax",
  1254. "path": "sqls/overview",
  1255. "children": [
  1256. {
  1257. "title": "Lexical elements",
  1258. "path": "sqls/lexical_elements"
  1259. },
  1260. {
  1261. "title": "Data types",
  1262. "path": "sqls/data_types"
  1263. },
  1264. {
  1265. "title": "JSON Expressions",
  1266. "path": "sqls/json_expr"
  1267. }
  1268. ]
  1269. },
  1270. {
  1271. "title": "Functions",
  1272. "path": "sqls/functions/overview",
  1273. "children": [
  1274. {
  1275. "title": "Aggregate Functions",
  1276. "path": "sqls/functions/aggregate_functions"
  1277. },
  1278. {
  1279. "title": "Mathematical Functions",
  1280. "path": "sqls/functions/mathematical_functions"
  1281. },
  1282. {
  1283. "title": "String Functions",
  1284. "path": "sqls/functions/string_functions"
  1285. },
  1286. {
  1287. "title": "Array Functions",
  1288. "path": "sqls/functions/array_functions"
  1289. },
  1290. {
  1291. "title": "Object Functions",
  1292. "path": "sqls/functions/object_functions"
  1293. },
  1294. {
  1295. "title": "Hashing Functions",
  1296. "path": "sqls/functions/hashing_functions"
  1297. },
  1298. {
  1299. "title": "Transform Functions",
  1300. "path": "sqls/functions/transform_functions"
  1301. },
  1302. {
  1303. "title": "JSON Functions",
  1304. "path": "sqls/functions/json_functions"
  1305. },
  1306. {
  1307. "title": "Other Functions",
  1308. "path": "sqls/functions/other_functions"
  1309. },
  1310. {
  1311. "title": "Analytic Functions",
  1312. "path": "sqls/functions/analytic_functions"
  1313. },
  1314. {
  1315. "title": "Multi-Row Functions",
  1316. "path": "sqls/functions/multi_row_functions"
  1317. },
  1318. {
  1319. "title": "Multi-Column Functions",
  1320. "path": "sqls/functions/multi_column_functions"
  1321. },
  1322. {
  1323. "title": "Predefined function plugins",
  1324. "path": "sqls/functions/custom_functions"
  1325. }
  1326. ]
  1327. },
  1328. {
  1329. "title": "Windowing",
  1330. "path": "sqls/windows"
  1331. }
  1332. ]
  1333. },
  1334. {
  1335. "title": "API Reference",
  1336. "children": [
  1337. {
  1338. "title": "Rest API",
  1339. "path": "api/restapi/overview",
  1340. "children": [
  1341. {
  1342. "title": "Authentication",
  1343. "path": "api/restapi/authentication"
  1344. },
  1345. {
  1346. "title": "Streams",
  1347. "path": "api/restapi/streams"
  1348. },
  1349. {
  1350. "title": "Tables",
  1351. "path": "api/restapi/tables"
  1352. },
  1353. {
  1354. "title": "Rules",
  1355. "path": "api/restapi/rules"
  1356. },
  1357. {
  1358. "title": "Plugins",
  1359. "path": "api/restapi/plugins"
  1360. },
  1361. {
  1362. "title": "Source ConfigKey",
  1363. "path": "api/restapi/configKey"
  1364. },
  1365. {
  1366. "title": "External Services",
  1367. "path": "api/restapi/services"
  1368. },
  1369. {
  1370. "title": "Schemas",
  1371. "path": "api/restapi/schemas"
  1372. },
  1373. {
  1374. "title": "Upload files",
  1375. "path": "api/restapi/uploads"
  1376. },
  1377. {
  1378. "title": "Ruleset",
  1379. "path": "api/restapi/ruleset"
  1380. },
  1381. {
  1382. "title": "Data Export/Import",
  1383. "path": "api/restapi/data"
  1384. }
  1385. ]
  1386. },
  1387. {
  1388. "title": "Command Line Tool",
  1389. "path": "api/cli/overview",
  1390. "children": [
  1391. {
  1392. "title": "Streams",
  1393. "path": "api/cli/streams"
  1394. },
  1395. {
  1396. "title": "Rules",
  1397. "path": "api/cli/rules"
  1398. },
  1399. {
  1400. "title": "Tables",
  1401. "path": "api/cli/tables"
  1402. },
  1403. {
  1404. "title": "Plugins",
  1405. "path": "api/cli/plugins"
  1406. },
  1407. {
  1408. "title": "External Services",
  1409. "path": "api/cli/services"
  1410. },
  1411. {
  1412. "title": "Schemas",
  1413. "path": "api/cli/schemas"
  1414. },
  1415. {
  1416. "title": "Ruleset",
  1417. "path": "api/cli/ruleset"
  1418. },
  1419. {
  1420. "title": "Data Export/Import",
  1421. "path": "api/cli/data"
  1422. }
  1423. ]
  1424. }
  1425. ]
  1426. },
  1427. {
  1428. "title": "Contribute",
  1429. "path": "CONTRIBUTING"
  1430. }
  1431. ]
  1432. }