directory.json 29 KB

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