directory.json 22 KB

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