directory.json 28 KB

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