directory.json 27 KB

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