directory.json 31 KB

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