directory.json 22 KB

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