directory.json 30 KB

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