directory.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515
  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/functions/overview",
  593. "children": [
  594. {
  595. "title": "聚合函数",
  596. "path": "sqls/functions/aggregate_functions"
  597. },
  598. {
  599. "title": "数学函数",
  600. "path": "sqls/functions/mathematical_functions"
  601. },
  602. {
  603. "title": "字符串函数",
  604. "path": "sqls/functions/string_functions"
  605. },
  606. {
  607. "title": "数组函数",
  608. "path": "sqls/functions/array_functions"
  609. },
  610. {
  611. "title": "对象函数",
  612. "path": "sqls/functions/object_functions"
  613. },
  614. {
  615. "title": "哈希函数",
  616. "path": "sqls/functions/hashing_functions"
  617. },
  618. {
  619. "title": "转换函数",
  620. "path": "sqls/functions/transform_functions"
  621. },
  622. {
  623. "title": "JSON 函数",
  624. "path": "sqls/functions/json_functions"
  625. },
  626. {
  627. "title": "其他函数",
  628. "path": "sqls/functions/other_functions"
  629. },
  630. {
  631. "title": "分析函数",
  632. "path": "sqls/functions/analytic_functions"
  633. },
  634. {
  635. "title": "多行函数",
  636. "path": "sqls/functions/multi_row_functions"
  637. },
  638. {
  639. "title": "多列函数",
  640. "path": "sqls/functions/multi_column_functions"
  641. },
  642. {
  643. "title": "预定义函数插件",
  644. "path": "sqls/functions/custom_functions"
  645. }
  646. ]
  647. },
  648. {
  649. "title": "窗口",
  650. "path": "sqls/windows"
  651. }
  652. ]
  653. },
  654. {
  655. "title": "API 参考",
  656. "children": [
  657. {
  658. "title": "Rest API 接口",
  659. "children": [
  660. {
  661. "title": "接口介绍",
  662. "path": "api/restapi/overview"
  663. },
  664. {
  665. "title": "认证配置",
  666. "path": "api/restapi/authentication"
  667. },
  668. {
  669. "title": "流管理",
  670. "path": "api/restapi/streams"
  671. },
  672. {
  673. "title": "表管理",
  674. "path": "api/restapi/tables"
  675. },
  676. {
  677. "title": "规则管理",
  678. "path": "api/restapi/rules"
  679. },
  680. {
  681. "title": "插件管理",
  682. "path": "api/restapi/plugins"
  683. },
  684. {
  685. "title": "源配置项管理",
  686. "path": "api/restapi/configKey"
  687. },
  688. {
  689. "title": "外部函数管理",
  690. "path": "api/restapi/services"
  691. },
  692. {
  693. "title": "模式管理",
  694. "path": "api/restapi/schemas"
  695. },
  696. {
  697. "title": "上传文件管理",
  698. "path": "api/restapi/uploads"
  699. },
  700. {
  701. "title": "规则集管理",
  702. "path": "api/restapi/ruleset"
  703. },
  704. {
  705. "title": "数据导入导出",
  706. "path": "api/restapi/data"
  707. }
  708. ]
  709. },
  710. {
  711. "title": "命令行工具",
  712. "children": [
  713. {
  714. "title": "总览",
  715. "path": "api/cli/overview"
  716. },
  717. {
  718. "title": "流管理",
  719. "path": "api/cli/streams"
  720. },
  721. {
  722. "title": "表管理",
  723. "path": "api/cli/tables"
  724. },
  725. {
  726. "title": "规则管理",
  727. "path": "api/cli/rules"
  728. },
  729. {
  730. "title": "插件管理",
  731. "path": "api/cli/plugins"
  732. },
  733. {
  734. "title": "外部服务",
  735. "path": "api/cli/services"
  736. },
  737. {
  738. "title": "模式管理",
  739. "path": "api/cli/schemas"
  740. },
  741. {
  742. "title": "规则集管理",
  743. "path": "api/cli/ruleset"
  744. },
  745. {
  746. "title": "数据导入导出",
  747. "path": "api/cli/data"
  748. }
  749. ]
  750. }
  751. ]
  752. },
  753. {
  754. "title": "贡献",
  755. "path": "CONTRIBUTING"
  756. }
  757. ],
  758. "en": [
  759. {
  760. "title": "Introduction",
  761. "path": "./"
  762. },
  763. {
  764. "title": "Getting Started",
  765. "children": [
  766. {
  767. "title": "Getting Started",
  768. "path": "getting_started/getting_started"
  769. },
  770. {
  771. "title": "5 Minutes Quick Start",
  772. "path": "getting_started/quick_start_docker"
  773. },
  774. {
  775. "title": "Run eKuiper with EdgeX Foundry",
  776. "path": "edgex/edgex_rule_engine_tutorial"
  777. }
  778. ]
  779. },
  780. {
  781. "title": "Installation",
  782. "children": [
  783. {
  784. "title": "Installation",
  785. "path": "installation"
  786. }
  787. ]
  788. },
  789. {
  790. "title": "Configuration",
  791. "children": [
  792. {
  793. "title": "Configuration",
  794. "path": "configuration/configuration"
  795. },
  796. {
  797. "title": "Global Configurations",
  798. "path": "configuration/global_configurations"
  799. }
  800. ]
  801. },
  802. {
  803. "title": "User Guide",
  804. "children": [
  805. {
  806. "title": "Stream: unbounded series of events",
  807. "children": [
  808. {
  809. "title": "Overview",
  810. "path": "guide/streams/overview"
  811. }
  812. ]
  813. },
  814. {
  815. "title": "Table: snapshot of events",
  816. "children": [
  817. {
  818. "title": "Overview",
  819. "path": "guide/tables/overview"
  820. },
  821. {
  822. "title": "Scan Table",
  823. "path": "guide/tables/scan"
  824. },
  825. {
  826. "title": "Lookup Table",
  827. "path": "guide/tables/lookup"
  828. }
  829. ]
  830. },
  831. {
  832. "title": "Rule: query and action",
  833. "children": [
  834. {
  835. "title": "Rules",
  836. "path": "guide/rules/overview"
  837. },
  838. {
  839. "title": "Graph Rule",
  840. "path": "guide/rules/graph_rule"
  841. },
  842. {
  843. "title": "Rule Pipeline",
  844. "path": "guide/rules/rule_pipeline"
  845. },
  846. {
  847. "title": "State and Fault Tolerance",
  848. "path": "guide/rules/state_and_fault_tolerance"
  849. }
  850. ]
  851. },
  852. {
  853. "title": "Source Connectors",
  854. "children": [
  855. {
  856. "title": "Overview",
  857. "path": "guide/sources/overview"
  858. },
  859. {
  860. "title": "Built-in Sources",
  861. "children": [
  862. {
  863. "title": "MQTT Source",
  864. "path": "guide/sources/builtin/mqtt"
  865. },
  866. {
  867. "title": "Neuron Source",
  868. "path": "guide/sources/builtin/neuron"
  869. },
  870. {
  871. "title": "EdgeX Source",
  872. "path": "guide/sources/builtin/edgex"
  873. },
  874. {
  875. "title": "HTTP Pull Source",
  876. "path": "guide/sources/builtin/http_pull"
  877. },
  878. {
  879. "title": "HTTP Push Source",
  880. "path": "guide/sources/builtin/http_push"
  881. },
  882. {
  883. "title": "File Source",
  884. "path": "guide/sources/builtin/file"
  885. },
  886. {
  887. "title": "Memory Source",
  888. "path": "guide/sources/builtin/memory"
  889. },
  890. {
  891. "title": "Redis Source",
  892. "path": "guide/sources/builtin/redis"
  893. }
  894. ]
  895. },
  896. {
  897. "title": "Predefined Source Plugins",
  898. "children": [
  899. {
  900. "title": "SQL Source",
  901. "path": "guide/sources/plugin/sql"
  902. },
  903. {
  904. "title": "Video Source",
  905. "path": "guide/sources/plugin/video"
  906. },
  907. {
  908. "title": "Random Source",
  909. "path": "guide/sources/plugin/random"
  910. },
  911. {
  912. "title": "Zero MQ Source",
  913. "path": "guide/sources/plugin/zmq"
  914. }
  915. ]
  916. }
  917. ]
  918. },
  919. {
  920. "title": "Sink Connectors",
  921. "children": [
  922. {
  923. "title": "Overview",
  924. "path": "guide/sinks/overview"
  925. },
  926. {
  927. "title": "Data Template",
  928. "path": "guide/sinks/data_template"
  929. },
  930. {
  931. "title": "Built-in Sinks",
  932. "children": [
  933. {
  934. "title": "MQTT Sink",
  935. "path": "guide/sinks/builtin/mqtt"
  936. },
  937. {
  938. "title": "Neuron Sink",
  939. "path": "guide/sinks/builtin/neuron"
  940. },
  941. {
  942. "title": "EdgeX Sink",
  943. "path": "guide/sinks/builtin/edgex"
  944. },
  945. {
  946. "title": "REST Sink",
  947. "path": "guide/sinks/builtin/rest"
  948. },
  949. {
  950. "title": "Redis Sink",
  951. "path": "guide/sinks/builtin/redis"
  952. },
  953. {
  954. "title": "File Sink",
  955. "path": "guide/sinks/builtin/file"
  956. },
  957. {
  958. "title": "Memory Sink",
  959. "path": "guide/sinks/builtin/memory"
  960. },
  961. {
  962. "title": "Log Sink",
  963. "path": "guide/sinks/builtin/log"
  964. },
  965. {
  966. "title": "Nop Sink",
  967. "path": "guide/sinks/builtin/nop"
  968. }
  969. ]
  970. },
  971. {
  972. "title": "Predefined Sink Plugins",
  973. "children": [
  974. {
  975. "title": "SQL Sink",
  976. "path": "guide/sinks/plugin/sql"
  977. },
  978. {
  979. "title": "InfluxDB Sink",
  980. "path": "guide/sinks/plugin/influx"
  981. },
  982. {
  983. "title": "InfluxDBV2 Sink",
  984. "path": "guide/sinks/plugin/influx2"
  985. },
  986. {
  987. "title": "TDengine Sink",
  988. "path": "guide/sinks/plugin/tdengine"
  989. },
  990. {
  991. "title": "Image Sink",
  992. "path": "guide/sinks/plugin/image"
  993. },
  994. {
  995. "title": "ZeroMQ Sink",
  996. "path": "guide/sinks/plugin/zmq"
  997. },
  998. {
  999. "title": "Kafka Sink",
  1000. "path": "guide/sinks/plugin/kafka"
  1001. }
  1002. ]
  1003. }
  1004. ]
  1005. },
  1006. {
  1007. "title": "Serialization",
  1008. "children": [
  1009. {
  1010. "title": "Overview",
  1011. "path": "guide/serialization/serialization"
  1012. },
  1013. {
  1014. "title": "Protobuf Codec Tutorial",
  1015. "path": "guide/serialization/protobuf_tutorial"
  1016. }
  1017. ]
  1018. },
  1019. {
  1020. "title": "AI/ML",
  1021. "children": [
  1022. {
  1023. "title": "Running AI Algorithms with Native Plugin",
  1024. "path": "guide/ai/tensorflow_lite_tutorial"
  1025. },
  1026. {
  1027. "title": "Running AI Algorithms with Python Function Plugin",
  1028. "path": "guide/ai/python_tensorflow_lite_tutorial"
  1029. },
  1030. {
  1031. "title": "Running AI Model with TensorFlow Lite Function Plugin",
  1032. "path": "guide/ai/tensorflow_lite"
  1033. },
  1034. {
  1035. "title": "Running tensorflow_lite AI Model with external function",
  1036. "path": "guide/ai/tensorflow_lite_external_function_tutorial"
  1037. }
  1038. ]
  1039. }
  1040. ]
  1041. },
  1042. {
  1043. "title": "Example",
  1044. "path": "example/howto",
  1045. "children": [
  1046. {
  1047. "title": "Data Merging",
  1048. "path": "example/data_merge/overview",
  1049. "children": [
  1050. {
  1051. "title": "Merge multiple devices' data in single stream",
  1052. "path": "example/data_merge/merge_single_stream"
  1053. }
  1054. ]
  1055. }
  1056. ]
  1057. },
  1058. {
  1059. "title": "Admin Guide",
  1060. "children": [
  1061. {
  1062. "title": "Installation",
  1063. "path": "installation"
  1064. },
  1065. {
  1066. "title": "Configuration",
  1067. "children": [
  1068. {
  1069. "title": "Configuration",
  1070. "path": "configuration/configuration"
  1071. },
  1072. {
  1073. "title": "Global Configurations",
  1074. "path": "configuration/global_configurations"
  1075. }
  1076. ]
  1077. },
  1078. {
  1079. "title": "Management Console",
  1080. "children": [
  1081. {
  1082. "title": "Introduction",
  1083. "path": "operation/manager-ui/overview"
  1084. },
  1085. {
  1086. "title": "Plugin Management",
  1087. "path": "operation/manager-ui/plugins_in_manager"
  1088. }
  1089. ]
  1090. },
  1091. {
  1092. "title": "Compilation",
  1093. "children": [
  1094. {
  1095. "title": "Compile",
  1096. "path": "operation/compile/compile"
  1097. },
  1098. {
  1099. "title": "Cross Compile",
  1100. "path": "operation/compile/cross-compile"
  1101. },
  1102. {
  1103. "title": "Compile selected features only",
  1104. "path": "operation/compile/features"
  1105. }
  1106. ]
  1107. },
  1108. {
  1109. "title": "Monitor",
  1110. "children": [
  1111. {
  1112. "title": "Monitor with Prometheus",
  1113. "path": "operation/usage/monitor_with_prometheus"
  1114. }
  1115. ]
  1116. }
  1117. ]
  1118. },
  1119. {
  1120. "title": "Use Cases",
  1121. "children": [
  1122. {
  1123. "title": "IIoT case",
  1124. "path": "usecases/iiot"
  1125. },
  1126. {
  1127. "title": "IoV case",
  1128. "path": "usecases/iov"
  1129. }
  1130. ]
  1131. },
  1132. {
  1133. "title": "Integrations",
  1134. "children": [
  1135. {
  1136. "title": "Edge Cloud Collaboration",
  1137. "path": "integrations/edge_cloud/overview"
  1138. },
  1139. {
  1140. "title": "Working with EdgeX Foundry",
  1141. "children": [
  1142. {
  1143. "title": "EdgeX Foundry Rule Engine Tutorial",
  1144. "path": "edgex/edgex_rule_engine_tutorial"
  1145. },
  1146. {
  1147. "title": "Meta Function for EdgeX Stream",
  1148. "path": "edgex/edgex_meta"
  1149. },
  1150. {
  1151. "title": "Command EdgeX Device",
  1152. "path": "edgex/edgex_rule_engine_command"
  1153. },
  1154. {
  1155. "title": "EdgeX Source Configurations",
  1156. "path": "edgex/edgex_source_tutorial"
  1157. }
  1158. ]
  1159. },
  1160. {
  1161. "title": "Processing Data Collected by Neuron ",
  1162. "path": "integrations/neuron/neuron_integration_tutorial"
  1163. },
  1164. {
  1165. "title": "Analytic Engine for KubeEdge",
  1166. "path": "integrations/kubeedge/overview"
  1167. },
  1168. {
  1169. "title": "Deploy by OpenYurt",
  1170. "path": "integrations/deploy/openyurt_tutorial"
  1171. }
  1172. ]
  1173. },
  1174. {
  1175. "title": "Architecture Design",
  1176. "children": [
  1177. {
  1178. "title": "Architecture",
  1179. "path": "concepts/ekuiper"
  1180. },
  1181. {
  1182. "title": "Key Concepts",
  1183. "children": [
  1184. {
  1185. "title": "Rules",
  1186. "path": "concepts/rules"
  1187. },
  1188. {
  1189. "title": "Sources",
  1190. "children": [
  1191. {
  1192. "title": "Overview",
  1193. "path": "concepts/sources/overview"
  1194. },
  1195. {
  1196. "title": "Stream",
  1197. "path": "concepts/sources/stream"
  1198. },
  1199. {
  1200. "title": "Table",
  1201. "path": "concepts/sources/table"
  1202. }
  1203. ]
  1204. },
  1205. {
  1206. "title": "Sinks",
  1207. "path": "concepts/sinks"
  1208. },
  1209. {
  1210. "title": "SQL Queries",
  1211. "path": "concepts/sql"
  1212. },
  1213. {
  1214. "title": "Extensions",
  1215. "path": "concepts/extensions"
  1216. }
  1217. ]
  1218. },
  1219. {
  1220. "title": "Stream Processing",
  1221. "children": [
  1222. {
  1223. "title": "Overview",
  1224. "path": "concepts/streaming/overview"
  1225. },
  1226. {
  1227. "title": "Time Attribute",
  1228. "path": "concepts/streaming/time"
  1229. },
  1230. {
  1231. "title": "Windowing",
  1232. "path": "concepts/streaming/windowing"
  1233. },
  1234. {
  1235. "title": "Join",
  1236. "path": "concepts/streaming/join"
  1237. }
  1238. ]
  1239. }
  1240. ]
  1241. },
  1242. {
  1243. "title": "Developer Guide",
  1244. "children": [
  1245. {
  1246. "title": "Introduction",
  1247. "path": "extension/overview"
  1248. },
  1249. {
  1250. "title": "Native Plugin Develop",
  1251. "children": [
  1252. {
  1253. "title": "Overview",
  1254. "path": "extension/native/overview"
  1255. },
  1256. {
  1257. "title": "Develop",
  1258. "path": "extension/native/develop/overview"
  1259. },
  1260. {
  1261. "title": "Plugin Develop Tutorial",
  1262. "path": "extension/native/develop/plugins_tutorial"
  1263. },
  1264. {
  1265. "title": "Function Plugin",
  1266. "path": "extension/native/develop/function"
  1267. },
  1268. {
  1269. "title": "Sink Plugin",
  1270. "path": "extension/native/develop/sink"
  1271. },
  1272. {
  1273. "title": "Source Plugin",
  1274. "path": "extension/native/develop/source"
  1275. }
  1276. ]
  1277. },
  1278. {
  1279. "title": "Portable Plugin Development",
  1280. "children": [
  1281. {
  1282. "title": "Portable Plugin",
  1283. "path": "extension/portable/overview"
  1284. },
  1285. {
  1286. "title": "GO SDK for Portable Plugin",
  1287. "path": "extension/portable/go_sdk"
  1288. },
  1289. {
  1290. "title": "Python SDK for Portable Plugin",
  1291. "path": "extension/portable/python_sdk"
  1292. }
  1293. ]
  1294. },
  1295. {
  1296. "title": "External Function",
  1297. "path": "extension/external/external_func"
  1298. },
  1299. {
  1300. "title": "Wasm Function",
  1301. "path": "extension/wasm/overview"
  1302. }
  1303. ]
  1304. },
  1305. {
  1306. "title": "SQL Reference",
  1307. "children": [
  1308. {
  1309. "title": "Statements",
  1310. "children": [
  1311. {
  1312. "title": "Streams",
  1313. "path": "sqls/streams"
  1314. },
  1315. {
  1316. "title": "Tables",
  1317. "path": "sqls/tables"
  1318. },
  1319. {
  1320. "title": "Query",
  1321. "path": "sqls/query_language_elements"
  1322. }
  1323. ]
  1324. },
  1325. {
  1326. "title": "Syntax",
  1327. "children": [
  1328. {
  1329. "title": "Introduction",
  1330. "path": "sqls/overview"
  1331. },
  1332. {
  1333. "title": "Lexical elements",
  1334. "path": "sqls/lexical_elements"
  1335. },
  1336. {
  1337. "title": "Data types",
  1338. "path": "sqls/data_types"
  1339. },
  1340. {
  1341. "title": "JSON Expressions",
  1342. "path": "sqls/json_expr"
  1343. }
  1344. ]
  1345. },
  1346. {
  1347. "title": "Functions",
  1348. "path": "sqls/functions/overview",
  1349. "children": [
  1350. {
  1351. "title": "Aggregate Functions",
  1352. "path": "sqls/functions/aggregate_functions"
  1353. },
  1354. {
  1355. "title": "Mathematical Functions",
  1356. "path": "sqls/functions/mathematical_functions"
  1357. },
  1358. {
  1359. "title": "String Functions",
  1360. "path": "sqls/functions/string_functions"
  1361. },
  1362. {
  1363. "title": "Array Functions",
  1364. "path": "sqls/functions/array_functions"
  1365. },
  1366. {
  1367. "title": "Object Functions",
  1368. "path": "sqls/functions/object_functions"
  1369. },
  1370. {
  1371. "title": "Hashing Functions",
  1372. "path": "sqls/functions/hashing_functions"
  1373. },
  1374. {
  1375. "title": "Transform Functions",
  1376. "path": "sqls/functions/transform_functions"
  1377. },
  1378. {
  1379. "title": "JSON Functions",
  1380. "path": "sqls/functions/json_functions"
  1381. },
  1382. {
  1383. "title": "Other Functions",
  1384. "path": "sqls/functions/other_functions"
  1385. },
  1386. {
  1387. "title": "Analytic Functions",
  1388. "path": "sqls/functions/analytic_functions"
  1389. },
  1390. {
  1391. "title": "Multi-Row Functions",
  1392. "path": "sqls/functions/multi_row_functions"
  1393. },
  1394. {
  1395. "title": "Multi-Column Functions",
  1396. "path": "sqls/functions/multi_column_functions"
  1397. },
  1398. {
  1399. "title": "Predefined function plugins",
  1400. "path": "sqls/functions/custom_functions"
  1401. }
  1402. ]
  1403. },
  1404. {
  1405. "title": "Windowing",
  1406. "path": "sqls/windows"
  1407. }
  1408. ]
  1409. },
  1410. {
  1411. "title": "API Reference",
  1412. "children": [
  1413. {
  1414. "title": "Rest API",
  1415. "children": [
  1416. {
  1417. "title": "Introduction",
  1418. "path": "api/restapi/overview"
  1419. },
  1420. {
  1421. "title": "Authentication",
  1422. "path": "api/restapi/authentication"
  1423. },
  1424. {
  1425. "title": "Streams",
  1426. "path": "api/restapi/streams"
  1427. },
  1428. {
  1429. "title": "Tables",
  1430. "path": "api/restapi/tables"
  1431. },
  1432. {
  1433. "title": "Rules",
  1434. "path": "api/restapi/rules"
  1435. },
  1436. {
  1437. "title": "Plugins",
  1438. "path": "api/restapi/plugins"
  1439. },
  1440. {
  1441. "title": "Source ConfigKey",
  1442. "path": "api/restapi/configKey"
  1443. },
  1444. {
  1445. "title": "External Services",
  1446. "path": "api/restapi/services"
  1447. },
  1448. {
  1449. "title": "Schemas",
  1450. "path": "api/restapi/schemas"
  1451. },
  1452. {
  1453. "title": "Upload files",
  1454. "path": "api/restapi/uploads"
  1455. },
  1456. {
  1457. "title": "Ruleset",
  1458. "path": "api/restapi/ruleset"
  1459. },
  1460. {
  1461. "title": "Data Export/Import",
  1462. "path": "api/restapi/data"
  1463. }
  1464. ]
  1465. },
  1466. {
  1467. "title": "Command Line Tool",
  1468. "children": [
  1469. {
  1470. "title": "Introduction",
  1471. "path": "api/cli/overview"
  1472. },
  1473. {
  1474. "title": "Streams",
  1475. "path": "api/cli/streams"
  1476. },
  1477. {
  1478. "title": "Rules",
  1479. "path": "api/cli/rules"
  1480. },
  1481. {
  1482. "title": "Tables",
  1483. "path": "api/cli/tables"
  1484. },
  1485. {
  1486. "title": "Plugins",
  1487. "path": "api/cli/plugins"
  1488. },
  1489. {
  1490. "title": "External Services",
  1491. "path": "api/cli/services"
  1492. },
  1493. {
  1494. "title": "Schemas",
  1495. "path": "api/cli/schemas"
  1496. },
  1497. {
  1498. "title": "Ruleset",
  1499. "path": "api/cli/ruleset"
  1500. },
  1501. {
  1502. "title": "Data Export/Import",
  1503. "path": "api/cli/data"
  1504. }
  1505. ]
  1506. }
  1507. ]
  1508. },
  1509. {
  1510. "title": "Contribute",
  1511. "path": "CONTRIBUTING"
  1512. }
  1513. ]
  1514. }