blob: 589b77c98f7ce9ef5133196b3df686fb65a0f99c [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export const zhSidebar = {
'/zh/UserGuide/latest/': [
{
text: 'IoTDB用户手册(V2.0.x)',
children: [],
},
{
text: '关于IoTDB',
collapsible: true,
prefix: 'IoTDB-Introduction/',
children: [
{ text: '产品介绍', link: 'IoTDB-Introduction_apache' },
{ text: '应用场景', link: 'Scenario' },
{ text: '发布历史', link: 'Release-history_apache' },
],
},
{
text: '预备知识',
collapsible: true,
prefix: 'Background-knowledge/',
children: [
{ text: '常见概念', link: 'Cluster-Concept_apache' },
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
{ text: '建模方案设计', link: 'Data-Model-and-Terminology_apache' },
{ text: '数据类型', link: 'Data-Type' },
],
},
{
text: '快速上手',
link: 'QuickStart/QuickStart_apache',
},
{
text: '部署与运维',
collapsible: true,
prefix: 'Deployment-and-Maintenance/',
children: [
{ text: '部署形态', link: 'Deployment-form_apache' },
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
{ text: '资源规划', link: 'Database-Resources' },
{ text: '环境配置', link: 'Environment-Requirements' },
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
{ text: 'Kubernetes部署', link: 'Kubernetes_apache' },
],
},
{
text: '基础功能',
collapsible: true,
prefix: 'Basic-Concept/',
children: [
{ text: '测点管理', link: 'Operate-Metadata_apache' },
{ text: '数据写入', link: 'Write-Data_apache' },
{ text: '数据查询', link: 'Query-Data_apache' },
{
text: '数据删除',
collapsible: true,
children: [
{ text: '数据删除', link: 'Delete-Data' },
{ text: '数据保留时间', link: 'TTL-Delete' },
],
},
],
},
{
text: '高级功能',
collapsible: true,
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription_apache' },
{
text: '流计算',
collapsible: true,
children: [
{ text: '流计算框架', link: 'Streaming_apache' },
{ text: '连续查询', link: 'Database-Programming' },
{ text: '触发器', link: 'Trigger' },
],
},
{ text: 'UDF', link: 'User-defined-function_apache' },
{
text: '安全权限',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
},
{
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
{ text: '负载均衡', link: 'Load-Balance' },
{ text: '运维语句', link: 'Maintenance-statement' },
],
},
],
},
{
text: 'AI 能力',
collapsible: true,
prefix: 'AI-capability/',
children: [
{ text: 'AINode', link: 'AINode_apache' },
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
],
},
{
text: '工具体系',
collapsible: true,
prefix: 'Tools-System/',
children: [
{ text: '命令行工具', link: 'CLI_apache' },
{ text: '监控工具', link: 'Monitor-Tool_apache' },
{ text: '测试工具', link: 'Benchmark' },
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },
{ text: '数据导入导出', collapsible: true,
children: [
{ text: '数据导入', link: 'Data-Import-Tool_apache' },
{ text: '数据导出', link: 'Data-Export-Tool_apache' },
],
},
{ text: '元数据导入导出', collapsible: true,
children: [
{ text: '元数据导入', link: 'Schema-Import-Tool_apache' },
{ text: '元数据导出', link: 'Schema-Export-Tool_apache' },
],
},
{ text: '全量备份工具', link: 'Backup-Tool' },
{ text: '健康检查工具', link: 'Health-Check-Tool' },
],
},
{
text: '应用编程接口',
collapsible: true,
prefix: 'API/',
children: [
{ text: 'Java原生接口', collapsible: true,
children: [
{ text: 'Java原生API', link: 'Programming-Java-Native-API_apache' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription_apache' },
],
},
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'MQTT协议', link: 'Programming-MQTT' },
{
text: 'REST API',
collapsible: true,
children: [
{ text: 'V1 (不推荐)', link: 'RestServiceV1_apache' },
{ text: 'V2', link: 'RestServiceV2_apache' },
],
},
],
},
{
text: '生态集成',
collapsible: true,
prefix: 'Ecosystem-Integration/',
children: [
{ text: '概览', link: 'Ecosystem-Overview_apache' },
{
text: '数据采集',
collapsible: true,
children: [
{ text: 'Telegraf插件', link: 'Telegraf' },
],
},
{
text: '数据集成',
collapsible: true,
children: [
{ text: 'Apache NiFi', link: 'NiFi-IoTDB' },
{ text: 'Kafka', link: 'Programming-Kafka' },
],
},
{
text: '计算引擎',
collapsible: true,
children: [
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
],
},
{
text: '可视化分析',
collapsible: true,
children: [
{ text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_apache' },
{ text: 'Grafana', link: 'Grafana-Connector' },
{ text: 'Grafana插件', link: 'Grafana-Plugin' },
{ text: 'DataEase', link: 'DataEase' },
],
},
{
text: 'SQL 开发',
collapsible: true,
children: [
{ text: 'DBeaver', link: 'DBeaver' },
],
},
{
text: '物联网平台',
collapsible: true,
children: [
{ text: 'ThingsBoard', link: 'Thingsboard' },
],
},
],
},
{
text: 'SQL手册',
collapsible: true,
prefix: 'SQL-Manual/',
children: [
{ text: '标识符', link: 'Syntax-Rule' },
{ text: '关键字', link: 'Keywords' },
{ text: 'SQL手册', link: 'SQL-Manual' },
{
text: '函数与运算符',
collapsible: true,
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
],
},
],
},
{
text: '技术内幕',
collapsible: true,
prefix: 'Technical-Insider/',
children: [
{ text: '研究论文', link: 'Publication' },
{ text: '压缩&编码', link: 'Encoding-and-Compression' },
{ text: '数据分区和负载均衡', link: 'Cluster-data-partitioning' },
],
},
{
text: '附录',
collapsible: true,
prefix: 'Reference/',
children: [
{
text: '配置参数',
collapsible: true,
children: [
{ text: '配置参数', link: 'Common-Config-Manual' },
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },
{ text: 'DataNode配置参数', link: 'DataNode-Config-Manual_apache' },
],
},
{ text: '状态码', link: 'Status-Codes' },
],
},
{
text: 'FAQ',
collapsible: true,
prefix: 'FAQ/',
children: [{ text: '常见问题', link: 'Frequently-asked-questions' }],
},
],
};