{ "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": "扩展", "path": "extension/overview" }, { "title": "扩展", "children": [ { "title": "外部函数", "path": "extension/external/external_func" } ] }, { "title": "原生插件", "children": [ { "title": "函数扩展", "path": "extension/native/function" }, { "title": "扩展", "path": "extension/native/overview" }, { "title": "目标 (Sink) 扩展", "path": "extension/native/sink" }, { "title": "源( Source )扩展", "path": "extension/native/source" } ] }, { "title": "Portable", "children": [ { "title": "Portable Plugin", "path": "extension/portable/overview" }, { "title": "GO SDK for Portable Plugin", "path": "extension/portable/go_sdk" }, { "title": "Python SDK for Portable Plugin", "path": "extension/portable/python_sdk" } ] } ] }, { "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": "External", "children": [ { "title": "External Function", "path": "extension/external/external_func" } ] }, { "title": "Native", "children": [ { "title": "Function Extension", "path": "extension/native/function" }, { "title": "Native Plugin", "path": "extension/native/overview" }, { "title": "Sink Extension", "path": "extension/native/sink" }, { "title": "Source Extension", "path": "extension/native/source" } ] }, { "title": "Portable", "children": [ { "title": "Portable Plugin", "path": "extension/portable/overview" }, { "title": "GO SDK for Portable Plugin", "path": "extension/portable/go_sdk" }, { "title": "Python SDK for Portable Plugin", "path": "extension/portable/python_sdk" } ] } ] }, { "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" } ] } ] }