directory.json 27 KB

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