123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494 |
- {
- "cn": [{
- "title": "概要",
- "path": "./"
- },
- {
- "title": "安装试用",
- "children": [{
- "title": "下载安装快速入门",
- "path": "getting_started"
- },
- {
- "title": "Docker 容器安装教程",
- "path": "quick_start_docker"
- },
- {
- "title": "EdgeX Foundry 规则引擎教程",
- "path": "edgex/edgex_rule_engine_tutorial"
- },
- {
- "title": "如何使用 meta 函数抽取在 EdgeX 消息总线中发送的其它信息",
- "path": "edgex/edgex_meta"
- }
- ]
- },
- {
- "title": "规则",
- "children": [{
- "title": "规则管理",
- "path": "rules/overview"
- },
- {
- "title": "Sinks",
- "children": [{
- "title": "EdgeX 消息总线目标",
- "path": "rules/sinks/edgex"
- },
- {
- "title": "MQTT 动作",
- "path": "rules/sinks/mqtt"
- },
- {
- "title": "Nop action",
- "path": "rules/sinks/nop"
- },
- {
- "title": "REST动作",
- "path": "rules/sinks/rest"
- },
- {
- "title": "日志操作",
- "path": "rules/sinks/logs"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [{
- "title": "EdgeX 源",
- "path": "rules/sources/edgex"
- },
- {
- "title": "HTTP 提取源",
- "path": "rules/sources/http_pull"
- },
- {
- "title": "MQTT源",
- "path": "rules/sources/mqtt"
- }
- ]
- },
- {
- "title": "Golang 模版",
- "path": "rules/data_template"
- },
- {
- "title": "状态和容错",
- "path": "rules/state_and_fault_tolerance"
- }
- ]
- },
- {
- "title": "命令行工具",
- "children": [{
- "title": "摘要",
- "path": "cli/overview"
- },
- {
- "title": "流管理",
- "path": "cli/streams"
- },
- {
- "title": "规则管理",
- "path": "cli/rules"
- },
- {
- "title": "插件管理",
- "path": "cli/plugins"
- }
- ]
- },
- {
- "title": "管理控制台",
- "children": [{
- "title": "控制台使用",
- "path": "manager-ui/overview"
- },
- {
- "title": "如何将自定义的插件展示在管理控制台的安装列表",
- "path": "manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Rest API 接口",
- "children": [{
- "title": "接口介绍",
- "path": "restapi/overview"
- },
- {
- "title": "流管理",
- "path": "restapi/streams"
- },
- {
- "title": "规则管理",
- "path": "restapi/rules"
- },
- {
- "title": "插件管理",
- "path": "restapi/plugins"
- },
- {
- "title": "外部函数管理",
- "path": "restapi/services"
- }
- ]
- },
- {
- "title": "Kuiper SQL 参考",
- "children": [{
- "title": "Kuiper SQL 介绍",
- "path": "sqls/overview"
- },
- {
- "title": "流规格",
- "path": "sqls/streams"
- },
- {
- "title": "查询语言元素",
- "path": "sqls/query_language_elements"
- },
- {
- "title": "窗口",
- "path": "sqls/windows"
- },
- {
- "title": "函数",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "Kuiper 词汇元素",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "JSON 表达式",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "扩展 Kuiper",
- "children": [{
- "title": "Introduction",
- "path": "extension/overview"
- },
- {
- "title": "函数扩展",
- "path": "extension/function"
- },
- {
- "title": "Sink/Action 扩展",
- "path": "extension/sink"
- },
- {
- "title": "源扩展",
- "path": "extension/source"
- },
- {
- "title": "外部函数",
- "path": "extension/external_func"
- }
- ]
- },
- {
- "title": "插件",
- "children": [{
- "title": "插件介绍",
- "path": "plugins/overview"
- },
- {
- "title": "插件开发教程",
- "path": "plugins/plugins_tutorial"
- },
- {
- "title": "Sinks",
- "children": [{
- "title": "文件目标(Sink)",
- "path": "plugins/sinks/file"
- },
- {
- "title": "图像目标(Sink)",
- "path": "plugins/sinks/image"
- },
- {
- "title": "InfluxDB 目标(Sink)",
- "path": "plugins/sinks/influx"
- },
- {
- "title": "TDengine Sink",
- "path": "plugins/sinks/tdengine"
- },
- {
- "title": "Zmq Sink",
- "path": "plugins/sinks/zmq"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [{
- "title": "Random Source",
- "path": "plugins/sources/random"
- },
- {
- "title": "Zmq Source",
- "path": "plugins/sources/zmq"
- }
- ]
- },
- {
- "title": "Custom function",
- "path": "plugins/functions/functions"
- }
- ]
- }
- ],
- "en": [{
- "title": "Introduction",
- "path": "./"
- },
- {
- "title": "Install and operation",
- "children": [{
- "title": "Download and install quick start",
- "path": "getting_started"
- },
- {
- "title": "Docker installation tutorial",
- "path": "quick_start_docker"
- },
- {
- "title": "EdgeX Foundry installation",
- "path": "edgex/edgex_rule_engine_tutorial"
- },
- {
- "title": "How to use meta function to extract addtional data from EdgeX message bus",
- "path": "edgex/edgex_meta"
- }
- ]
- },
- {
- "title": "Rules",
- "children": [{
- "title": "Introduction",
- "path": "rules/overview"
- },
- {
- "title": "Sinks",
- "children": [{
- "title": "EdgeX Message Bus action",
- "path": "rules/sinks/edgex"
- },
- {
- "title": "MQTT action",
- "path": "rules/sinks/mqtt"
- },
- {
- "title": "Nop action",
- "path": "rules/sinks/nop"
- },
- {
- "title": "REST action",
- "path": "rules/sinks/rest"
- },
- {
- "title": "Log action",
- "path": "rules/sinks/logs"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [{
- "title": "EdgeX Source",
- "path": "rules/sources/edgex"
- },
- {
- "title": "HTTP pull source",
- "path": "rules/sources/http_pull"
- },
- {
- "title": "MQTT source",
- "path": "rules/sources/mqtt"
- }
- ]
- },
- {
- "title": "Golang template",
- "path": "rules/data_template"
- },
- {
- "title": "State and Fault Tolerance",
- "path": "rules/state_and_fault_tolerance"
- }
- ]
- },
- {
- "title": "Command line tool",
- "children": [{
- "title": "Introduction",
- "path": "cli/overview"
- },
- {
- "title": "Streams",
- "path": "cli/streams"
- },
- {
- "title": "Rules",
- "path": "cli/rules"
- },
- {
- "title": "Plugins",
- "path": "cli/plugins"
- }
- ]
- },
- {
- "title": "Kuiper management console",
- "children": [{
- "title": "Introduction",
- "path": "manager-ui/overview"
- },
- {
- "title": "How to display custom plugins in the installation list of the management console",
- "path": "manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Rest API",
- "children": [{
- "title": "Introduction",
- "path": "restapi/overview"
- },
- {
- "title": "Streams",
- "path": "restapi/streams"
- },
- {
- "title": "Rules",
- "path": "restapi/rules"
- },
- {
- "title": "Plugins",
- "path": "restapi/plugins"
- },
- {
- "title": "External Services",
- "path": "restapi/services"
- }
- ]
- },
- {
- "title": "Kuiper SQL",
- "children": [{
- "title": "Introduction",
- "path": "sqls/overview"
- },
- {
- "title": "Streams",
- "path": "sqls/streams"
- },
- {
- "title": "Query language element",
- "path": "sqls/query_language_elements"
- },
- {
- "title": "Windows",
- "path": "sqls/windows"
- },
- {
- "title": "Functions",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "Kuiper lexical elements",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "JSON Expressions",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "Extend Kuiper",
- "children": [{
- "title": "Introduction",
- "path": "extension/overview"
- },
- {
- "title": "Function Extension",
- "path": "extension/function"
- },
- {
- "title": "Sink Extension",
- "path": "extension/sink"
- },
- {
- "title": "Source Extension",
- "path": "extension/source"
- },
- {
- "title": "External Function",
- "path": "extension/external_func"
- }
- ]
- },
- {
- "title": "Plugins",
- "children": [{
- "title": "Introduction",
- "path": "plugins/overview"
- },
- {
- "title": "Development tutorial",
- "path": "plugins/plugins_tutorial"
- },
- {
- "title": "Sinks",
- "children": [{
- "title": "File Sink",
- "path": "plugins/sinks/file"
- },
- {
- "title": "Image Sink",
- "path": "plugins/sinks/image"
- },
- {
- "title": "InfluxDB Sink",
- "path": "plugins/sinks/influx"
- },
- {
- "title": "TDengine Sink",
- "path": "plugins/sinks/tdengine"
- },
- {
- "title": "Zmq Sink",
- "path": "plugins/sinks/zmq"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [{
- "title": "Random Source",
- "path": "plugins/sources/random"
- },
- {
- "title": "Zmq Source",
- "path": "plugins/sources/zmq"
- }
- ]
- },
- {
- "title": "Custom function",
- "path": "plugins/functions/functions"
- }
- ]
- }
- ]
- }
|