directory.json 23 KB

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