directory.json 22 KB

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