directory.json 25 KB

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