directory.json 21 KB

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