|
@@ -1,5 +1,6 @@
|
|
{
|
|
{
|
|
- "cn": [{
|
|
|
|
|
|
+ "cn": [
|
|
|
|
+ {
|
|
"title": "概要",
|
|
"title": "概要",
|
|
"path": "./"
|
|
"path": "./"
|
|
},
|
|
},
|
|
@@ -342,184 +343,234 @@
|
|
]
|
|
]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- "en": [{
|
|
|
|
- "title": "Introduction",
|
|
|
|
- "path": "./"
|
|
|
|
|
|
+ "en": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Home",
|
|
|
|
+ "path": "reference"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Install and operation",
|
|
|
|
- "children": [{
|
|
|
|
- "title": "Download and install quick start",
|
|
|
|
|
|
+ "title": "Getting Started",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Run eKuiper locally",
|
|
"path": "getting_started"
|
|
"path": "getting_started"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Docker installation tutorial",
|
|
|
|
|
|
+ "title": "Run eKuiper in Docker",
|
|
"path": "quick_start_docker"
|
|
"path": "quick_start_docker"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "EdgeX Foundry installation",
|
|
|
|
|
|
+ "title": "Run eKuiper with EdgeX Foundry",
|
|
"path": "edgex/edgex_rule_engine_tutorial"
|
|
"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": "Concepts",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Why eKuiper",
|
|
|
|
+ "path": "concepts/ekuiper"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Rule Pipeline",
|
|
|
|
- "path": "rules/rule_pipeline"
|
|
|
|
|
|
+ "title": "Rules",
|
|
|
|
+ "path": "concepts/rules"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "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": "Sources",
|
|
|
|
+ "children": [
|
|
{
|
|
{
|
|
- "title": "Nop action",
|
|
|
|
- "path": "rules/sinks/nop"
|
|
|
|
|
|
+ "title": "Overview",
|
|
|
|
+ "path": "concepts/sources/overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "REST action",
|
|
|
|
- "path": "rules/sinks/rest"
|
|
|
|
|
|
+ "title": "Stream",
|
|
|
|
+ "path": "concepts/sources/stream"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Log action",
|
|
|
|
- "path": "rules/sinks/log"
|
|
|
|
|
|
+ "title": "Table",
|
|
|
|
+ "path": "concepts/sources/table"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Sources",
|
|
|
|
- "children": [{
|
|
|
|
- "title": "EdgeX Source",
|
|
|
|
- "path": "rules/sources/edgex"
|
|
|
|
- },
|
|
|
|
|
|
+ "title": "Sinks",
|
|
|
|
+ "path": "concepts/sinks"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "SQL Queries",
|
|
|
|
+ "path": "concepts/sql"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Stream Processing",
|
|
|
|
+ "children": [
|
|
{
|
|
{
|
|
- "title": "HTTP pull source",
|
|
|
|
- "path": "rules/sources/http_pull"
|
|
|
|
|
|
+ "title": "Overview",
|
|
|
|
+ "path": "concepts/streaming/overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "File source",
|
|
|
|
- "path": "rules/sources/file"
|
|
|
|
|
|
+ "title": "Time Attribute",
|
|
|
|
+ "path": "concepts/streaming/time"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Memory source",
|
|
|
|
- "path": "rules/sources/memory"
|
|
|
|
|
|
+ "title": "Windowing",
|
|
|
|
+ "path": "concepts/streaming/windowing"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "MQTT source",
|
|
|
|
- "path": "rules/sources/mqtt"
|
|
|
|
|
|
+ "title": "Join",
|
|
|
|
+ "path": "concepts/streaming/join"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Golang template",
|
|
|
|
- "path": "rules/data_template"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "title": "State and Fault Tolerance",
|
|
|
|
- "path": "rules/state_and_fault_tolerance"
|
|
|
|
|
|
+ "title": "Extensions",
|
|
|
|
+ "path": "concepts/extensions"
|
|
}
|
|
}
|
|
-
|
|
|
|
]
|
|
]
|
|
},
|
|
},
|
|
-
|
|
|
|
{
|
|
{
|
|
- "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": "Tutorials",
|
|
|
|
+ "children": [
|
|
{
|
|
{
|
|
- "title": "Functions",
|
|
|
|
- "path": "sqls/built-in_functions"
|
|
|
|
|
|
+ "title": "AI",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Label image by tensorflow lite model with eKuiper native plugin",
|
|
|
|
+ "path": "tutorials/ai/tensorflow_lite_tutorial"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "eKuiper lexical elements",
|
|
|
|
- "path": "sqls/lexical_elements"
|
|
|
|
|
|
+ "title": "Working with EdgeX Foundry",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "EdgeX Foundry rule engine tutorial",
|
|
|
|
+ "path": "edgex/edgex_rule_engine_tutorial"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Meta function for EdgeX stream",
|
|
|
|
+ "path": "edgex/edgex_meta"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Command device with EdgeX eKuiper rules enginem",
|
|
|
|
+ "path": "edgex/edgex_rule_engine_command"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "EdgeX source configuration command",
|
|
|
|
+ "path": "edgex/edgex_source_tutorial"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "JSON Expressions",
|
|
|
|
- "path": "sqls/json_expr"
|
|
|
|
|
|
+ "title": "Deploy by OpenYurt",
|
|
|
|
+ "path": "tutorials/deploy/openyurt_tutorial"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Extend eKuiper",
|
|
|
|
|
|
+ "title": "References",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
- "title": "Introduction",
|
|
|
|
- "path": "extension/overview"
|
|
|
|
|
|
+ "title": "Rules",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Introduction",
|
|
|
|
+ "path": "rules/overview"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Rule Pipeline",
|
|
|
|
+ "path": "rules/rule_pipeline"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "State and Fault Tolerance",
|
|
|
|
+ "path": "rules/state_and_fault_tolerance"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "External function",
|
|
|
|
- "path": "extension/external/external_func"
|
|
|
|
|
|
+ "title": "Sources",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Overview",
|
|
|
|
+ "path": "rules/sources/overview"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Built-in sources",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "MQTT source",
|
|
|
|
+ "path": "rules/sources/builtin/mqtt"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "EdgeX Source",
|
|
|
|
+ "path": "rules/sources/builtin/edgex"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "HTTP pull source",
|
|
|
|
+ "path": "rules/sources/builtin/http_pull"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Memory source",
|
|
|
|
+ "path": "rules/sources/builtin/memory"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "File source",
|
|
|
|
+ "path": "rules/sources/builtin/file"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Predefined source plugins",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Zmq source",
|
|
|
|
+ "path": "rules/sources/plugin/zmq"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Random source",
|
|
|
|
+ "path": "rules/sources/plugin/random"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Native plugin develop",
|
|
|
|
|
|
+ "title": "Sinks",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
- "title": "Native plugin develop overview",
|
|
|
|
- "path": "extension/native/overview"
|
|
|
|
|
|
+ "title": "Overview",
|
|
|
|
+ "path": "rules/sinks/overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Custom native plugin develop",
|
|
|
|
|
|
+ "title": "Data Template",
|
|
|
|
+ "path": "rules/data_template"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Built-in sinks",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
- "title": "Plugin develop introduction",
|
|
|
|
- "path": "extension/native/develop/overview"
|
|
|
|
|
|
+ "title": "MQTT action",
|
|
|
|
+ "path": "rules/sinks/builtin/mqtt"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Plugin develop tutorial",
|
|
|
|
- "path": "extension/native/develop/plugins_tutorial"
|
|
|
|
|
|
+ "title": "EdgeX Message Bus action",
|
|
|
|
+ "path": "rules/sinks/builtin/edgex"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Function plugin",
|
|
|
|
- "path": "extension/native/develop/function"
|
|
|
|
|
|
+ "title": "REST action",
|
|
|
|
+ "path": "rules/sinks/builtin/rest"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Sink plugin",
|
|
|
|
- "path": "extension/native/develop/sink"
|
|
|
|
|
|
+ "title": "Memory action",
|
|
|
|
+ "path": "rules/sinks/builtin/memory"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Source plugin",
|
|
|
|
- "path": "extension/native/develop/source"
|
|
|
|
|
|
+ "title": "Log action",
|
|
|
|
+ "path": "rules/sinks/builtin/log"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Nop action",
|
|
|
|
+ "path": "rules/sinks/builtin/nop"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -527,46 +578,128 @@
|
|
"title": "Predefined sink plugins",
|
|
"title": "Predefined sink plugins",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
- "title": "File sink",
|
|
|
|
- "path": "extension/native/sinks/file"
|
|
|
|
|
|
+ "title": "Zmq sink",
|
|
|
|
+ "path": "rules/sinks/plugin/zmq"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Image sink",
|
|
|
|
- "path": "extension/native/sinks/image"
|
|
|
|
|
|
+ "title": "File sink",
|
|
|
|
+ "path": "rules/sinks/plugin/file"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"title": "InfluxDB sink",
|
|
"title": "InfluxDB sink",
|
|
- "path": "extension/native/sinks/influx"
|
|
|
|
|
|
+ "path": "rules/sinks/plugin/influx"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "TDengine sink",
|
|
|
|
+ "path": "rules/sinks/plugin/tdengine"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"title": "Redis sink",
|
|
"title": "Redis sink",
|
|
- "path": "extension/native/sinks/redis"
|
|
|
|
|
|
+ "path": "rules/sinks/plugin/redis"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "TDengine sink",
|
|
|
|
- "path": "extension/native/sinks/tdengine"
|
|
|
|
|
|
+ "title": "Image sink",
|
|
|
|
+ "path": "rules/sinks/plugin/image"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "SQL",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Syntax",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Introduction",
|
|
|
|
+ "path": "sqls/overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Zmq sink",
|
|
|
|
- "path": "extension/native/sinks/zmq"
|
|
|
|
|
|
+ "title": "Lexical elements",
|
|
|
|
+ "path": "sqls/lexical_elements"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Data types",
|
|
|
|
+ "path": "sqls/data_types"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "JSON Expressions",
|
|
|
|
+ "path": "sqls/json_expr"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Query language element",
|
|
|
|
+ "path": "sqls/query_language_elements"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Predefined source plugins",
|
|
|
|
- "children": [{
|
|
|
|
- "title": "Random source",
|
|
|
|
- "path": "extension/native/sources/random"
|
|
|
|
- },
|
|
|
|
|
|
+ "title": "Statements",
|
|
|
|
+ "children": [
|
|
{
|
|
{
|
|
- "title": "Zmq source",
|
|
|
|
- "path": "extension/native/sources/zmq"
|
|
|
|
|
|
+ "title": "Streams",
|
|
|
|
+ "path": "sqls/streams"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Tables",
|
|
|
|
+ "path": "sqls/tables"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Predefined sink plugins",
|
|
|
|
- "path": "extension/native/functions/functions"
|
|
|
|
|
|
+ "title": "Windows",
|
|
|
|
+ "path": "sqls/windows"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Built-in Functions",
|
|
|
|
+ "path": "sqls/built-in_functions"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Predefined function plugins",
|
|
|
|
+ "path": "sqls/custom_functions"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Extension Programming",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Introduction",
|
|
|
|
+ "path": "extension/overview"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "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"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -586,28 +719,73 @@
|
|
"path": "extension/portable/python_sdk"
|
|
"path": "extension/portable/python_sdk"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "External function",
|
|
|
|
+ "path": "extension/external/external_func"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
-
|
|
|
|
{
|
|
{
|
|
- "title": "Operation",
|
|
|
|
|
|
+ "title": "Operations",
|
|
"children": [
|
|
"children": [
|
|
{
|
|
{
|
|
- "title": "Install",
|
|
|
|
- "path": "operation/install/overview"
|
|
|
|
|
|
+ "title": "Introduction",
|
|
|
|
+ "path": "operation/overview"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "centos",
|
|
|
|
- "path": "operation/install/cent-os"
|
|
|
|
|
|
+ "title": "Install",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "overview",
|
|
|
|
+ "path": "operation/install/overview"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "centos",
|
|
|
|
+ "path": "operation/install/cent-os"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Configuration File",
|
|
|
|
- "path": "operation/config/configuration_file"
|
|
|
|
|
|
+ "title": "Configuration",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Configuration File",
|
|
|
|
+ "path": "operation/config/configuration_file"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Authentication",
|
|
|
|
+ "path": "operation/config/authentication"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Authentication",
|
|
|
|
- "path": "operation/config/authentication"
|
|
|
|
|
|
+ "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": "Command line tool",
|
|
"title": "Command line tool",
|
|
@@ -634,11 +812,12 @@
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "eKuiper management console",
|
|
|
|
- "children": [{
|
|
|
|
- "title": "Introduction",
|
|
|
|
- "path": "operation/manager-ui/overview"
|
|
|
|
- },
|
|
|
|
|
|
+ "title": "Management console",
|
|
|
|
+ "children": [
|
|
|
|
+ {
|
|
|
|
+ "title": "Introduction",
|
|
|
|
+ "path": "operation/manager-ui/overview"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"title": "How to display custom plugins in the installation list of the management console",
|
|
"title": "How to display custom plugins in the installation list of the management console",
|
|
"path": "operation/manager-ui/plugins_in_manager"
|
|
"path": "operation/manager-ui/plugins_in_manager"
|
|
@@ -646,38 +825,23 @@
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Rest API",
|
|
|
|
- "children": [{
|
|
|
|
- "title": "Introduction",
|
|
|
|
- "path": "operation/restapi/overview"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "title": "Streams",
|
|
|
|
- "path": "operation/restapi/streams"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "title": "Tables",
|
|
|
|
- "path": "operation/restapi/tables"
|
|
|
|
- },
|
|
|
|
|
|
+ "title": "Compile",
|
|
|
|
+ "children": [
|
|
{
|
|
{
|
|
- "title": "Rules",
|
|
|
|
- "path": "operation/restapi/rules"
|
|
|
|
|
|
+ "title": "Compile",
|
|
|
|
+ "path": "operation/compile/compile"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "title": "Plugins",
|
|
|
|
- "path": "operation/restapi/plugins"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "title": "External Services",
|
|
|
|
- "path": "operation/restapi/services"
|
|
|
|
|
|
+ "title": "Cross Compile",
|
|
|
|
+ "path": "operation/compile/cross-compile"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- "title": "Cross Compile",
|
|
|
|
- "path": "operation/compile/cross-compile"
|
|
|
|
}
|
|
}
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "title": "Contribute",
|
|
|
|
+ "path": "CONTRIBUTING"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|