directory.json 21 KB

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