directory.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. {
  2. "cn": [{
  3. "title": "概要",
  4. "path": "./"
  5. },
  6. {
  7. "title": "安装试用",
  8. "children": [{
  9. "title": "下载安装快速入门",
  10. "path": "getting_started"
  11. },
  12. {
  13. "title": "Docker 容器安装教程",
  14. "path": "quick_start_docker"
  15. },
  16. {
  17. "title": "EdgeX Foundry 规则引擎教程",
  18. "path": "edgex/edgex_rule_engine_tutorial"
  19. },
  20. {
  21. "title": "如何使用 meta 函数抽取在 EdgeX 消息总线中发送的其它信息",
  22. "path": "edgex/edgex_meta"
  23. }
  24. ]
  25. },
  26. {
  27. "title": "规则",
  28. "children": [{
  29. "title": "规则管理",
  30. "path": "rules/overview"
  31. },
  32. {
  33. "title": "Sinks",
  34. "children": [{
  35. "title": "EdgeX 消息总线目标",
  36. "path": "rules/sinks/edgex"
  37. },
  38. {
  39. "title": "MQTT 动作",
  40. "path": "rules/sinks/mqtt"
  41. },
  42. {
  43. "title": "Nop action",
  44. "path": "rules/sinks/nop"
  45. },
  46. {
  47. "title": "REST动作",
  48. "path": "rules/sinks/rest"
  49. },
  50. {
  51. "title": "日志操作",
  52. "path": "rules/sinks/log"
  53. }
  54. ]
  55. },
  56. {
  57. "title": "Sources",
  58. "children": [{
  59. "title": "EdgeX 源",
  60. "path": "rules/sources/edgex"
  61. },
  62. {
  63. "title": "HTTP 提取源",
  64. "path": "rules/sources/http_pull"
  65. },
  66. {
  67. "title": "MQTT源",
  68. "path": "rules/sources/mqtt"
  69. }
  70. ]
  71. },
  72. {
  73. "title": "Golang 模版",
  74. "path": "rules/data_template"
  75. },
  76. {
  77. "title": "状态和容错",
  78. "path": "rules/state_and_fault_tolerance"
  79. }
  80. ]
  81. },
  82. {
  83. "title": "命令行工具",
  84. "children": [{
  85. "title": "摘要",
  86. "path": "cli/overview"
  87. },
  88. {
  89. "title": "流管理",
  90. "path": "cli/streams"
  91. },
  92. {
  93. "title": "规则管理",
  94. "path": "cli/rules"
  95. },
  96. {
  97. "title": "插件管理",
  98. "path": "cli/plugins"
  99. }
  100. ]
  101. },
  102. {
  103. "title": "管理控制台",
  104. "children": [{
  105. "title": "控制台使用",
  106. "path": "manager-ui/overview"
  107. },
  108. {
  109. "title": "如何将自定义的插件展示在管理控制台的安装列表",
  110. "path": "manager-ui/plugins_in_manager"
  111. }
  112. ]
  113. },
  114. {
  115. "title": "Rest API 接口",
  116. "children": [{
  117. "title": "接口介绍",
  118. "path": "restapi/overview"
  119. },
  120. {
  121. "title": "流管理",
  122. "path": "restapi/streams"
  123. },
  124. {
  125. "title": "规则管理",
  126. "path": "restapi/rules"
  127. },
  128. {
  129. "title": "插件管理",
  130. "path": "restapi/plugins"
  131. },
  132. {
  133. "title": "外部函数管理",
  134. "path": "restapi/services"
  135. }
  136. ]
  137. },
  138. {
  139. "title": "eKuiper SQL 参考",
  140. "children": [{
  141. "title": "eKuiper SQL 介绍",
  142. "path": "sqls/overview"
  143. },
  144. {
  145. "title": "流规格",
  146. "path": "sqls/streams"
  147. },
  148. {
  149. "title": "查询语言元素",
  150. "path": "sqls/query_language_elements"
  151. },
  152. {
  153. "title": "窗口",
  154. "path": "sqls/windows"
  155. },
  156. {
  157. "title": "函数",
  158. "path": "sqls/built-in_functions"
  159. },
  160. {
  161. "title": "eKuiper 词汇元素",
  162. "path": "sqls/lexical_elements"
  163. },
  164. {
  165. "title": "JSON 表达式",
  166. "path": "sqls/json_expr"
  167. }
  168. ]
  169. },
  170. {
  171. "title": "扩展 eKuiper",
  172. "children": [{
  173. "title": "扩展",
  174. "path": "extension/overview"
  175. },
  176. {
  177. "title": "扩展",
  178. "children": [
  179. {
  180. "title": "外部函数",
  181. "path": "extension/external/external_func"
  182. }
  183. ]
  184. },
  185. {
  186. "title": "原生插件",
  187. "children": [
  188. {
  189. "title": "函数扩展",
  190. "path": "extension/native/function"
  191. },
  192. {
  193. "title": "扩展",
  194. "path": "extension/native/overview"
  195. },
  196. {
  197. "title": "目标 (Sink) 扩展",
  198. "path": "extension/native/sink"
  199. },
  200. {
  201. "title": "源( Source )扩展",
  202. "path": "extension/native/source"
  203. }
  204. ]
  205. },
  206. {
  207. "title": "Portable",
  208. "children": [
  209. {
  210. "title": "Portable Plugin",
  211. "path": "extension/portable/overview"
  212. },
  213. {
  214. "title": "GO SDK for Portable Plugin",
  215. "path": "extension/portable/go_sdk"
  216. },
  217. {
  218. "title": "Python SDK for Portable Plugin",
  219. "path": "extension/portable/python_sdk"
  220. }
  221. ]
  222. }
  223. ]
  224. },
  225. {
  226. "title": "插件",
  227. "children": [{
  228. "title": "插件介绍",
  229. "path": "plugins/overview"
  230. },
  231. {
  232. "title": "插件开发教程",
  233. "path": "plugins/plugins_tutorial"
  234. },
  235. {
  236. "title": "Sinks",
  237. "children": [{
  238. "title": "文件目标(Sink)",
  239. "path": "plugins/sinks/file"
  240. },
  241. {
  242. "title": "图像目标(Sink)",
  243. "path": "plugins/sinks/image"
  244. },
  245. {
  246. "title": "InfluxDB 目标(Sink)",
  247. "path": "plugins/sinks/influx"
  248. },
  249. {
  250. "title": "TDengine Sink",
  251. "path": "plugins/sinks/tdengine"
  252. },
  253. {
  254. "title": "Zmq Sink",
  255. "path": "plugins/sinks/zmq"
  256. }
  257. ]
  258. },
  259. {
  260. "title": "Sources",
  261. "children": [{
  262. "title": "Random Source",
  263. "path": "plugins/sources/random"
  264. },
  265. {
  266. "title": "Zmq Source",
  267. "path": "plugins/sources/zmq"
  268. }
  269. ]
  270. },
  271. {
  272. "title": "Custom function",
  273. "path": "plugins/functions/functions"
  274. }
  275. ]
  276. },
  277. {
  278. "title": "运营",
  279. "children": [
  280. {
  281. "title": "配置文件",
  282. "path": "operation/configuration_file"
  283. },
  284. {
  285. "title": "认证",
  286. "path": "operation/authentication"
  287. }
  288. ]
  289. }
  290. ],
  291. "en": [{
  292. "title": "Introduction",
  293. "path": "./"
  294. },
  295. {
  296. "title": "Install and operation",
  297. "children": [{
  298. "title": "Download and install quick start",
  299. "path": "getting_started"
  300. },
  301. {
  302. "title": "Docker installation tutorial",
  303. "path": "quick_start_docker"
  304. },
  305. {
  306. "title": "EdgeX Foundry installation",
  307. "path": "edgex/edgex_rule_engine_tutorial"
  308. },
  309. {
  310. "title": "How to use meta function to extract addtional data from EdgeX message bus",
  311. "path": "edgex/edgex_meta"
  312. }
  313. ]
  314. },
  315. {
  316. "title": "Rules",
  317. "children": [{
  318. "title": "Introduction",
  319. "path": "rules/overview"
  320. },
  321. {
  322. "title": "Sinks",
  323. "children": [{
  324. "title": "EdgeX Message Bus action",
  325. "path": "rules/sinks/edgex"
  326. },
  327. {
  328. "title": "MQTT action",
  329. "path": "rules/sinks/mqtt"
  330. },
  331. {
  332. "title": "Nop action",
  333. "path": "rules/sinks/nop"
  334. },
  335. {
  336. "title": "REST action",
  337. "path": "rules/sinks/rest"
  338. },
  339. {
  340. "title": "Log action",
  341. "path": "rules/sinks/log"
  342. }
  343. ]
  344. },
  345. {
  346. "title": "Sources",
  347. "children": [{
  348. "title": "EdgeX Source",
  349. "path": "rules/sources/edgex"
  350. },
  351. {
  352. "title": "HTTP pull source",
  353. "path": "rules/sources/http_pull"
  354. },
  355. {
  356. "title": "MQTT source",
  357. "path": "rules/sources/mqtt"
  358. }
  359. ]
  360. },
  361. {
  362. "title": "Golang template",
  363. "path": "rules/data_template"
  364. },
  365. {
  366. "title": "State and Fault Tolerance",
  367. "path": "rules/state_and_fault_tolerance"
  368. }
  369. ]
  370. },
  371. {
  372. "title": "Command line tool",
  373. "children": [{
  374. "title": "Introduction",
  375. "path": "cli/overview"
  376. },
  377. {
  378. "title": "Streams",
  379. "path": "cli/streams"
  380. },
  381. {
  382. "title": "Rules",
  383. "path": "cli/rules"
  384. },
  385. {
  386. "title": "Plugins",
  387. "path": "cli/plugins"
  388. }
  389. ]
  390. },
  391. {
  392. "title": "eKuiper management console",
  393. "children": [{
  394. "title": "Introduction",
  395. "path": "manager-ui/overview"
  396. },
  397. {
  398. "title": "How to display custom plugins in the installation list of the management console",
  399. "path": "manager-ui/plugins_in_manager"
  400. }
  401. ]
  402. },
  403. {
  404. "title": "Rest API",
  405. "children": [{
  406. "title": "Introduction",
  407. "path": "restapi/overview"
  408. },
  409. {
  410. "title": "Streams",
  411. "path": "restapi/streams"
  412. },
  413. {
  414. "title": "Rules",
  415. "path": "restapi/rules"
  416. },
  417. {
  418. "title": "Plugins",
  419. "path": "restapi/plugins"
  420. },
  421. {
  422. "title": "External Services",
  423. "path": "restapi/services"
  424. }
  425. ]
  426. },
  427. {
  428. "title": "eKuiper SQL",
  429. "children": [{
  430. "title": "Introduction",
  431. "path": "sqls/overview"
  432. },
  433. {
  434. "title": "Streams",
  435. "path": "sqls/streams"
  436. },
  437. {
  438. "title": "Query language element",
  439. "path": "sqls/query_language_elements"
  440. },
  441. {
  442. "title": "Windows",
  443. "path": "sqls/windows"
  444. },
  445. {
  446. "title": "Functions",
  447. "path": "sqls/built-in_functions"
  448. },
  449. {
  450. "title": "eKuiper lexical elements",
  451. "path": "sqls/lexical_elements"
  452. },
  453. {
  454. "title": "JSON Expressions",
  455. "path": "sqls/json_expr"
  456. }
  457. ]
  458. },
  459. {
  460. "title": "Extend eKuiper",
  461. "children": [{
  462. "title": "Introduction",
  463. "path": "extension/overview"
  464. },
  465. {
  466. "title": "External",
  467. "children": [
  468. {
  469. "title": "External Function",
  470. "path": "extension/external/external_func"
  471. }
  472. ]
  473. },
  474. {
  475. "title": "Native",
  476. "children": [
  477. {
  478. "title": "Function Extension",
  479. "path": "extension/native/function"
  480. },
  481. {
  482. "title": "Native Plugin",
  483. "path": "extension/native/overview"
  484. },
  485. {
  486. "title": "Sink Extension",
  487. "path": "extension/native/sink"
  488. },
  489. {
  490. "title": "Source Extension",
  491. "path": "extension/native/source"
  492. }
  493. ]
  494. },
  495. {
  496. "title": "Portable",
  497. "children": [
  498. {
  499. "title": "Portable Plugin",
  500. "path": "extension/portable/overview"
  501. },
  502. {
  503. "title": "GO SDK for Portable Plugin",
  504. "path": "extension/portable/go_sdk"
  505. },
  506. {
  507. "title": "Python SDK for Portable Plugin",
  508. "path": "extension/portable/python_sdk"
  509. }
  510. ]
  511. }
  512. ]
  513. },
  514. {
  515. "title": "Plugins",
  516. "children": [{
  517. "title": "Introduction",
  518. "path": "plugins/overview"
  519. },
  520. {
  521. "title": "Development tutorial",
  522. "path": "plugins/plugins_tutorial"
  523. },
  524. {
  525. "title": "Sinks",
  526. "children": [{
  527. "title": "File Sink",
  528. "path": "plugins/sinks/file"
  529. },
  530. {
  531. "title": "Image Sink",
  532. "path": "plugins/sinks/image"
  533. },
  534. {
  535. "title": "InfluxDB Sink",
  536. "path": "plugins/sinks/influx"
  537. },
  538. {
  539. "title": "TDengine Sink",
  540. "path": "plugins/sinks/tdengine"
  541. },
  542. {
  543. "title": "Zmq Sink",
  544. "path": "plugins/sinks/zmq"
  545. }
  546. ]
  547. },
  548. {
  549. "title": "Sources",
  550. "children": [{
  551. "title": "Random Source",
  552. "path": "plugins/sources/random"
  553. },
  554. {
  555. "title": "Zmq Source",
  556. "path": "plugins/sources/zmq"
  557. }
  558. ]
  559. },
  560. {
  561. "title": "Custom function",
  562. "path": "plugins/functions/functions"
  563. }
  564. ]
  565. },
  566. {
  567. "title": "Operation",
  568. "children": [
  569. {
  570. "title": "Configuration File",
  571. "path": "operation/configuration_file"
  572. },
  573. {
  574. "title": "Authentication",
  575. "path": "operation/authentication"
  576. }
  577. ]
  578. }
  579. ]
  580. }