directory.json 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  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/authentication"
  589. },
  590. {
  591. "title": "流管理",
  592. "path": "api/restapi/streams"
  593. },
  594. {
  595. "title": "表管理",
  596. "path": "api/restapi/tables"
  597. },
  598. {
  599. "title": "规则管理",
  600. "path": "api/restapi/rules"
  601. },
  602. {
  603. "title": "插件管理",
  604. "path": "api/restapi/plugins"
  605. },
  606. {
  607. "title": "外部函数管理",
  608. "path": "api/restapi/services"
  609. },
  610. {
  611. "title": "模式管理",
  612. "path": "api/restapi/schemas"
  613. },
  614. {
  615. "title": "上传文件管理",
  616. "path": "api/restapi/uploads"
  617. },
  618. {
  619. "title": "规则集管理",
  620. "path": "api/restapi/ruleset"
  621. },
  622. {
  623. "title": "数据导入导出",
  624. "path": "api/restapi/data"
  625. }
  626. ]
  627. },
  628. {
  629. "title": "命令行工具",
  630. "children": [
  631. {
  632. "title": "总览",
  633. "path": "api/cli/overview"
  634. },
  635. {
  636. "title": "流管理",
  637. "path": "api/cli/streams"
  638. },
  639. {
  640. "title": "表管理",
  641. "path": "api/cli/tables"
  642. },
  643. {
  644. "title": "规则管理",
  645. "path": "api/cli/rules"
  646. },
  647. {
  648. "title": "插件管理",
  649. "path": "api/cli/plugins"
  650. },
  651. {
  652. "title": "模式管理",
  653. "path": "api/cli/schemas"
  654. },
  655. {
  656. "title": "规则集管理",
  657. "path": "api/cli/ruleset"
  658. },
  659. {
  660. "title": "数据导入导出",
  661. "path": "api/cli/data"
  662. }
  663. ]
  664. }
  665. ]
  666. },
  667. {
  668. "title": "贡献",
  669. "path": "CONTRIBUTING"
  670. }
  671. ],
  672. "en": [
  673. {
  674. "title": "Introduction",
  675. "path": "./"
  676. },
  677. {
  678. "title": "Getting Started",
  679. "children": [
  680. {
  681. "title": "Getting Started",
  682. "path": "getting_started/getting_started"
  683. },
  684. {
  685. "title": "5 Minutes Quick Start",
  686. "path": "getting_started/quick_start_docker"
  687. },
  688. {
  689. "title": "Run eKuiper with EdgeX Foundry",
  690. "path": "edgex/edgex_rule_engine_tutorial"
  691. }
  692. ]
  693. },
  694. {
  695. "title": "Installation",
  696. "children": [
  697. {
  698. "title": "Installation",
  699. "path": "installation"
  700. }
  701. ]
  702. },
  703. {
  704. "title": "Configuration",
  705. "children": [
  706. {
  707. "title": "Configuration",
  708. "path": "configuration/configuration"
  709. },
  710. {
  711. "title": "Global Configurations",
  712. "path": "configuration/global_configurations"
  713. }
  714. ]
  715. },
  716. {
  717. "title": "User Guide",
  718. "children": [
  719. {
  720. "title": "Stream: unbounded series of events",
  721. "children": [
  722. {
  723. "title": "Overview",
  724. "path": "guide/streams/overview"
  725. }
  726. ]
  727. },
  728. {
  729. "title": "Table: snapshot of events",
  730. "children": [
  731. {
  732. "title": "Overview",
  733. "path": "guide/tables/overview"
  734. },
  735. {
  736. "title": "Scan Table",
  737. "path": "guide/tables/scan"
  738. },
  739. {
  740. "title": "Lookup Table",
  741. "path": "guide/tables/lookup"
  742. }
  743. ]
  744. },
  745. {
  746. "title": "Rule: query and action",
  747. "children": [
  748. {
  749. "title": "Rules",
  750. "path": "guide/rules/overview"
  751. },
  752. {
  753. "title": "Graph Rule",
  754. "path": "guide/rules/graph_rule"
  755. },
  756. {
  757. "title": "Rule Pipeline",
  758. "path": "guide/rules/rule_pipeline"
  759. },
  760. {
  761. "title": "State and Fault Tolerance",
  762. "path": "guide/rules/state_and_fault_tolerance"
  763. }
  764. ]
  765. },
  766. {
  767. "title": "Source Connectors",
  768. "children": [
  769. {
  770. "title": "Overview",
  771. "path": "guide/sources/overview"
  772. },
  773. {
  774. "title": "Built-in Sources",
  775. "children": [
  776. {
  777. "title": "MQTT Source",
  778. "path": "guide/sources/builtin/mqtt"
  779. },
  780. {
  781. "title": "Neuron Source",
  782. "path": "guide/sources/builtin/neuron"
  783. },
  784. {
  785. "title": "EdgeX Source",
  786. "path": "guide/sources/builtin/edgex"
  787. },
  788. {
  789. "title": "HTTP Pull Source",
  790. "path": "guide/sources/builtin/http_pull"
  791. },
  792. {
  793. "title": "HTTP Push Source",
  794. "path": "guide/sources/builtin/http_push"
  795. },
  796. {
  797. "title": "Memory Source",
  798. "path": "guide/sources/builtin/memory"
  799. },
  800. {
  801. "title": "File Source",
  802. "path": "guide/sources/builtin/file"
  803. },
  804. {
  805. "title": "Redis Source",
  806. "path": "guide/sources/builtin/redis"
  807. }
  808. ]
  809. },
  810. {
  811. "title": "Predefined Source Plugins",
  812. "children": [
  813. {
  814. "title": "Zero MQ Source",
  815. "path": "guide/sources/plugin/zmq"
  816. },
  817. {
  818. "title": "SQL Source",
  819. "path": "guide/sources/plugin/sql"
  820. },
  821. {
  822. "title": "Random Source",
  823. "path": "guide/sources/plugin/random"
  824. },
  825. {
  826. "title": "Video Source",
  827. "path": "guide/sources/plugin/video"
  828. }
  829. ]
  830. }
  831. ]
  832. },
  833. {
  834. "title": "Sink Connectors",
  835. "children": [
  836. {
  837. "title": "Overview",
  838. "path": "guide/sinks/overview"
  839. },
  840. {
  841. "title": "Data Template",
  842. "path": "guide/sinks/data_template"
  843. },
  844. {
  845. "title": "Built-in Sinks",
  846. "children": [
  847. {
  848. "title": "MQTT Sink",
  849. "path": "guide/sinks/builtin/mqtt"
  850. },
  851. {
  852. "title": "Neuron Sink",
  853. "path": "guide/sinks/builtin/neuron"
  854. },
  855. {
  856. "title": "EdgeX Sink",
  857. "path": "guide/sinks/builtin/edgex"
  858. },
  859. {
  860. "title": "REST Sink",
  861. "path": "guide/sinks/builtin/rest"
  862. },
  863. {
  864. "title": "Memory Sink",
  865. "path": "guide/sinks/builtin/memory"
  866. },
  867. {
  868. "title": "Log Sink",
  869. "path": "guide/sinks/builtin/log"
  870. },
  871. {
  872. "title": "Nop Sink",
  873. "path": "guide/sinks/builtin/nop"
  874. },
  875. {
  876. "title": "Redis Sink",
  877. "path": "guide/sinks/builtin/redis"
  878. }
  879. ]
  880. },
  881. {
  882. "title": "Predefined Sink Plugins",
  883. "children": [
  884. {
  885. "title": "ZeroMQ Sink",
  886. "path": "guide/sinks/plugin/zmq"
  887. },
  888. {
  889. "title": "File Sink",
  890. "path": "guide/sinks/plugin/file"
  891. },
  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. }
  914. ]
  915. },
  916. {
  917. "title": "Serialization",
  918. "children": [
  919. {
  920. "title": "Overview",
  921. "path": "guide/serialization/serialization"
  922. },
  923. {
  924. "title": "Protobuf Codec Tutorial",
  925. "path": "guide/serialization/protobuf_tutorial"
  926. }
  927. ]
  928. },
  929. {
  930. "title": "AI/ML",
  931. "children": [
  932. {
  933. "title": "Running AI Algorithms with Native Plugin",
  934. "path": "guide/ai/tensorflow_lite_tutorial"
  935. },
  936. {
  937. "title": "Running AI Algorithms with Python Function Plugin",
  938. "path": "guide/ai/python_tensorflow_lite_tutorial"
  939. }
  940. ]
  941. }
  942. ]
  943. },
  944. {
  945. "title": "Admin Guide",
  946. "children": [
  947. {
  948. "title": "Installation",
  949. "path": "installation"
  950. },
  951. {
  952. "title": "Configuration",
  953. "children": [
  954. {
  955. "title": "Configuration",
  956. "path": "configuration/configuration"
  957. },
  958. {
  959. "title": "Global Configurations",
  960. "path": "configuration/global_configurations"
  961. }
  962. ]
  963. },
  964. {
  965. "title": "Management Console",
  966. "children": [
  967. {
  968. "title": "Introduction",
  969. "path": "operation/manager-ui/overview"
  970. },
  971. {
  972. "title": "Plugin Management",
  973. "path": "operation/manager-ui/plugins_in_manager"
  974. }
  975. ]
  976. },
  977. {
  978. "title": "Compilation",
  979. "children": [
  980. {
  981. "title": "Compile",
  982. "path": "operation/compile/compile"
  983. },
  984. {
  985. "title": "Cross Compile",
  986. "path": "operation/compile/cross-compile"
  987. },
  988. {
  989. "title": "Compile selected features only",
  990. "path": "operation/compile/features"
  991. }
  992. ]
  993. },
  994. {
  995. "title": "Monitor",
  996. "children": [
  997. {
  998. "title": "Monitor with Prometheus",
  999. "path": "operation/usage/monitor_with_prometheus"
  1000. }
  1001. ]
  1002. }
  1003. ]
  1004. },
  1005. {
  1006. "title": "Use Cases",
  1007. "children": [
  1008. {
  1009. "title": "IIoT case",
  1010. "path": "usecases/iiot"
  1011. },
  1012. {
  1013. "title": "IoV case",
  1014. "path": "usecases/iov"
  1015. }
  1016. ]
  1017. },
  1018. {
  1019. "title": "Integrations",
  1020. "children": [
  1021. {
  1022. "title": "Edge Cloud Collaboration",
  1023. "path": "integrations/edge_cloud/overview"
  1024. },
  1025. {
  1026. "title": "Working with EdgeX Foundry",
  1027. "children": [
  1028. {
  1029. "title": "EdgeX Foundry Rule Engine Tutorial",
  1030. "path": "edgex/edgex_rule_engine_tutorial"
  1031. },
  1032. {
  1033. "title": "Meta Function for EdgeX Stream",
  1034. "path": "edgex/edgex_meta"
  1035. },
  1036. {
  1037. "title": "Command EdgeX Device",
  1038. "path": "edgex/edgex_rule_engine_command"
  1039. },
  1040. {
  1041. "title": "EdgeX Source Configurations",
  1042. "path": "edgex/edgex_source_tutorial"
  1043. }
  1044. ]
  1045. },
  1046. {
  1047. "title": "Processing Data Collected by Neuron ",
  1048. "path": "integrations/neuron/neuron_integration_tutorial"
  1049. },
  1050. {
  1051. "title": "Analytic Engine for KubeEdge",
  1052. "path": "integrations/kubeedge/overview"
  1053. },
  1054. {
  1055. "title": "Deploy by OpenYurt",
  1056. "path": "integrations/deploy/openyurt_tutorial"
  1057. }
  1058. ]
  1059. },
  1060. {
  1061. "title": "Architecture Design",
  1062. "children": [
  1063. {
  1064. "title": "Architecture",
  1065. "path": "concepts/ekuiper"
  1066. },
  1067. {
  1068. "title": "Key Concepts",
  1069. "children": [
  1070. {
  1071. "title": "Rules",
  1072. "path": "concepts/rules"
  1073. },
  1074. {
  1075. "title": "Sources",
  1076. "children": [
  1077. {
  1078. "title": "Overview",
  1079. "path": "concepts/sources/overview"
  1080. },
  1081. {
  1082. "title": "Stream",
  1083. "path": "concepts/sources/stream"
  1084. },
  1085. {
  1086. "title": "Table",
  1087. "path": "concepts/sources/table"
  1088. }
  1089. ]
  1090. },
  1091. {
  1092. "title": "Sinks",
  1093. "path": "concepts/sinks"
  1094. },
  1095. {
  1096. "title": "SQL Queries",
  1097. "path": "concepts/sql"
  1098. },
  1099. {
  1100. "title": "Extensions",
  1101. "path": "concepts/extensions"
  1102. }
  1103. ]
  1104. },
  1105. {
  1106. "title": "Stream Processing",
  1107. "children": [
  1108. {
  1109. "title": "Overview",
  1110. "path": "concepts/streaming/overview"
  1111. },
  1112. {
  1113. "title": "Time Attribute",
  1114. "path": "concepts/streaming/time"
  1115. },
  1116. {
  1117. "title": "Windowing",
  1118. "path": "concepts/streaming/windowing"
  1119. },
  1120. {
  1121. "title": "Join",
  1122. "path": "concepts/streaming/join"
  1123. }
  1124. ]
  1125. }
  1126. ]
  1127. },
  1128. {
  1129. "title": "Developer Guide",
  1130. "children": [
  1131. {
  1132. "title": "Introduction",
  1133. "path": "extension/overview"
  1134. },
  1135. {
  1136. "title": "Native Plugin Develop",
  1137. "children": [
  1138. {
  1139. "title": "Overview",
  1140. "path": "extension/native/overview"
  1141. },
  1142. {
  1143. "title": "Develop",
  1144. "path": "extension/native/develop/overview"
  1145. },
  1146. {
  1147. "title": "Plugin Develop Tutorial",
  1148. "path": "extension/native/develop/plugins_tutorial"
  1149. },
  1150. {
  1151. "title": "Function Plugin",
  1152. "path": "extension/native/develop/function"
  1153. },
  1154. {
  1155. "title": "Sink Plugin",
  1156. "path": "extension/native/develop/sink"
  1157. },
  1158. {
  1159. "title": "Source Plugin",
  1160. "path": "extension/native/develop/source"
  1161. }
  1162. ]
  1163. },
  1164. {
  1165. "title": "Portable Plugin Development",
  1166. "children": [
  1167. {
  1168. "title": "Portable Plugin",
  1169. "path": "extension/portable/overview"
  1170. },
  1171. {
  1172. "title": "GO SDK for Portable Plugin",
  1173. "path": "extension/portable/go_sdk"
  1174. },
  1175. {
  1176. "title": "Python SDK for Portable Plugin",
  1177. "path": "extension/portable/python_sdk"
  1178. }
  1179. ]
  1180. },
  1181. {
  1182. "title": "External Function",
  1183. "path": "extension/external/external_func"
  1184. },
  1185. {
  1186. "title": "Wasm Function",
  1187. "path": "extension/wasm/overview"
  1188. }
  1189. ]
  1190. },
  1191. {
  1192. "title": "SQL Reference",
  1193. "children": [
  1194. {
  1195. "title": "Statements",
  1196. "children": [
  1197. {
  1198. "title": "Streams",
  1199. "path": "sqls/streams"
  1200. },
  1201. {
  1202. "title": "Tables",
  1203. "path": "sqls/tables"
  1204. },
  1205. {
  1206. "title": "Query",
  1207. "path": "sqls/query_language_elements"
  1208. }
  1209. ]
  1210. },
  1211. {
  1212. "title": "Syntax",
  1213. "children": [
  1214. {
  1215. "title": "Introduction",
  1216. "path": "sqls/overview"
  1217. },
  1218. {
  1219. "title": "Lexical elements",
  1220. "path": "sqls/lexical_elements"
  1221. },
  1222. {
  1223. "title": "Data types",
  1224. "path": "sqls/data_types"
  1225. },
  1226. {
  1227. "title": "JSON Expressions",
  1228. "path": "sqls/json_expr"
  1229. }
  1230. ]
  1231. },
  1232. {
  1233. "title": "Built-in Functions",
  1234. "path": "sqls/built-in_functions"
  1235. },
  1236. {
  1237. "title": "Predefined function plugins",
  1238. "path": "sqls/custom_functions"
  1239. },
  1240. {
  1241. "title": "Windowing",
  1242. "path": "sqls/windows"
  1243. }
  1244. ]
  1245. },
  1246. {
  1247. "title": "API Reference",
  1248. "children": [
  1249. {
  1250. "title": "Rest API",
  1251. "children": [
  1252. {
  1253. "title": "Introduction",
  1254. "path": "api/restapi/overview"
  1255. },
  1256. {
  1257. "title": "Authentication",
  1258. "path": "api/restapi/authentication"
  1259. },
  1260. {
  1261. "title": "Streams",
  1262. "path": "api/restapi/streams"
  1263. },
  1264. {
  1265. "title": "Tables",
  1266. "path": "api/restapi/tables"
  1267. },
  1268. {
  1269. "title": "Rules",
  1270. "path": "api/restapi/rules"
  1271. },
  1272. {
  1273. "title": "Plugins",
  1274. "path": "api/restapi/plugins"
  1275. },
  1276. {
  1277. "title": "External Services",
  1278. "path": "api/restapi/services"
  1279. },
  1280. {
  1281. "title": "Schemas",
  1282. "path": "api/restapi/schemas"
  1283. },
  1284. {
  1285. "title": "Upload files",
  1286. "path": "api/restapi/uploads"
  1287. },
  1288. {
  1289. "title": "Ruleset",
  1290. "path": "api/restapi/ruleset"
  1291. },
  1292. {
  1293. "title": "Data Export/Import",
  1294. "path": "api/restapi/data"
  1295. }
  1296. ]
  1297. },
  1298. {
  1299. "title": "Command Line Tool",
  1300. "children": [
  1301. {
  1302. "title": "Introduction",
  1303. "path": "api/cli/overview"
  1304. },
  1305. {
  1306. "title": "Streams",
  1307. "path": "api/cli/streams"
  1308. },
  1309. {
  1310. "title": "Rules",
  1311. "path": "api/cli/rules"
  1312. },
  1313. {
  1314. "title": "Tables",
  1315. "path": "api/cli/tables"
  1316. },
  1317. {
  1318. "title": "Plugins",
  1319. "path": "api/cli/plugins"
  1320. },
  1321. {
  1322. "title": "Schemas",
  1323. "path": "api/cli/schemas"
  1324. },
  1325. {
  1326. "title": "Ruleset",
  1327. "path": "api/cli/ruleset"
  1328. },
  1329. {
  1330. "title": "Data Export/Import",
  1331. "path": "api/cli/data"
  1332. }
  1333. ]
  1334. }
  1335. ]
  1336. },
  1337. {
  1338. "title": "Contribute",
  1339. "path": "CONTRIBUTING"
  1340. }
  1341. ]
  1342. }