123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359 |
- {
- "cn": [
- {
- "title": "概览",
- "path": "./"
- },
- {
- "title": "快速开始",
- "children": [
- {
- "title": "快速开始",
- "path": "getting_started/getting_started"
- },
- {
- "title": "5分钟快速运行",
- "path": "getting_started/quick_start_docker"
- },
- {
- "title": "作为 EdgeX Foundry 规则引擎运行",
- "path": "edgex/edgex_rule_engine_tutorial"
- }
- ]
- },
- {
- "title": "安装与部署",
- "children": [
- {
- "title": "安装与部署",
- "path": "installation"
- }
- ]
- },
- {
- "title": "配置",
- "children": [
- {
- "title": "配置",
- "path": "configuration/configuration"
- },
- {
- "title": "全局配置文件",
- "path": "configuration/global_configurations"
- }
- ]
- },
- {
- "title": "用户指南",
- "children": [
- {
- "title": "流:无界的事件系列",
- "children": [
- {
- "title": "流",
- "path": "guide/streams/overview"
- }
- ]
- },
- {
- "title": "表:事件序列的快照",
- "children": [
- {
- "title": "表",
- "path": "guide/tables/overview"
- },
- {
- "title": "扫描表",
- "path": "guide/tables/scan"
- },
- {
- "title": "查询表",
- "path": "guide/tables/lookup"
- }
- ]
- },
- {
- "title": "规则:查询和动作",
- "children": [
- {
- "title": "规则",
- "path": "guide/rules/overview"
- },
- {
- "title": "图规则",
- "path": "guide/rules/graph_rule"
- },
- {
- "title": "规则流水线",
- "path": "guide/rules/rule_pipeline"
- },
- {
- "title": "状态和容错",
- "path": "guide/rules/state_and_fault_tolerance"
- }
- ]
- },
- {
- "title": "数据源",
- "children": [
- {
- "title": "数据源",
- "path": "guide/sources/overview"
- },
- {
- "title": "内置源",
- "children": [
- {
- "title": "MQTT 源",
- "path": "guide/sources/builtin/mqtt"
- },
- {
- "title": "Neuron 源",
- "path": "guide/sources/builtin/neuron"
- },
- {
- "title": "EdgeX 源",
- "path": "guide/sources/builtin/edgex"
- },
- {
- "title": "HTTP 拉取源",
- "path": "guide/sources/builtin/http_pull"
- },
- {
- "title": "HTTP 推送源",
- "path": "guide/sources/builtin/http_push"
- },
- {
- "title": "文件源",
- "path": "guide/sources/builtin/file"
- },
- {
- "title": "内存源",
- "path": "guide/sources/builtin/memory"
- },
- {
- "title": "Redis 源",
- "path": "guide/sources/builtin/redis"
- }
- ]
- },
- {
- "title": "预定义插件源",
- "children": [
- {
- "title": "SQL 源",
- "path": "guide/sources/plugin/sql"
- },
- {
- "title": "视频源",
- "path": "guide/sources/plugin/video"
- },
- {
- "title": "Zero MQ 源",
- "path": "guide/sources/plugin/zmq"
- },
- {
- "title": "随机数据产生器源",
- "path": "guide/sources/plugin/random"
- }
- ]
- }
- ]
- },
- {
- "title": "数据汇(Sink)",
- "children": [
- {
- "title": "概览",
- "path": "guide/sinks/overview"
- },
- {
- "title": "数据模板",
- "path": "guide/sinks/data_template"
- },
- {
- "title": "内置 Sink",
- "children": [
- {
- "title": "MQTT Sink",
- "path": "guide/sinks/builtin/mqtt"
- },
- {
- "title": "Neuron Sink",
- "path": "guide/sinks/builtin/neuron"
- },
- {
- "title": "EdgeX Sink",
- "path": "guide/sinks/builtin/edgex"
- },
- {
- "title": "REST Sink",
- "path": "guide/sinks/builtin/rest"
- },
- {
- "title": "Redis Sink",
- "path": "guide/sinks/builtin/redis"
- },
- {
- "title": "File Sink",
- "path": "guide/sinks/builtin/file"
- },
- {
- "title": "Memory Sink",
- "path": "guide/sinks/builtin/memory"
- },
- {
- "title": "Log Sink",
- "path": "guide/sinks/builtin/log"
- },
- {
- "title": "Nop Sink",
- "path": "guide/sinks/builtin/nop"
- }
- ]
- },
- {
- "title": "预定义插件 Sink",
- "children": [
- {
- "title": "SQL Sink",
- "path": "guide/sinks/plugin/sql"
- },
- {
- "title": "InfluxDB Sink",
- "path": "guide/sinks/plugin/influx"
- },
- {
- "title": "InfluxDBV2 Sink",
- "path": "guide/sinks/plugin/influx2"
- },
- {
- "title": "TDengine Sink",
- "path": "guide/sinks/plugin/tdengine"
- },
- {
- "title": "Image Sink",
- "path": "guide/sinks/plugin/image"
- },
- {
- "title": "ZeroMQ Sink",
- "path": "guide/sinks/plugin/zmq"
- },
- {
- "title": "Kafka Sink",
- "path": "guide/sinks/plugin/kafka"
- }
- ]
- }
- ]
- },
- {
- "title": "序列化",
- "children": [
- {
- "title": "概览",
- "path": "guide/serialization/serialization"
- },
- {
- "title": "使用 Protobuf 编解码教程",
- "path": "guide/serialization/protobuf_tutorial"
- }
- ]
- },
- {
- "title": "AI/ML",
- "children": [
- {
- "title": "使用原生插件实现 AI 函数",
- "path": "guide/ai/tensorflow_lite_tutorial"
- },
- {
- "title": "使用 Python 插件实现 AI 函数",
- "path": "guide/ai/python_tensorflow_lite_tutorial"
- },
- {
- "title": "使用 tensorflow_lite 原生插件调用 AI 模型",
- "path": "guide/ai/tensorflow_lite"
- }
- ]
- }
- ]
- },
- {
- "title": "管理指南",
- "children": [
- {
- "title": "安装与部署",
- "path": "installation"
- },
- {
- "title": "配置",
- "children": [
- {
- "title": "配置",
- "path": "configuration/configuration"
- },
- {
- "title": "全局配置文件",
- "path": "configuration/global_configurations"
- }
- ]
- },
- {
- "title": "管理控制台",
- "children": [
- {
- "title": "使用教程",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "插件管理",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "编译",
- "children": [
- {
- "title": "源码编译",
- "path": "operation/compile/compile"
- },
- {
- "title": "交叉编译",
- "path": "operation/compile/cross-compile"
- },
- {
- "title": "按需编译",
- "path": "operation/compile/features"
- }
- ]
- },
- {
- "title": "监控",
- "children": [
- {
- "title": "使用 Prometheus 监控规则运行状态",
- "path": "operation/usage/monitor_with_prometheus"
- }
- ]
- }
- ]
- },
- {
- "title": "应用场景",
- "children": [
- {
- "title": "工业物联网",
- "path": "usecases/iiot"
- },
- {
- "title": "车联网",
- "path": "usecases/iov"
- }
- ]
- },
- {
- "title": "集成",
- "children": [
- {
- "title": "边云协同",
- "path": "integrations/edge_cloud/overview"
- },
- {
- "title": "EdgeX Foundry 的规则引擎",
- "children": [
- {
- "title": "EdgeX Foundry 规则引擎教程",
- "path": "edgex/edgex_rule_engine_tutorial"
- },
- {
- "title": "使用 EdgeX 流的 meta 函数",
- "path": "edgex/edgex_meta"
- },
- {
- "title": "EdgeX 规则引擎使用 command 服务",
- "path": "edgex/edgex_rule_engine_command"
- },
- {
- "title": "EdgeX 源配置教程",
- "path": "edgex/edgex_source_tutorial"
- }
- ]
- },
- {
- "title": "分析处理 Neuron 采集的数据",
- "path": "integrations/neuron/neuron_integration_tutorial"
- },
- {
- "title": "KubeEdge 的分析引擎",
- "path": "integrations/kubeedge/overview"
- },
- {
- "title": "使用 OpenYurt 部署",
- "path": "integrations/deploy/openyurt_tutorial"
- }
- ]
- },
- {
- "title": "架构和设计",
- "children": [
- {
- "title": "架构",
- "path": "concepts/ekuiper"
- },
- {
- "title": "关键概念",
- "children": [
- {
- "title": "规则",
- "path": "concepts/rules"
- },
- {
- "title": "Sources 源",
- "children": [
- {
- "title": "概览",
- "path": "concepts/sources/overview"
- },
- {
- "title": "流",
- "path": "concepts/sources/stream"
- },
- {
- "title": "表",
- "path": "concepts/sources/table"
- }
- ]
- },
- {
- "title": "Sinks 动作",
- "path": "concepts/sinks"
- },
- {
- "title": "SQL 查询",
- "path": "concepts/sql"
- },
- {
- "title": "扩展",
- "path": "concepts/extensions"
- }
- ]
- },
- {
- "title": "流式处理",
- "children": [
- {
- "title": "概览",
- "path": "concepts/streaming/overview"
- },
- {
- "title": "时间属性",
- "path": "concepts/streaming/time"
- },
- {
- "title": "窗口",
- "path": "concepts/streaming/windowing"
- },
- {
- "title": "连接",
- "path": "concepts/streaming/join"
- }
- ]
- }
- ]
- },
- {
- "title": "开发者指南",
- "children": [
- {
- "title": "概览",
- "path": "extension/overview"
- },
- {
- "title": "原生插件开发",
- "children": [
- {
- "title": "总览",
- "path": "extension/native/overview"
- },
- {
- "title": "原生插件开发",
- "path": "extension/native/develop/overview"
- },
- {
- "title": "插件开发教程",
- "path": "extension/native/develop/plugins_tutorial"
- },
- {
- "title": "函数插件开发",
- "path": "extension/native/develop/function"
- },
- {
- "title": "Sink 插件开发",
- "path": "extension/native/develop/sink"
- },
- {
- "title": "源插件开发",
- "path": "extension/native/develop/source"
- }
- ]
- },
- {
- "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": "外部函数",
- "path": "extension/external/external_func"
- },
- {
- "title": "Wasm 函数 (beta)",
- "path": "extension/wasm/overview"
- }
- ]
- },
- {
- "title": "SQL 参考",
- "children": [
- {
- "title": "语句",
- "children": [
- {
- "title": "流语句",
- "path": "sqls/streams"
- },
- {
- "title": "表语句",
- "path": "sqls/tables"
- },
- {
- "title": "查询语句",
- "path": "sqls/query_language_elements"
- }
- ]
- },
- {
- "title": "语法",
- "children": [
- {
- "title": "概览",
- "path": "sqls/overview"
- },
- {
- "title": "词汇元素",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "数据类型",
- "path": "sqls/data_types"
- },
- {
- "title": "JSON 表达式",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "内置函数",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "预定义函数插件",
- "path": "sqls/custom_functions"
- },
- {
- "title": "窗口",
- "path": "sqls/windows"
- }
- ]
- },
- {
- "title": "API 参考",
- "children": [
- {
- "title": "Rest API 接口",
- "children": [
- {
- "title": "接口介绍",
- "path": "api/restapi/overview"
- },
- {
- "title": "认证配置",
- "path": "api/restapi/authentication"
- },
- {
- "title": "流管理",
- "path": "api/restapi/streams"
- },
- {
- "title": "表管理",
- "path": "api/restapi/tables"
- },
- {
- "title": "规则管理",
- "path": "api/restapi/rules"
- },
- {
- "title": "插件管理",
- "path": "api/restapi/plugins"
- },
- {
- "title": "外部函数管理",
- "path": "api/restapi/services"
- },
- {
- "title": "模式管理",
- "path": "api/restapi/schemas"
- },
- {
- "title": "上传文件管理",
- "path": "api/restapi/uploads"
- },
- {
- "title": "规则集管理",
- "path": "api/restapi/ruleset"
- },
- {
- "title": "数据导入导出",
- "path": "api/restapi/data"
- }
- ]
- },
- {
- "title": "命令行工具",
- "children": [
- {
- "title": "总览",
- "path": "api/cli/overview"
- },
- {
- "title": "流管理",
- "path": "api/cli/streams"
- },
- {
- "title": "表管理",
- "path": "api/cli/tables"
- },
- {
- "title": "规则管理",
- "path": "api/cli/rules"
- },
- {
- "title": "插件管理",
- "path": "api/cli/plugins"
- },
- {
- "title": "模式管理",
- "path": "api/cli/schemas"
- },
- {
- "title": "规则集管理",
- "path": "api/cli/ruleset"
- },
- {
- "title": "数据导入导出",
- "path": "api/cli/data"
- }
- ]
- }
- ]
- },
- {
- "title": "贡献",
- "path": "CONTRIBUTING"
- }
- ],
- "en": [
- {
- "title": "Introduction",
- "path": "./"
- },
- {
- "title": "Getting Started",
- "children": [
- {
- "title": "Getting Started",
- "path": "getting_started/getting_started"
- },
- {
- "title": "5 Minutes Quick Start",
- "path": "getting_started/quick_start_docker"
- },
- {
- "title": "Run eKuiper with EdgeX Foundry",
- "path": "edgex/edgex_rule_engine_tutorial"
- }
- ]
- },
- {
- "title": "Installation",
- "children": [
- {
- "title": "Installation",
- "path": "installation"
- }
- ]
- },
- {
- "title": "Configuration",
- "children": [
- {
- "title": "Configuration",
- "path": "configuration/configuration"
- },
- {
- "title": "Global Configurations",
- "path": "configuration/global_configurations"
- }
- ]
- },
- {
- "title": "User Guide",
- "children": [
- {
- "title": "Stream: unbounded series of events",
- "children": [
- {
- "title": "Overview",
- "path": "guide/streams/overview"
- }
- ]
- },
- {
- "title": "Table: snapshot of events",
- "children": [
- {
- "title": "Overview",
- "path": "guide/tables/overview"
- },
- {
- "title": "Scan Table",
- "path": "guide/tables/scan"
- },
- {
- "title": "Lookup Table",
- "path": "guide/tables/lookup"
- }
- ]
- },
- {
- "title": "Rule: query and action",
- "children": [
- {
- "title": "Rules",
- "path": "guide/rules/overview"
- },
- {
- "title": "Graph Rule",
- "path": "guide/rules/graph_rule"
- },
- {
- "title": "Rule Pipeline",
- "path": "guide/rules/rule_pipeline"
- },
- {
- "title": "State and Fault Tolerance",
- "path": "guide/rules/state_and_fault_tolerance"
- }
- ]
- },
- {
- "title": "Source Connectors",
- "children": [
- {
- "title": "Overview",
- "path": "guide/sources/overview"
- },
- {
- "title": "Built-in Sources",
- "children": [
- {
- "title": "MQTT Source",
- "path": "guide/sources/builtin/mqtt"
- },
- {
- "title": "Neuron Source",
- "path": "guide/sources/builtin/neuron"
- },
- {
- "title": "EdgeX Source",
- "path": "guide/sources/builtin/edgex"
- },
- {
- "title": "HTTP Pull Source",
- "path": "guide/sources/builtin/http_pull"
- },
- {
- "title": "HTTP Push Source",
- "path": "guide/sources/builtin/http_push"
- },
- {
- "title": "File Source",
- "path": "guide/sources/builtin/file"
- },
- {
- "title": "Memory Source",
- "path": "guide/sources/builtin/memory"
- },
- {
- "title": "Redis Source",
- "path": "guide/sources/builtin/redis"
- }
- ]
- },
- {
- "title": "Predefined Source Plugins",
- "children": [
- {
- "title": "SQL Source",
- "path": "guide/sources/plugin/sql"
- },
- {
- "title": "Video Source",
- "path": "guide/sources/plugin/video"
- },
- {
- "title": "Random Source",
- "path": "guide/sources/plugin/random"
- },
- {
- "title": "Zero MQ Source",
- "path": "guide/sources/plugin/zmq"
- }
- ]
- }
- ]
- },
- {
- "title": "Sink Connectors",
- "children": [
- {
- "title": "Overview",
- "path": "guide/sinks/overview"
- },
- {
- "title": "Data Template",
- "path": "guide/sinks/data_template"
- },
- {
- "title": "Built-in Sinks",
- "children": [
- {
- "title": "MQTT Sink",
- "path": "guide/sinks/builtin/mqtt"
- },
- {
- "title": "Neuron Sink",
- "path": "guide/sinks/builtin/neuron"
- },
- {
- "title": "EdgeX Sink",
- "path": "guide/sinks/builtin/edgex"
- },
- {
- "title": "REST Sink",
- "path": "guide/sinks/builtin/rest"
- },
- {
- "title": "Redis Sink",
- "path": "guide/sinks/builtin/redis"
- },
- {
- "title": "File Sink",
- "path": "guide/sinks/builtin/file"
- },
- {
- "title": "Memory Sink",
- "path": "guide/sinks/builtin/memory"
- },
- {
- "title": "Log Sink",
- "path": "guide/sinks/builtin/log"
- },
- {
- "title": "Nop Sink",
- "path": "guide/sinks/builtin/nop"
- }
- ]
- },
- {
- "title": "Predefined Sink Plugins",
- "children": [
- {
- "title": "SQL Sink",
- "path": "guide/sinks/plugin/sql"
- },
- {
- "title": "InfluxDB Sink",
- "path": "guide/sinks/plugin/influx"
- },
- {
- "title": "InfluxDBV2 Sink",
- "path": "guide/sinks/plugin/influx2"
- },
- {
- "title": "TDengine Sink",
- "path": "guide/sinks/plugin/tdengine"
- },
- {
- "title": "Image Sink",
- "path": "guide/sinks/plugin/image"
- },
- {
- "title": "ZeroMQ Sink",
- "path": "guide/sinks/plugin/zmq"
- },
- {
- "title": "Kafka Sink",
- "path": "guide/sinks/plugin/kafka"
- }
- ]
- }
- ]
- },
- {
- "title": "Serialization",
- "children": [
- {
- "title": "Overview",
- "path": "guide/serialization/serialization"
- },
- {
- "title": "Protobuf Codec Tutorial",
- "path": "guide/serialization/protobuf_tutorial"
- }
- ]
- },
- {
- "title": "AI/ML",
- "children": [
- {
- "title": "Running AI Algorithms with Native Plugin",
- "path": "guide/ai/tensorflow_lite_tutorial"
- },
- {
- "title": "Running AI Algorithms with Python Function Plugin",
- "path": "guide/ai/python_tensorflow_lite_tutorial"
- },
- {
- "title": "Running AI Model with TensorFlow Lite Function Plugin",
- "path": "guide/ai/tensorflow_lite"
- }
- ]
- }
- ]
- },
- {
- "title": "Admin Guide",
- "children": [
- {
- "title": "Installation",
- "path": "installation"
- },
- {
- "title": "Configuration",
- "children": [
- {
- "title": "Configuration",
- "path": "configuration/configuration"
- },
- {
- "title": "Global Configurations",
- "path": "configuration/global_configurations"
- }
- ]
- },
- {
- "title": "Management Console",
- "children": [
- {
- "title": "Introduction",
- "path": "operation/manager-ui/overview"
- },
- {
- "title": "Plugin Management",
- "path": "operation/manager-ui/plugins_in_manager"
- }
- ]
- },
- {
- "title": "Compilation",
- "children": [
- {
- "title": "Compile",
- "path": "operation/compile/compile"
- },
- {
- "title": "Cross Compile",
- "path": "operation/compile/cross-compile"
- },
- {
- "title": "Compile selected features only",
- "path": "operation/compile/features"
- }
- ]
- },
- {
- "title": "Monitor",
- "children": [
- {
- "title": "Monitor with Prometheus",
- "path": "operation/usage/monitor_with_prometheus"
- }
- ]
- }
- ]
- },
- {
- "title": "Use Cases",
- "children": [
- {
- "title": "IIoT case",
- "path": "usecases/iiot"
- },
- {
- "title": "IoV case",
- "path": "usecases/iov"
- }
- ]
- },
- {
- "title": "Integrations",
- "children": [
- {
- "title": "Edge Cloud Collaboration",
- "path": "integrations/edge_cloud/overview"
- },
- {
- "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 EdgeX Device",
- "path": "edgex/edgex_rule_engine_command"
- },
- {
- "title": "EdgeX Source Configurations",
- "path": "edgex/edgex_source_tutorial"
- }
- ]
- },
- {
- "title": "Processing Data Collected by Neuron ",
- "path": "integrations/neuron/neuron_integration_tutorial"
- },
- {
- "title": "Analytic Engine for KubeEdge",
- "path": "integrations/kubeedge/overview"
- },
- {
- "title": "Deploy by OpenYurt",
- "path": "integrations/deploy/openyurt_tutorial"
- }
- ]
- },
- {
- "title": "Architecture Design",
- "children": [
- {
- "title": "Architecture",
- "path": "concepts/ekuiper"
- },
- {
- "title": "Key Concepts",
- "children": [
- {
- "title": "Rules",
- "path": "concepts/rules"
- },
- {
- "title": "Sources",
- "children": [
- {
- "title": "Overview",
- "path": "concepts/sources/overview"
- },
- {
- "title": "Stream",
- "path": "concepts/sources/stream"
- },
- {
- "title": "Table",
- "path": "concepts/sources/table"
- }
- ]
- },
- {
- "title": "Sinks",
- "path": "concepts/sinks"
- },
- {
- "title": "SQL Queries",
- "path": "concepts/sql"
- },
- {
- "title": "Extensions",
- "path": "concepts/extensions"
- }
- ]
- },
- {
- "title": "Stream Processing",
- "children": [
- {
- "title": "Overview",
- "path": "concepts/streaming/overview"
- },
- {
- "title": "Time Attribute",
- "path": "concepts/streaming/time"
- },
- {
- "title": "Windowing",
- "path": "concepts/streaming/windowing"
- },
- {
- "title": "Join",
- "path": "concepts/streaming/join"
- }
- ]
- }
- ]
- },
- {
- "title": "Developer Guide",
- "children": [
- {
- "title": "Introduction",
- "path": "extension/overview"
- },
- {
- "title": "Native Plugin Develop",
- "children": [
- {
- "title": "Overview",
- "path": "extension/native/overview"
- },
- {
- "title": "Develop",
- "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": "Portable Plugin Development",
- "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": "External Function",
- "path": "extension/external/external_func"
- },
- {
- "title": "Wasm Function",
- "path": "extension/wasm/overview"
- }
- ]
- },
- {
- "title": "SQL Reference",
- "children": [
- {
- "title": "Statements",
- "children": [
- {
- "title": "Streams",
- "path": "sqls/streams"
- },
- {
- "title": "Tables",
- "path": "sqls/tables"
- },
- {
- "title": "Query",
- "path": "sqls/query_language_elements"
- }
- ]
- },
- {
- "title": "Syntax",
- "children": [
- {
- "title": "Introduction",
- "path": "sqls/overview"
- },
- {
- "title": "Lexical elements",
- "path": "sqls/lexical_elements"
- },
- {
- "title": "Data types",
- "path": "sqls/data_types"
- },
- {
- "title": "JSON Expressions",
- "path": "sqls/json_expr"
- }
- ]
- },
- {
- "title": "Built-in Functions",
- "path": "sqls/built-in_functions"
- },
- {
- "title": "Predefined function plugins",
- "path": "sqls/custom_functions"
- },
- {
- "title": "Windowing",
- "path": "sqls/windows"
- }
- ]
- },
- {
- "title": "API Reference",
- "children": [
- {
- "title": "Rest API",
- "children": [
- {
- "title": "Introduction",
- "path": "api/restapi/overview"
- },
- {
- "title": "Authentication",
- "path": "api/restapi/authentication"
- },
- {
- "title": "Streams",
- "path": "api/restapi/streams"
- },
- {
- "title": "Tables",
- "path": "api/restapi/tables"
- },
- {
- "title": "Rules",
- "path": "api/restapi/rules"
- },
- {
- "title": "Plugins",
- "path": "api/restapi/plugins"
- },
- {
- "title": "External Services",
- "path": "api/restapi/services"
- },
- {
- "title": "Schemas",
- "path": "api/restapi/schemas"
- },
- {
- "title": "Upload files",
- "path": "api/restapi/uploads"
- },
- {
- "title": "Ruleset",
- "path": "api/restapi/ruleset"
- },
- {
- "title": "Data Export/Import",
- "path": "api/restapi/data"
- }
- ]
- },
- {
- "title": "Command Line Tool",
- "children": [
- {
- "title": "Introduction",
- "path": "api/cli/overview"
- },
- {
- "title": "Streams",
- "path": "api/cli/streams"
- },
- {
- "title": "Rules",
- "path": "api/cli/rules"
- },
- {
- "title": "Tables",
- "path": "api/cli/tables"
- },
- {
- "title": "Plugins",
- "path": "api/cli/plugins"
- },
- {
- "title": "Schemas",
- "path": "api/cli/schemas"
- },
- {
- "title": "Ruleset",
- "path": "api/cli/ruleset"
- },
- {
- "title": "Data Export/Import",
- "path": "api/cli/data"
- }
- ]
- }
- ]
- },
- {
- "title": "Contribute",
- "path": "CONTRIBUTING"
- }
- ]
- }
|