directory.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164
  1. {
  2. "cn": [
  3. {
  4. "title": "概要",
  5. "path": "./"
  6. },
  7. {
  8. "title": "快速开始",
  9. "children": [
  10. {
  11. "title": "本地运行",
  12. "path": "getting_started"
  13. },
  14. {
  15. "title": "Docker 容器运行",
  16. "path": "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": "eKuiper 基本概念",
  29. "path": "concepts/ekuiper"
  30. },
  31. {
  32. "title": "规则",
  33. "path": "concepts/rules"
  34. },
  35. {
  36. "title": "Sources 源",
  37. "children": [
  38. {
  39. "title": "概览",
  40. "path": "concepts/sources/overview"
  41. },
  42. {
  43. "title": "流",
  44. "path": "concepts/sources/stream"
  45. },
  46. {
  47. "title": "表",
  48. "path": "concepts/sources/table"
  49. }
  50. ]
  51. },
  52. {
  53. "title": "Sinks 动作",
  54. "path": "concepts/sinks"
  55. },
  56. {
  57. "title": "SQL 查询",
  58. "path": "concepts/sql"
  59. },
  60. {
  61. "title": "流式处理",
  62. "children": [
  63. {
  64. "title": "概览",
  65. "path": "concepts/streaming/overview"
  66. },
  67. {
  68. "title": "时间属性",
  69. "path": "concepts/streaming/time"
  70. },
  71. {
  72. "title": "窗口",
  73. "path": "concepts/streaming/windowing"
  74. },
  75. {
  76. "title": "连接",
  77. "path": "concepts/streaming/join"
  78. }
  79. ]
  80. },
  81. {
  82. "title": "扩展",
  83. "path": "concepts/extensions"
  84. }
  85. ]
  86. },
  87. {
  88. "title": "教程",
  89. "children": [
  90. {
  91. "title": "AI 教程",
  92. "children": [
  93. {
  94. "title": "使用 eKuiper 原生插件实现图像标注",
  95. "path": "tutorials/ai/tensorflow_lite_tutorial"
  96. },
  97. {
  98. "title": "使用 Python 函数插件运行 AI 算法",
  99. "path": "tutorials/ai/python_tensorflow_lite_tutorial"
  100. }
  101. ]
  102. },
  103. {
  104. "title": "EdgeX Foundry 相关教程",
  105. "children": [
  106. {
  107. "title": "EdgeX Foundry 规则引擎教程",
  108. "path": "edgex/edgex_rule_engine_tutorial"
  109. },
  110. {
  111. "title": "使用 EdgeX 流的 meta 函数",
  112. "path": "edgex/edgex_meta"
  113. },
  114. {
  115. "title": "EdgeX 规则引擎使用 command 服务",
  116. "path": "edgex/edgex_rule_engine_command"
  117. },
  118. {
  119. "title": "EdgeX 源配置教程",
  120. "path": "edgex/edgex_source_tutorial"
  121. }
  122. ]
  123. },
  124. {
  125. "title": "使用 eKuiper 对 Neuron 采集的数据进行流式处理",
  126. "path": "tutorials/neuron/neuron_integration_tutorial"
  127. },
  128. {
  129. "title": "通过 OpenYurt 部署教程",
  130. "path": "tutorials/deploy/openyurt_tutorial"
  131. },
  132. {
  133. "title": "功能使用教程",
  134. "children": [
  135. {
  136. "title": "流批结合计算",
  137. "path": "tutorials/table/lookup"
  138. },
  139. {
  140. "title": "使用 Protobuf 编解码教程",
  141. "path": "tutorials/usage/protobuf_tutorial"
  142. },
  143. {
  144. "title": "使用 Prometheus 监控规则运行状态",
  145. "path": "tutorials/usage/monitor_with_prometheus"
  146. }
  147. ]
  148. }
  149. ]
  150. },
  151. {
  152. "title": "参考",
  153. "children": [
  154. {
  155. "title": "规则",
  156. "children": [
  157. {
  158. "title": "概览",
  159. "path": "rules/overview"
  160. },
  161. {
  162. "title": "规则流水线",
  163. "path": "rules/rule_pipeline"
  164. },
  165. {
  166. "title": "状态和容错",
  167. "path": "rules/state_and_fault_tolerance"
  168. },{
  169. "title": "编解码",
  170. "path": "rules/codecs"
  171. },{
  172. "title": "图规则",
  173. "path": "rules/graph_rule"
  174. }
  175. ]
  176. },
  177. {
  178. "title": "Sources 源",
  179. "children": [
  180. {
  181. "title": "概览",
  182. "path": "rules/sources/overview"
  183. },
  184. {
  185. "title": "内置源",
  186. "children": [
  187. {
  188. "title": "MQTT 源",
  189. "path": "rules/sources/builtin/mqtt"
  190. },
  191. {
  192. "title": "Neuron 源",
  193. "path": "rules/sources/builtin/neuron"
  194. },
  195. {
  196. "title": "EdgeX 源",
  197. "path": "rules/sources/builtin/edgex"
  198. },
  199. {
  200. "title": "HTTP 拉取源",
  201. "path": "rules/sources/builtin/http_pull"
  202. },
  203. {
  204. "title": "HTTP 推送源",
  205. "path": "rules/sources/builtin/http_push"
  206. },
  207. {
  208. "title": "内存源",
  209. "path": "rules/sources/builtin/memory"
  210. },
  211. {
  212. "title": "文件源",
  213. "path": "rules/sources/builtin/file"
  214. },
  215. {
  216. "title": "Redis 源",
  217. "path": "rules/sources/builtin/redis"
  218. }
  219. ]
  220. },
  221. {
  222. "title": "预定义插件源",
  223. "children": [
  224. {
  225. "title": "Zero MQ 源",
  226. "path": "rules/sources/plugin/zmq"
  227. },
  228. {
  229. "title": "SQL 源",
  230. "path": "rules/sources/plugin/sql"
  231. },
  232. {
  233. "title": "随机源",
  234. "path": "rules/sources/plugin/random"
  235. }
  236. ]
  237. }
  238. ]
  239. },
  240. {
  241. "title": "Sinks 动作",
  242. "children": [
  243. {
  244. "title": "概览",
  245. "path": "rules/sinks/overview"
  246. },
  247. {
  248. "title": "数据模板",
  249. "path": "rules/data_template"
  250. },
  251. {
  252. "title": "内置 sinks",
  253. "children": [
  254. {
  255. "title": "MQTT 动作",
  256. "path": "rules/sinks/builtin/mqtt"
  257. },
  258. {
  259. "title": "Neuron 动作",
  260. "path": "rules/sinks/builtin/neuron"
  261. },
  262. {
  263. "title": "EdgeX 动作",
  264. "path": "rules/sinks/builtin/edgex"
  265. },
  266. {
  267. "title": "REST 动作",
  268. "path": "rules/sinks/builtin/rest"
  269. },
  270. {
  271. "title": "内存动作",
  272. "path": "rules/sinks/builtin/memory"
  273. },
  274. {
  275. "title": "日志动作",
  276. "path": "rules/sinks/builtin/log"
  277. },
  278. {
  279. "title": "Nop 动作",
  280. "path": "rules/sinks/builtin/nop"
  281. },
  282. {
  283. "title": "Redis 动作",
  284. "path": "rules/sinks/builtin/redis"
  285. }
  286. ]
  287. },
  288. {
  289. "title": "预定义 sink 插件",
  290. "children": [
  291. {
  292. "title": "Zero MQ 动作",
  293. "path": "rules/sinks/plugin/zmq"
  294. },
  295. {
  296. "title": "文件动作",
  297. "path": "rules/sinks/plugin/file"
  298. },
  299. {
  300. "title": "SQL 动作",
  301. "path": "rules/sinks/plugin/sql"
  302. },
  303. {
  304. "title": "InfluxDB 动作",
  305. "path": "rules/sinks/plugin/influx"
  306. },
  307. {
  308. "title": "InfluxDBV2 动作",
  309. "path": "rules/sinks/plugin/influx2"
  310. },
  311. {
  312. "title": "TDengine 动作",
  313. "path": "rules/sinks/plugin/tdengine"
  314. },
  315. {
  316. "title": "图像动作",
  317. "path": "rules/sinks/plugin/image"
  318. }
  319. ]
  320. }
  321. ]
  322. },
  323. {
  324. "title": "SQL 参考",
  325. "children": [
  326. {
  327. "title": "语法",
  328. "children": [
  329. {
  330. "title": "概览",
  331. "path": "sqls/overview"
  332. },
  333. {
  334. "title": "词汇元素",
  335. "path": "sqls/lexical_elements"
  336. },
  337. {
  338. "title": "数据类型",
  339. "path": "sqls/data_types"
  340. },
  341. {
  342. "title": "JSON 表达式",
  343. "path": "sqls/json_expr"
  344. },
  345. {
  346. "title": "查询语言元素",
  347. "path": "sqls/query_language_elements"
  348. }
  349. ]
  350. },
  351. {
  352. "title": "语句",
  353. "children": [
  354. {
  355. "title": "流语句",
  356. "path": "sqls/streams"
  357. },
  358. {
  359. "title": "表语句",
  360. "path": "sqls/tables"
  361. }
  362. ]
  363. },
  364. {
  365. "title": "窗口",
  366. "path": "sqls/windows"
  367. },
  368. {
  369. "title": "内置函数",
  370. "path": "sqls/built-in_functions"
  371. },
  372. {
  373. "title": "预定义函数插件",
  374. "path": "sqls/custom_functions"
  375. }
  376. ]
  377. }
  378. ]
  379. },
  380. {
  381. "title": "扩展开发",
  382. "children": [
  383. {
  384. "title": "概览",
  385. "path": "extension/overview"
  386. },
  387. {
  388. "title": "原生插件开发",
  389. "children": [
  390. {
  391. "title": "总览",
  392. "path": "extension/native/overview"
  393. },
  394. {
  395. "title": "原生插件总览",
  396. "path": "extension/native/develop/overview"
  397. },
  398. {
  399. "title": "插件开发教程",
  400. "path": "extension/native/develop/plugins_tutorial"
  401. },
  402. {
  403. "title": "函数插件开发",
  404. "path": "extension/native/develop/function"
  405. },
  406. {
  407. "title": "动作插件开发",
  408. "path": "extension/native/develop/sink"
  409. },
  410. {
  411. "title": "源插件开发",
  412. "path": "extension/native/develop/source"
  413. }
  414. ]
  415. },
  416. {
  417. "title": "Portable 插件开发",
  418. "children": [
  419. {
  420. "title": "Portable 插件简介",
  421. "path": "extension/portable/overview"
  422. },
  423. {
  424. "title": "Portable 插件 Go 语言 SDK",
  425. "path": "extension/portable/go_sdk"
  426. },
  427. {
  428. "title": "Portable 插件 Python 语言 SDK",
  429. "path": "extension/portable/python_sdk"
  430. }
  431. ]
  432. },
  433. {
  434. "title": "外部函数",
  435. "path": "extension/external/external_func"
  436. }
  437. ]
  438. },
  439. {
  440. "title": "使用指南",
  441. "children": [
  442. {
  443. "title": "概览",
  444. "path": "operation/overview"
  445. },
  446. {
  447. "title": "安装",
  448. "children": [
  449. {
  450. "title": "安装指南",
  451. "path": "operation/install/overview"
  452. },
  453. {
  454. "title": "centos 安装",
  455. "path": "operation/install/cent-os"
  456. }
  457. ]
  458. },
  459. {
  460. "title": "配置",
  461. "children": [
  462. {
  463. "title": "配置文件",
  464. "path": "operation/config/configuration_file"
  465. },
  466. {
  467. "title": "认证配置",
  468. "path": "operation/config/authentication"
  469. }
  470. ]
  471. },
  472. {
  473. "title": "Rest API 接口",
  474. "children": [
  475. {
  476. "title": "接口介绍",
  477. "path": "operation/restapi/overview"
  478. },
  479. {
  480. "title": "流管理",
  481. "path": "operation/restapi/streams"
  482. },
  483. {
  484. "title": "表管理",
  485. "path": "operation/restapi/tables"
  486. },
  487. {
  488. "title": "规则管理",
  489. "path": "operation/restapi/rules"
  490. },
  491. {
  492. "title": "插件管理",
  493. "path": "operation/restapi/plugins"
  494. },
  495. {
  496. "title": "外部函数管理",
  497. "path": "operation/restapi/services"
  498. },
  499. {
  500. "title": "模式管理",
  501. "path": "operation/restapi/schemas"
  502. },
  503. {
  504. "title": "上传文件管理",
  505. "path": "operation/restapi/uploads"
  506. },
  507. {
  508. "title": "规则集管理",
  509. "path": "operation/restapi/ruleset"
  510. }
  511. ]
  512. },
  513. {
  514. "title": "命令行工具",
  515. "children": [
  516. {
  517. "title": "总览",
  518. "path": "operation/cli/overview"
  519. },
  520. {
  521. "title": "流管理",
  522. "path": "operation/cli/streams"
  523. },
  524. {
  525. "title": "表管理",
  526. "path": "operation/cli/tables"
  527. },
  528. {
  529. "title": "规则管理",
  530. "path": "operation/cli/rules"
  531. },
  532. {
  533. "title": "插件管理",
  534. "path": "operation/cli/plugins"
  535. },
  536. {
  537. "title": "模式管理",
  538. "path": "operation/cli/schemas"
  539. },
  540. {
  541. "title": "规则集管理",
  542. "path": "operation/cli/ruleset"
  543. }
  544. ]
  545. },
  546. {
  547. "title": "管理控制台",
  548. "children": [
  549. {
  550. "title": "控制台使用",
  551. "path": "operation/manager-ui/overview"
  552. },
  553. {
  554. "title": "插件管理",
  555. "path": "operation/manager-ui/plugins_in_manager"
  556. }
  557. ]
  558. },
  559. {
  560. "title": "编译",
  561. "children": [
  562. {
  563. "title": "编译指南",
  564. "path": "operation/compile/compile"
  565. },
  566. {
  567. "title": "交叉编译",
  568. "path": "operation/compile/cross-compile"
  569. },
  570. {
  571. "title": "按需编译",
  572. "path": "features"
  573. }
  574. ]
  575. }
  576. ]
  577. },
  578. {
  579. "title": "贡献",
  580. "path": "CONTRIBUTING"
  581. }
  582. ],
  583. "en": [
  584. {
  585. "title": "Home",
  586. "path": "./"
  587. },
  588. {
  589. "title": "Getting Started",
  590. "children": [
  591. {
  592. "title": "Run eKuiper locally",
  593. "path": "getting_started"
  594. },
  595. {
  596. "title": "Run eKuiper in Docker",
  597. "path": "quick_start_docker"
  598. },
  599. {
  600. "title": "Run eKuiper with EdgeX Foundry",
  601. "path": "edgex/edgex_rule_engine_tutorial"
  602. }
  603. ]
  604. },
  605. {
  606. "title": "Concepts",
  607. "children": [
  608. {
  609. "title": "Why eKuiper",
  610. "path": "concepts/ekuiper"
  611. },
  612. {
  613. "title": "Rules",
  614. "path": "concepts/rules"
  615. },
  616. {
  617. "title": "Sources",
  618. "children": [
  619. {
  620. "title": "Overview",
  621. "path": "concepts/sources/overview"
  622. },
  623. {
  624. "title": "Stream",
  625. "path": "concepts/sources/stream"
  626. },
  627. {
  628. "title": "Table",
  629. "path": "concepts/sources/table"
  630. }
  631. ]
  632. },
  633. {
  634. "title": "Sinks",
  635. "path": "concepts/sinks"
  636. },
  637. {
  638. "title": "SQL Queries",
  639. "path": "concepts/sql"
  640. },
  641. {
  642. "title": "Stream Processing",
  643. "children": [
  644. {
  645. "title": "Overview",
  646. "path": "concepts/streaming/overview"
  647. },
  648. {
  649. "title": "Time Attribute",
  650. "path": "concepts/streaming/time"
  651. },
  652. {
  653. "title": "Windowing",
  654. "path": "concepts/streaming/windowing"
  655. },
  656. {
  657. "title": "Join",
  658. "path": "concepts/streaming/join"
  659. }
  660. ]
  661. },
  662. {
  663. "title": "Extensions",
  664. "path": "concepts/extensions"
  665. }
  666. ]
  667. },
  668. {
  669. "title": "Tutorials",
  670. "children": [
  671. {
  672. "title": "AI",
  673. "children": [
  674. {
  675. "title": "Label image by tensorflow lite model with eKuiper native plugin",
  676. "path": "tutorials/ai/tensorflow_lite_tutorial"
  677. },
  678. {
  679. "title": "Running AI Algorithms with Python Function Plugins",
  680. "path": "tutorials/ai/python_tensorflow_lite_tutorial"
  681. }
  682. ]
  683. },
  684. {
  685. "title": "Working with EdgeX Foundry",
  686. "children": [
  687. {
  688. "title": "EdgeX Foundry rule engine tutorial",
  689. "path": "edgex/edgex_rule_engine_tutorial"
  690. },
  691. {
  692. "title": "Meta function for EdgeX stream",
  693. "path": "edgex/edgex_meta"
  694. },
  695. {
  696. "title": "Command device with EdgeX eKuiper rules engine",
  697. "path": "edgex/edgex_rule_engine_command"
  698. },
  699. {
  700. "title": "EdgeX source configuration command",
  701. "path": "edgex/edgex_source_tutorial"
  702. }
  703. ]
  704. },
  705. {
  706. "title": "Stream processing of data collected by Neuron using eKuiper",
  707. "path": "tutorials/neuron/neuron_integration_tutorial"
  708. },
  709. {
  710. "title": "Deploy by OpenYurt",
  711. "path": "tutorials/deploy/openyurt_tutorial"
  712. },
  713. {
  714. "title": "Usage Tutorial",
  715. "children": [
  716. {
  717. "title": "Stream Batch Integrated Calculation",
  718. "path": "tutorials/table/lookup"
  719. },
  720. {
  721. "title": "Protobuf Codec Tutorial",
  722. "path": "tutorials/usage/protobuf_tutorial"
  723. },
  724. {
  725. "title": "Monitor rule status with Prometheus",
  726. "path": "tutorials/usage/monitor_with_prometheus"
  727. }
  728. ]
  729. }
  730. ]
  731. },
  732. {
  733. "title": "References",
  734. "children": [
  735. {
  736. "title": "Rules",
  737. "children": [
  738. {
  739. "title": "Introduction",
  740. "path": "rules/overview"
  741. },
  742. {
  743. "title": "Rule Pipeline",
  744. "path": "rules/rule_pipeline"
  745. },
  746. {
  747. "title": "State and Fault Tolerance",
  748. "path": "rules/state_and_fault_tolerance"
  749. },{
  750. "title": "Codecs",
  751. "path": "rules/codecs"
  752. },{
  753. "title": "Graph Rule",
  754. "path": "rules/graph_rule"
  755. }
  756. ]
  757. },
  758. {
  759. "title": "Sources",
  760. "children": [
  761. {
  762. "title": "Overview",
  763. "path": "rules/sources/overview"
  764. },
  765. {
  766. "title": "Built-in sources",
  767. "children": [
  768. {
  769. "title": "MQTT source",
  770. "path": "rules/sources/builtin/mqtt"
  771. },
  772. {
  773. "title": "Neuron source",
  774. "path": "rules/sources/builtin/neuron"
  775. },
  776. {
  777. "title": "EdgeX Source",
  778. "path": "rules/sources/builtin/edgex"
  779. },
  780. {
  781. "title": "HTTP pull source",
  782. "path": "rules/sources/builtin/http_pull"
  783. },
  784. {
  785. "title": "HTTP push source",
  786. "path": "rules/sources/builtin/http_push"
  787. },
  788. {
  789. "title": "Memory source",
  790. "path": "rules/sources/builtin/memory"
  791. },
  792. {
  793. "title": "File source",
  794. "path": "rules/sources/builtin/file"
  795. },
  796. {
  797. "title": "Redis source",
  798. "path": "rules/sources/builtin/redis"
  799. }
  800. ]
  801. },
  802. {
  803. "title": "Predefined source plugins",
  804. "children": [
  805. {
  806. "title": "Zero MQ source",
  807. "path": "rules/sources/plugin/zmq"
  808. },
  809. {
  810. "title": "SQL source",
  811. "path": "rules/sources/plugin/sql"
  812. },
  813. {
  814. "title": "Random source",
  815. "path": "rules/sources/plugin/random"
  816. }
  817. ]
  818. }
  819. ]
  820. },
  821. {
  822. "title": "Sinks",
  823. "children": [
  824. {
  825. "title": "Overview",
  826. "path": "rules/sinks/overview"
  827. },
  828. {
  829. "title": "Data Template",
  830. "path": "rules/data_template"
  831. },
  832. {
  833. "title": "Built-in sinks",
  834. "children": [
  835. {
  836. "title": "MQTT action",
  837. "path": "rules/sinks/builtin/mqtt"
  838. },
  839. {
  840. "title": "Neuron action",
  841. "path": "rules/sinks/builtin/neuron"
  842. },
  843. {
  844. "title": "EdgeX Message Bus action",
  845. "path": "rules/sinks/builtin/edgex"
  846. },
  847. {
  848. "title": "REST action",
  849. "path": "rules/sinks/builtin/rest"
  850. },
  851. {
  852. "title": "Memory action",
  853. "path": "rules/sinks/builtin/memory"
  854. },
  855. {
  856. "title": "Log action",
  857. "path": "rules/sinks/builtin/log"
  858. },
  859. {
  860. "title": "Nop action",
  861. "path": "rules/sinks/builtin/nop"
  862. },
  863. {
  864. "title": "Redis sink",
  865. "path": "rules/sinks/builtin/redis"
  866. }
  867. ]
  868. },
  869. {
  870. "title": "Predefined sink plugins",
  871. "children": [
  872. {
  873. "title": "Zero MQ sink",
  874. "path": "rules/sinks/plugin/zmq"
  875. },
  876. {
  877. "title": "File sink",
  878. "path": "rules/sinks/plugin/file"
  879. },
  880. {
  881. "title": "SQL sink",
  882. "path": "rules/sinks/plugin/sql"
  883. },
  884. {
  885. "title": "InfluxDB sink",
  886. "path": "rules/sinks/plugin/influx"
  887. },
  888. {
  889. "title": "InfluxDBV2 sink",
  890. "path": "rules/sinks/plugin/influx2"
  891. },
  892. {
  893. "title": "TDengine sink",
  894. "path": "rules/sinks/plugin/tdengine"
  895. },
  896. {
  897. "title": "Image sink",
  898. "path": "rules/sinks/plugin/image"
  899. }
  900. ]
  901. }
  902. ]
  903. },
  904. {
  905. "title": "SQL",
  906. "children": [
  907. {
  908. "title": "Syntax",
  909. "children": [
  910. {
  911. "title": "Introduction",
  912. "path": "sqls/overview"
  913. },
  914. {
  915. "title": "Lexical elements",
  916. "path": "sqls/lexical_elements"
  917. },
  918. {
  919. "title": "Data types",
  920. "path": "sqls/data_types"
  921. },
  922. {
  923. "title": "JSON Expressions",
  924. "path": "sqls/json_expr"
  925. },
  926. {
  927. "title": "Query language element",
  928. "path": "sqls/query_language_elements"
  929. }
  930. ]
  931. },
  932. {
  933. "title": "Statements",
  934. "children": [
  935. {
  936. "title": "Streams",
  937. "path": "sqls/streams"
  938. },
  939. {
  940. "title": "Tables",
  941. "path": "sqls/tables"
  942. }
  943. ]
  944. },
  945. {
  946. "title": "Windows",
  947. "path": "sqls/windows"
  948. },
  949. {
  950. "title": "Built-in Functions",
  951. "path": "sqls/built-in_functions"
  952. },
  953. {
  954. "title": "Predefined function plugins",
  955. "path": "sqls/custom_functions"
  956. }
  957. ]
  958. }
  959. ]
  960. },
  961. {
  962. "title": "Extension Programming",
  963. "children": [
  964. {
  965. "title": "Introduction",
  966. "path": "extension/overview"
  967. },
  968. {
  969. "title": "Native plugin develop",
  970. "children": [
  971. {
  972. "title": "Native plugin develop overview",
  973. "path": "extension/native/overview"
  974. },
  975. {
  976. "title": "Native plugins overview",
  977. "path": "extension/native/develop/overview"
  978. },
  979. {
  980. "title": "Plugin develop tutorial",
  981. "path": "extension/native/develop/plugins_tutorial"
  982. },
  983. {
  984. "title": "Function plugin",
  985. "path": "extension/native/develop/function"
  986. },
  987. {
  988. "title": "Sink plugin",
  989. "path": "extension/native/develop/sink"
  990. },
  991. {
  992. "title": "Source plugin",
  993. "path": "extension/native/develop/source"
  994. }
  995. ]
  996. },
  997. {
  998. "title": "Portable plugin develop",
  999. "children": [
  1000. {
  1001. "title": "Portable Plugin",
  1002. "path": "extension/portable/overview"
  1003. },
  1004. {
  1005. "title": "GO SDK for Portable Plugin",
  1006. "path": "extension/portable/go_sdk"
  1007. },
  1008. {
  1009. "title": "Python SDK for Portable Plugin",
  1010. "path": "extension/portable/python_sdk"
  1011. }
  1012. ]
  1013. },
  1014. {
  1015. "title": "External function",
  1016. "path": "extension/external/external_func"
  1017. }
  1018. ]
  1019. },
  1020. {
  1021. "title": "Operations",
  1022. "children": [
  1023. {
  1024. "title": "Introduction",
  1025. "path": "operation/overview"
  1026. },
  1027. {
  1028. "title": "Install",
  1029. "children": [
  1030. {
  1031. "title": "overview",
  1032. "path": "operation/install/overview"
  1033. },
  1034. {
  1035. "title": "centos",
  1036. "path": "operation/install/cent-os"
  1037. }
  1038. ]
  1039. },
  1040. {
  1041. "title": "Configuration",
  1042. "children": [
  1043. {
  1044. "title": "Configuration File",
  1045. "path": "operation/config/configuration_file"
  1046. },
  1047. {
  1048. "title": "Authentication",
  1049. "path": "operation/config/authentication"
  1050. }
  1051. ]
  1052. },
  1053. {
  1054. "title": "Rest API",
  1055. "children": [
  1056. {
  1057. "title": "Introduction",
  1058. "path": "operation/restapi/overview"
  1059. },
  1060. {
  1061. "title": "Streams",
  1062. "path": "operation/restapi/streams"
  1063. },
  1064. {
  1065. "title": "Tables",
  1066. "path": "operation/restapi/tables"
  1067. },
  1068. {
  1069. "title": "Rules",
  1070. "path": "operation/restapi/rules"
  1071. },
  1072. {
  1073. "title": "Plugins",
  1074. "path": "operation/restapi/plugins"
  1075. },
  1076. {
  1077. "title": "External Services",
  1078. "path": "operation/restapi/services"
  1079. },
  1080. {
  1081. "title": "Schemas",
  1082. "path": "operation/restapi/schemas"
  1083. },
  1084. {
  1085. "title": "Upload files",
  1086. "path": "operation/restapi/uploads"
  1087. },
  1088. {
  1089. "title": "Ruleset",
  1090. "path": "operation/restapi/ruleset"
  1091. }
  1092. ]
  1093. },
  1094. {
  1095. "title": "Command line tool",
  1096. "children": [
  1097. {
  1098. "title": "Introduction",
  1099. "path": "operation/cli/overview"
  1100. },
  1101. {
  1102. "title": "Streams",
  1103. "path": "operation/cli/streams"
  1104. },
  1105. {
  1106. "title": "Rules",
  1107. "path": "operation/cli/rules"
  1108. },
  1109. {
  1110. "title": "Tables",
  1111. "path": "operation/cli/tables"
  1112. },
  1113. {
  1114. "title": "Plugins",
  1115. "path": "operation/cli/plugins"
  1116. },
  1117. {
  1118. "title": "Schemas",
  1119. "path": "operation/cli/schemas"
  1120. },
  1121. {
  1122. "title": "Ruleset",
  1123. "path": "operation/cli/ruleset"
  1124. }
  1125. ]
  1126. },
  1127. {
  1128. "title": "Management console",
  1129. "children": [
  1130. {
  1131. "title": "Introduction",
  1132. "path": "operation/manager-ui/overview"
  1133. },
  1134. {
  1135. "title": "How to display custom plugins in the installation list of the management console",
  1136. "path": "operation/manager-ui/plugins_in_manager"
  1137. }
  1138. ]
  1139. },
  1140. {
  1141. "title": "Compile",
  1142. "children": [
  1143. {
  1144. "title": "Compile",
  1145. "path": "operation/compile/compile"
  1146. },
  1147. {
  1148. "title": "Cross Compile",
  1149. "path": "operation/compile/cross-compile"
  1150. },
  1151. {
  1152. "title": "Compile selected features only",
  1153. "path": "features"
  1154. }
  1155. ]
  1156. }
  1157. ]
  1158. },
  1159. {
  1160. "title": "Contribute",
  1161. "path": "CONTRIBUTING"
  1162. }
  1163. ]
  1164. }