directory.json 24 KB

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