123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- {
- "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": "规则流水线",
- "path": "rules/rule_pipeline"
- },
- {
- "title": "Sinks 动作",
- "children": [{
- "title": "EdgeX 消息总线目标",
- "path": "rules/sinks/edgex"
- },
- {
- "title": "MQTT 动作",
- "path": "rules/sinks/mqtt"
- },
- {
- "title": "Nop 动作",
- "path": "rules/sinks/nop"
- },
- {
- "title": "REST动作",
- "path": "rules/sinks/rest"
- },
- {
- "title": "日志操作",
- "path": "rules/sinks/log"
- },
- {
- "title": "内存动作",
- "path": "rules/sinks/memory"
- }
- ]
- },
- {
- "title": "Sources 源",
- "children": [{
- "title": "EdgeX 源",
- "path": "rules/sources/edgex"
- },
- {
- "title": "HTTP 提取源",
- "path": "rules/sources/http_pull"
- },
- {
- "title": "MQTT源",
- "path": "rules/sources/mqtt"
- },
- {
- "title": "文件源",
- "path": "rules/sources/file"
- },
- {
- "title": "内存源",
- "path": "rules/sources/memory"
- }
- ]
- },
- {
- "title": "Golang 模版",
- "path": "rules/data_template"
- },
- {
- "title": "状态和容错",
- "path": "rules/state_and_fault_tolerance"
- }
- ]
- },
- {
- "title": "eKuiper SQL 参考",
- "children": [
- {
- "title": "eKuiper SQL 介绍",
- "path": "sqls/overview"
- },
- {
- "title": "流规格",
- "path": "sqls/streams"
- },
- {
- "title": "表规格",
- "path": "sqls/tables"
- },
- {
- "title": "查询语言元素",
- "path": "sqls/query_language_elements"
- },
- {
- "title": "窗口",
- "path": "sqls/windows"
- },
- {
- "title": "函数",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "数据类型",
- "path": "sqls/data_types"
- },
- {
- "title": "eKuiper 词汇元素",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "JSON 表达式",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "扩展 eKuiper",
- "children": [{
- "title": "扩展概要",
- "path": "extension/overview"
- },
- {
- "title": "调用外部函数",
- "path": "extension/external/external_func"
- },
- {
- "title": "原生插件开发",
- "children": [
- {
- "title": "原生插件概要",
- "path": "extension/native/overview"
- },
- {
- "title": "自定义原生插件开发",
- "children": [
- {
- "title": "插件开发介绍",
- "path": "extension/native/develop/overview"
- },
- {
- "title": "插件开发教程",
- "path": "extension/native/develop/plugins_tutorial"
- },
- {
- "title": "函数插件开发",
- "path": "extension/native/develop/function"
- },
- {
- "title": "目标插件开发",
- "path": "extension/native/develop/sink"
- },
- {
- "title": "源插件开发",
- "path": "extension/native/develop/source"
- }
- ]
- },
- {
- "title": "预定义的目标扩展",
- "children": [
- {
- "title": "文件目标(Sink)",
- "path": "extension/native/sinks/file"
- },
- {
- "title": "图像目标(Sink)",
- "path": "extension/native/sinks/image"
- },
- {
- "title": "InfluxDB 目标(Sink)",
- "path": "extension/native/sinks/influx"
- },
- {
- "title": "redis 目标(Sink)",
- "path": "extension/native/sinks/redis"
- },
- {
- "title": "TDengine 目标(Sink)",
- "path": "extension/native/sinks/tdengine"
- },
- {
- "title": "Zmq 目标(Sink)",
- "path": "extension/native/sinks/zmq"
- }
- ]
- },
- {
- "title": "预定义的源扩展",
- "children": [{
- "title": "random 源(Source)",
- "path": "extension/native/sources/random"
- },
- {
- "title": "Zmq 源(Source)",
- "path": "extension/native/sources/zmq"
- }
- ]
- },
- {
- "title": "预定义的函数扩展",
- "path": "extension/native/functions/functions"
- }
- ]
- },
- {
- "title": "Portable 插件开发",
- "children": [
- {
- "title": "Portable 插件简介",
- "path": "extension/portable/overview"
- },
- {
- "title": "Portable 插件 Go 语言 SDK",
- "path": "extension/portable/go_sdk"
- },
- {
- "title": "Portable 插件 Python 语言 SDK",
- "path": "extension/portable/python_sdk"
- }
- ]
- }
- ]
- },
- {
- "title": "使用指南",
- "children": [
- {
- "title": "安装",
- "path": "operation/install/overview"
- },
- {
- "title": "centos 安装",
- "path": "operation/install/cent-os"
- },
- {
- "title": "配置文件",
- "path": "operation/config/configuration_file"
- },
- {
- "title": "认证配置",
- "path": "operation/config/authentication"
- },
- {
- "title": "命令行工具",
- "children": [
- {
- "title": "摘要",
- "path": "operation/cli/overview"
- },
- {
- "title": "流管理",
- "path": "operation/cli/streams"
- },
- {
- "title": "规则管理",
- "path": "operation/cli/rules"
- },
- {
- "title": "表管理",
- "path": "operation/cli/tables"
- },
- {
- "title": "插件管理",
- "path": "operation/cli/plugins"
- }
- ]
- },
- {
- "title": "管理控制台",
- "children": [
- {
- "title": "控制台使用",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "如何将自定义的插件展示在管理控制台的安装列表",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Rest API 接口",
- "children": [
- {
- "title": "接口介绍",
- "path": "operation/restapi/overview"
- },
- {
- "title": "流管理",
- "path": "operation/restapi/streams"
- },
- {
- "title": "表管理",
- "path": "operation/restapi/tables"
- },
- {
- "title": "规则管理",
- "path": "operation/restapi/rules"
- },
- {
- "title": "插件管理",
- "path": "operation/restapi/plugins"
- },
- {
- "title": "外部函数管理",
- "path": "operation/restapi/services"
- }
- ]
- },
- {
- "title": "交叉编译",
- "path": "operation/compile/cross-compile"
- }
- ]
- }
- ],
- "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": "Rule Pipeline",
- "path": "rules/rule_pipeline"
- },
- {
- "title": "Sinks",
- "children": [{
- "title": "EdgeX Message Bus action",
- "path": "rules/sinks/edgex"
- },
- {
- "title": "MQTT action",
- "path": "rules/sinks/mqtt"
- },
- {
- "title": "Memory action",
- "path": "rules/sinks/memory"
- },
- {
- "title": "Nop action",
- "path": "rules/sinks/nop"
- },
- {
- "title": "REST action",
- "path": "rules/sinks/rest"
- },
- {
- "title": "Log action",
- "path": "rules/sinks/log"
- }
- ]
- },
- {
- "title": "Sources",
- "children": [{
- "title": "EdgeX Source",
- "path": "rules/sources/edgex"
- },
- {
- "title": "HTTP pull source",
- "path": "rules/sources/http_pull"
- },
- {
- "title": "File source",
- "path": "rules/sources/file"
- },
- {
- "title": "Memory source",
- "path": "rules/sources/memory"
- },
- {
- "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": "eKuiper SQL",
- "children": [{
- "title": "Introduction",
- "path": "sqls/overview"
- },
- {
- "title": "Streams",
- "path": "sqls/streams"
- },
- {
- "title": "Tables",
- "path": "sqls/tables"
- },
- {
- "title": "Data types",
- "path": "sqls/data_types"
- },
- {
- "title": "Query language element",
- "path": "sqls/query_language_elements"
- },
- {
- "title": "Windows",
- "path": "sqls/windows"
- },
- {
- "title": "Functions",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "eKuiper lexical elements",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "JSON Expressions",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "Extend eKuiper",
- "children": [
- {
- "title": "Introduction",
- "path": "extension/overview"
- },
- {
- "title": "External function",
- "path": "extension/external/external_func"
- },
- {
- "title": "Native plugin develop",
- "children": [
- {
- "title": "Native plugin develop overview",
- "path": "extension/native/overview"
- },
- {
- "title": "Custom native plugin develop",
- "children": [
- {
- "title": "Plugin develop introduction",
- "path": "extension/native/develop/overview"
- },
- {
- "title": "Plugin develop tutorial",
- "path": "extension/native/develop/plugins_tutorial"
- },
- {
- "title": "Function plugin",
- "path": "extension/native/develop/function"
- },
- {
- "title": "Sink plugin",
- "path": "extension/native/develop/sink"
- },
- {
- "title": "Source plugin",
- "path": "extension/native/develop/source"
- }
- ]
- },
- {
- "title": "Predefined sink plugins",
- "children": [
- {
- "title": "File sink",
- "path": "extension/native/sinks/file"
- },
- {
- "title": "Image sink",
- "path": "extension/native/sinks/image"
- },
- {
- "title": "InfluxDB sink",
- "path": "extension/native/sinks/influx"
- },
- {
- "title": "Redis sink",
- "path": "extension/native/sinks/redis"
- },
- {
- "title": "TDengine sink",
- "path": "extension/native/sinks/tdengine"
- },
- {
- "title": "Zmq sink",
- "path": "extension/native/sinks/zmq"
- }
- ]
- },
- {
- "title": "Predefined source plugins",
- "children": [{
- "title": "Random source",
- "path": "extension/native/sources/random"
- },
- {
- "title": "Zmq source",
- "path": "extension/native/sources/zmq"
- }
- ]
- },
- {
- "title": "Predefined sink plugins",
- "path": "extension/native/functions/functions"
- }
- ]
- },
- {
- "title": "Portable plugin develop",
- "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": "Operation",
- "children": [
- {
- "title": "Install",
- "path": "operation/install/overview"
- },
- {
- "title": "centos",
- "path": "operation/install/cent-os"
- },
- {
- "title": "Configuration File",
- "path": "operation/config/configuration_file"
- },
- {
- "title": "Authentication",
- "path": "operation/config/authentication"
- },
- {
- "title": "Command line tool",
- "children": [{
- "title": "Introduction",
- "path": "operation/cli/overview"
- },
- {
- "title": "Streams",
- "path": "operation/cli/streams"
- },
- {
- "title": "Rules",
- "path": "operation/cli/rules"
- },
- {
- "title": "Tables",
- "path": "operation/cli/tables"
- },
- {
- "title": "Plugins",
- "path": "operation/cli/plugins"
- }
- ]
- },
- {
- "title": "eKuiper management console",
- "children": [{
- "title": "Introduction",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "How to display custom plugins in the installation list of the management console",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Rest API",
- "children": [{
- "title": "Introduction",
- "path": "operation/restapi/overview"
- },
- {
- "title": "Streams",
- "path": "operation/restapi/streams"
- },
- {
- "title": "Tables",
- "path": "operation/restapi/tables"
- },
- {
- "title": "Rules",
- "path": "operation/restapi/rules"
- },
- {
- "title": "Plugins",
- "path": "operation/restapi/plugins"
- },
- {
- "title": "External Services",
- "path": "operation/restapi/services"
- }
- ]
- },
- {
- "title": "Cross Compile",
- "path": "operation/compile/cross-compile"
- }
- ]
- }
- ]
- }
|