diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c28d326e192..a7da0245769 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages on: push: branches: - - master + - v3.2.0 jobs: deploy: @@ -26,7 +26,7 @@ jobs: - name: mike run: | - mike deploy master -p --rebase + mike deploy 3.2.0 -p --rebase mike list - name: show git branch @@ -36,7 +36,7 @@ jobs: git checkout gh-pages - name: Compress run: | - tar -vczf nebula-docs.tar.gz master versions.json *.html + tar -vczf nebula-docs.tar.gz 3.2.0 versions.json *.html - name: Transfer # uses: garygrossgarten/github-action-scp@release @@ -59,7 +59,7 @@ jobs: mkdir -p /usr/web/nebula-docs/ tar -xzf /usr/web/nebula-docs.tar.gz -C /usr/web/nebula-docs/ mkdir -p /usr/web/nebula-docs/site/pdf/ - cp -f /usr/web/nebula-docs/master/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf + cp -f /usr/web/nebula-docs/3.2.0/pdf/NebulaGraph-CN.pdf /usr/web/nebula-docs/site/pdf/NebulaGraph-book.pdf # pip3 install --upgrade pip # pip3 install -r /usr/web/nebula-docs/requirement.txt diff --git a/docs-2.0/20.appendix/release-note.md b/docs-2.0/20.appendix/release-note.md index e1fb62514f2..114db2f3f8a 100644 --- a/docs-2.0/20.appendix/release-note.md +++ b/docs-2.0/20.appendix/release-note.md @@ -20,7 +20,7 @@ - 剔除点的预测过滤器。 [#4249](https://github.com/vesoft-inc/nebula/pull/4249) -- 减少移动数据时连接操作的数据复制量。 [#4283](https://github.com/vesoft-inc/nebula/pull/4283) +- 减少连接操作的数据复制量。 [#4283](https://github.com/vesoft-inc/nebula/pull/4283) - 通过下标获取属性值,减少属性查询的时间。 [#4242](https://github.com/vesoft-inc/nebula/pull/4242) @@ -28,7 +28,7 @@ - 优化查询子图的循环条件。 [#4226](https://github.com/vesoft-inc/nebula/pull/4226) -- 减少移动数据时 Traverse 和 AppendVertices 操作符的数据复制量。 [#4176](https://github.com/vesoft-inc/nebula/pull/4176) +- 减少 Traverse 和 AppendVertices 操作符的数据复制量。 [#4176](https://github.com/vesoft-inc/nebula/pull/4176) - 改善优化规则,去除无效的项目操作符。 [#4157](https://github.com/vesoft-inc/nebula/pull/4157) @@ -46,7 +46,7 @@ - 修复查找具有 NULL 属性的索引时 Storage 服务崩溃的问题。 [#4234](https://github.com/vesoft-inc/nebula/pull/4234) -- 修复重启后独立守护进程退出的缺陷。 [#4269](https://github.com/vesoft-inc/nebula/pull/4269) +- 修复存算合并版 Nebula Graph 重启后守护进程退出的缺陷。 [#4269](https://github.com/vesoft-inc/nebula/pull/4269) - 修复 GraphViz 在线工具由于两次 JSON 转换导致 Join 点格式的解释结果不正确的缺陷。 [#4280](https://github.com/vesoft-inc/nebula/pull/4280) diff --git a/docs-2.0/README.md b/docs-2.0/README.md index 78020c4ffa5..7b4fcf866ca 100644 --- a/docs-2.0/README.md +++ b/docs-2.0/README.md @@ -1,66 +1,3 @@ # 欢迎阅读 Nebula Graph {{ nebula.release }} 文档 -!!! Note "[查看版本发布说明](20.appendix/release-note.md)" - - 本文档更新时间{{ now().year }}-{{ now().month }}-{{ now().day }},GitHub commit [{{ git.short_commit }}](https://github.com/vesoft-inc/nebula-docs/commits/v{{nebula.release}})。 - -Nebula Graph 是一款开源的、分布式的、易扩展的原生图数据库,能够承载数千亿个点和数万亿条边的超大规模数据集,并且提供毫秒级查询。 - -## 快速开始 -* [学习路径](20.appendix/learning-path.md)与[获取认证](https://academic.nebula-graph.io/?lang=ZH_CN) -* [什么是 Nebula Graph](1.introduction/1.what-is-nebula-graph.md) -* [快速开始](2.quick-start/1.quick-start-workflow.md) -* [部署要求](4.deployment-and-installation/1.resource-preparations.md) -* [nGQL 命令汇总](2.quick-start/6.cheatsheet-for-ngql-command.md) -* [FAQ](20.appendix/0.FAQ.md) -* [生态工具](20.appendix/6.eco-tool-version.md) - -## 其他资料 - -- [Nebula -Graph 完全指南](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf)与[摘要版本](https://arxiv.org/abs/2206.07278) -- [发布说明](20.appendix/release-note.md) -- [论坛](https://discuss.nebula-graph.com.cn/) -- [项目主页](https://nebula-graph.com.cn/) -- [系列视频](https://space.bilibili.com/472621355) -- [英文文档](https://docs.nebula-graph.io/) - -## 图例说明 - - - -!!! note - - 额外的信息或者操作相关的提醒等。 - -!!! caution - - 需要严格遵守的注意事项。不遵守 caution 可能导致系统故障、数据丢失、安全问题等。 - -!!! danger - - 会引发危险的事项。不遵守 danger 必定会导致系统故障、数据丢失、安全问题等。 - -!!! performance - - 性能调优时需要注意的事项。 - -!!! faq - - 常见问题。 - -!!! compatibility - - nGQL 与 openCypher 的兼容性或 nGQL 当前版本与历史版本的兼容性。 - -!!! enterpriseonly - - 描述社区版和企业版的差异。 - -## 修改文档中的错误 - -Nebula Graph 文档以 Markdown 语言编写。单击文档标题右上侧的铅笔图标即可提交修改建议。 +!!! caution "企业版 3.2.0 已发布,社区版 3.2.0 及周边生态工具尚未发布,敬请期待!" \ No newline at end of file diff --git a/docs-2.0/graph-computing/nebula-analytics.md b/docs-2.0/graph-computing/nebula-analytics.md index a15741d9fc7..6c25c99cd5b 100644 --- a/docs-2.0/graph-computing/nebula-analytics.md +++ b/docs-2.0/graph-computing/nebula-analytics.md @@ -8,7 +8,9 @@ Nebula Analytics 是一款高性能图计算框架工具,支持对 Nebula Grap ## 适用场景 -支持将数据源为 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件中的数据导入 Nebula Analytics,并将图计算结果输出至 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件。 +Nebula Analytics 支持将数据源为 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件中的数据导入 Nebula Analytics,并将图计算结果输出至 Nebula Graph 集群、HDFS 上的 CSV 文件或本地 CSV 文件。 + +Nebula Analytics 还支持结合 Dag Controller 进行复杂的图计算。详情参见[Dag Controller](0.deploy-controller-analytics.md)。 ## 使用限制 @@ -21,6 +23,7 @@ Nebula Analytics 版本和 Nebula Graph 内核的版本对应关系如下。 |Nebula Analytics 版本|Nebula Graph 版本| |:---|:---| |{{plato.release}}|{{nebula.release}}| +|3.1.0|3.1.0| |1.0.x|3.0.x| |0.9.0|2.6.x| diff --git a/mkdocs.yml b/mkdocs.yml index 9c90ae37a50..7c88e834a4a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ docs_dir: docs-2.0 copyright: Copyright © 2022 Nebula Graph - 浙ICP备20010487号 # modify when release: -edit_uri: 'edit/master/docs-2.0/' +edit_uri: 'edit/v3.2.0/docs-2.0/' # Configuration theme: @@ -118,13 +118,13 @@ extra: - icon: 'fontawesome/brands/github' link: 'https://github.com/vesoft-inc/nebula-docs-cn' nebula: - release: master + release: 3.2.0 nightly: nightly master: master base20: 2.0 base200: 2.0.0 - branch: master - tag: master + branch: release-3.2 + tag: v3.2.0 studio: base111b: 1.1.1-beta base220: 2.2.1 @@ -152,11 +152,13 @@ extra: branch: v3.0.0 tag: v3.0.0 plato: - release: 3.1.0 - branch: release-3.1 - tag: v3.1.0 + release: 3.2.0 + branch: release-3.2 + tag: v3.2.0 dag: - release: 1.0.0 + release: 3.2.0 + branch: release-3.2 + tag: v3.2.0 sparkconnector: release: 3.0.0 branch: v3.0.0 @@ -443,11 +445,11 @@ nav: - SSL 加密: 7.data-security/4.ssl.md - 备份与恢复: - - Nebula BR: - - 什么是 BR: backup-and-restore/nebula-br/1.what-is-br.md - - 编译 BR: backup-and-restore/nebula-br/2.compile-br.md - - 使用 BR 备份数据: backup-and-restore/nebula-br/3.br-backup-data.md - - 使用 BR 恢复数据: backup-and-restore/nebula-br/4.br-restore-data.md +# - Nebula BR: +# - 什么是 BR: backup-and-restore/nebula-br/1.what-is-br.md +# - 编译 BR: backup-and-restore/nebula-br/2.compile-br.md +# - 使用 BR 备份数据: backup-and-restore/nebula-br/3.br-backup-data.md +# - 使用 BR 恢复数据: backup-and-restore/nebula-br/4.br-restore-data.md - 管理快照: backup-and-restore/3.manage-snapshot.md - 同步与迁移: @@ -465,180 +467,180 @@ nav: - 客户端: - - 客户端介绍: 14.client/1.nebula-client.md +# - 客户端介绍: 14.client/1.nebula-client.md - Nebula Console: nebula-console.md - - Nebula CPP: 14.client/3.nebula-cpp-client.md - - Nebula Java: 14.client/4.nebula-java-client.md - - Nebula Python: 14.client/5.nebula-python-client.md - - Nebula Go: 14.client/6.nebula-go-client.md - -# - Nebula Graph Cloud: nebula-cloud.md - - - Nebula Graph Cloud: - - 什么是 Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md -# - Nebula Graph Cloud Azure版: -# - 创建订阅: nebula-cloud/nebula-cloud-on-azure/2.how-to-create-subsciption.md -# - 配置Solution: nebula-cloud/nebula-cloud-on-azure/3.how-to-set-solution.md -# - Cloud Solution 角色身份说明: nebula-cloud/nebula-cloud-on-azure/4.user-role-description.md -# - Solution 操作: -# - Solution: nebula-cloud/nebula-cloud-on-azure/5.solution/5.0.introduce-solution.md -# - 配套的应用(Dashboard/Studio/Explorer): nebula-cloud/nebula-cloud-on-azure/5.solution/5.1.supporting-application.md -# - Private Link: nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md -# - 管理角色权限: nebula-cloud/nebula-cloud-on-azure/5.solution/5.3.role-and-authority-management.md -# - 价格: nebula-cloud/nebula-cloud-on-azure/6.pricing.md -# - 用户服务条款: nebula-cloud/nebula-cloud-on-azure/7.terms-and-conditions.md -# - 隐私政策条款: nebula-cloud/nebula-cloud-on-azure/8.privacy-policy.md - - Nebula Graph Cloud 阿里云版: - - 创建服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/1.create-service-instance.md - - 使用服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/2.use-cloud-services.md - - 删除服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/3.delete-service-instance.md - - - Nebula Studio: - - Studio 版本更新说明: nebula-studio/about-studio/st-ug-release-note.md - - 认识 Nebula Studio: - - 什么是 Nebula Studio: nebula-studio/about-studio/st-ug-what-is-graph-studio.md - - 使用限制: nebula-studio/about-studio/st-ug-limitations.md - - 安装与登录: - - 部署 Studio: nebula-studio/deploy-connect/st-ug-deploy.md - - 使用 Helm 部署 Studio: nebula-studio/deploy-connect/st-ug-deploy-by-helm.md - - 连接数据库: nebula-studio/deploy-connect/st-ug-connect.md - - 快速开始: - - 规划 Schema: nebula-studio/quick-start/st-ug-plan-schema.md - - 创建 Schema: nebula-studio/quick-start/st-ug-create-schema.md - - 导入数据: nebula-studio/quick-start/st-ug-import-data.md - - 控制台界面: nebula-studio/quick-start/st-ug-console.md - - 管理Schema: - - 操作图空间: nebula-studio/manage-schema/st-ug-crud-space.md - - 操作 Tag: nebula-studio/manage-schema/st-ug-crud-tag.md - - 操作 Edge type: nebula-studio/manage-schema/st-ug-crud-edge-type.md - - 操作索引: nebula-studio/manage-schema/st-ug-crud-index.md - - 故障排查: - - 连接数据库错误: nebula-studio/troubleshooting/st-ug-config-server-errors.md - - 无法访问 Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md - - Studio 常见问题: nebula-studio/troubleshooting/st-ug-faq.md - - - Nebula Dashboard(社区版): - - 什么是Nebula Dashboard: nebula-dashboard/1.what-is-dashboard.md - - 部署 Dashboard: nebula-dashboard/2.deploy-dashboard.md - - 连接 Dashboard: nebula-dashboard/3.connect-dashboard.md - - Dashboard 页面介绍: nebula-dashboard/4.use-dashboard.md - - 监控指标说明: nebula-dashboard/6.monitor-parameter.md - - - Nebula Dashboard(企业版): - - 什么是 Nebula Dashboard 企业版: nebula-dashboard-ent/1.what-is-dashboard-ent.md - - 部署 Nebula Dashboard 企业版: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md - - Nebula Dashboard 企业版 License: nebula-dashboard-ent/11.dashboard-ent-license.md - - 创建及导入集群: - - 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md - - 导入集群: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md - - 集群管理: - - 集群总览: nebula-dashboard-ent/4.cluster-operator/1.overview.md - - 集群监控: nebula-dashboard-ent/4.cluster-operator/2.monitor.md - - 监控告警: nebula-dashboard-ent/9.alerts.md - - 集群信息: nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md - - 集群诊断: nebula-dashboard-ent/4.cluster-operator/7.cluster-diagnosis.md - - 集群操作: nebula-dashboard-ent/4.cluster-operator/4.manage.md - - 备份与恢复: nebula-dashboard-ent/4.cluster-operator/8.backup-and-restore.md - - 操作记录: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md - - 其他设置: nebula-dashboard-ent/4.cluster-operator/6.settings.md - - 任务中心: nebula-dashboard-ent/10.tasks.md - - 权限管理: nebula-dashboard-ent/5.account-management.md - - 安装包管理: nebula-dashboard-ent/11.manage-package.md - - 全局配置: nebula-dashboard-ent/6.global-config.md - - 监控指标说明: nebula-dashboard-ent/7.monitor-parameter.md - - 常见问题 FAQ: nebula-dashboard-ent/8.faq.md - - - Nebula Explorer: - - 什么是 Nebula Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md - - 安装与登录: - - 部署 Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md - - 连接数据库: nebula-explorer/deploy-connect/ex-ug-connect.md - - Nebula Explorer License(企业版): nebula-explorer/deploy-connect/3.explorer-license.md - - 页面概览: nebula-explorer/ex-ug-page-overview.md - - 创建 Schema: nebula-explorer/10.create-schema.md - - 导入数据: nebula-explorer/11.import-data.md - - 选择图空间: nebula-explorer/13.choose-graphspace.md - - 开始探索: nebula-explorer/ex-ug-query-exploration.md - - 节点筛选: nebula-explorer/node-filtering.md - - 探索拓展: nebula-explorer/ex-ug-graph-exploration.md - - 可视化查询: nebula-explorer/12.query-visually.md - - 画布功能: - - 画布概览: nebula-explorer/canvas-operations/canvas-overview.md - - 可视化模式: nebula-explorer/canvas-operations/visualization-mode.md - - 画布快照: nebula-explorer/canvas-operations/canvas-snapshot.md - - 控制台: nebula-explorer/explorer-console.md - - 基本操作和快捷键: nebula-explorer/ex-ug-shortcuts.md - - - Nebula Importer: - - 使用 Nebula Importer: nebula-importer/use-importer.md - - 有表头配置说明: nebula-importer/config-with-header.md - - 无表头配置说明: nebula-importer/config-without-header.md - - - Nebula Exchange: - - 认识 Nebula Exchange: - - 什么是 Nebula Exchange: nebula-exchange/about-exchange/ex-ug-what-is-exchange.md - - 使用限制: nebula-exchange/about-exchange/ex-ug-limitations.md - - 获取 Nebula Exchange: nebula-exchange/ex-ug-compile.md - - 参数说明: - - 导入命令参数: nebula-exchange/parameter-reference/ex-ug-para-import-command.md - - 配置参数: nebula-exchange/parameter-reference/ex-ug-parameter.md - - 使用 Nebula Exchange: - - 导入 CSV 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-csv.md - - 导入 JSON 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-json.md - - 导入 ORC 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-orc.md - - 导入 Parquet 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-parquet.md - - 导入 HBase 数据: nebula-exchange/use-exchange/ex-ug-import-from-hbase.md - - 导入 MySQL/PostgreSQL 数据: nebula-exchange/use-exchange/ex-ug-import-from-mysql.md - - 导入 ClickHouse 数据: nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md - - 导入 Neo4j 数据: nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md - - 导入 Hive 数据: nebula-exchange/use-exchange/ex-ug-import-from-hive.md - - 导入 MaxCompute 数据: nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md - - 导入 Pulsar 数据: nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md - - 导入 Kafka 数据: nebula-exchange/use-exchange/ex-ug-import-from-kafka.md - - 导入 SST 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-sst.md - - 导出 Nebula Graph 数据: nebula-exchange/use-exchange/ex-ug-export-from-nebula.md - - Exchange 常见问题: nebula-exchange/ex-ug-FAQ.md - - - Nebula Operator: - - 什么是 Nebula Operator: nebula-operator/1.introduction-to-nebula-operator.md - - 使用流程: nebula-operator/6.get-started-with-operator.md - - 部署 Nebula Operator: nebula-operator/2.deploy-nebula-operator.md - - 部署 Nebula Graph集群: - - 使用 Kubectl 部署 Nebula Graph 集群: nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md - - 使用 Helm 部署 Nebula Graph 集群: nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md - - 配置 Nebula Graph 集群: - - 自定义 Nebula Graph 集群的配置参数: nebula-operator/8.custom-cluster-configurations/8.1.custom-conf-parameter.md - - 回收 PV: nebula-operator/8.custom-cluster-configurations/8.2.pv-reclaim.md - - 均衡扩容后的 Storage 数据: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md - - 升级 Nebula Graph 集群: nebula-operator/9.upgrade-nebula-cluster.md - - 连接 Nebula Graph 数据库: nebula-operator/4.connect-to-nebula-graph-service.md - - 故障自愈: nebula-operator/5.operator-failover.md - - 常见问题: nebula-operator/7.operator-faq.md - +# - Nebula CPP: 14.client/3.nebula-cpp-client.md +# - Nebula Java: 14.client/4.nebula-java-client.md +# - Nebula Python: 14.client/5.nebula-python-client.md +# - Nebula Go: 14.client/6.nebula-go-client.md +# +## - Nebula Graph Cloud: nebula-cloud.md +# +# - Nebula Graph Cloud: +# - 什么是 Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md +## - Nebula Graph Cloud Azure版: +## - 创建订阅: nebula-cloud/nebula-cloud-on-azure/2.how-to-create-subsciption.md +## - 配置Solution: nebula-cloud/nebula-cloud-on-azure/3.how-to-set-solution.md +## - Cloud Solution 角色身份说明: nebula-cloud/nebula-cloud-on-azure/4.user-role-description.md +## - Solution 操作: +## - Solution: nebula-cloud/nebula-cloud-on-azure/5.solution/5.0.introduce-solution.md +## - 配套的应用(Dashboard/Studio/Explorer): nebula-cloud/nebula-cloud-on-azure/5.solution/5.1.supporting-application.md +## - Private Link: nebula-cloud/nebula-cloud-on-azure/5.solution/5.2.connection-configuration-and-use.md +## - 管理角色权限: nebula-cloud/nebula-cloud-on-azure/5.solution/5.3.role-and-authority-management.md +## - 价格: nebula-cloud/nebula-cloud-on-azure/6.pricing.md +## - 用户服务条款: nebula-cloud/nebula-cloud-on-azure/7.terms-and-conditions.md +## - 隐私政策条款: nebula-cloud/nebula-cloud-on-azure/8.privacy-policy.md +# - Nebula Graph Cloud 阿里云版: +# - 创建服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/1.create-service-instance.md +# - 使用服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/2.use-cloud-services.md +# - 删除服务实例: nebula-cloud/nebula-cloud-on-alibabacloud/3.delete-service-instance.md +# +# - Nebula Studio: +# - Studio 版本更新说明: nebula-studio/about-studio/st-ug-release-note.md +# - 认识 Nebula Studio: +# - 什么是 Nebula Studio: nebula-studio/about-studio/st-ug-what-is-graph-studio.md +# - 使用限制: nebula-studio/about-studio/st-ug-limitations.md +# - 安装与登录: +# - 部署 Studio: nebula-studio/deploy-connect/st-ug-deploy.md +# - 使用 Helm 部署 Studio: nebula-studio/deploy-connect/st-ug-deploy-by-helm.md +# - 连接数据库: nebula-studio/deploy-connect/st-ug-connect.md +# - 快速开始: +# - 规划 Schema: nebula-studio/quick-start/st-ug-plan-schema.md +# - 创建 Schema: nebula-studio/quick-start/st-ug-create-schema.md +# - 导入数据: nebula-studio/quick-start/st-ug-import-data.md +# - 控制台界面: nebula-studio/quick-start/st-ug-console.md +# - 管理Schema: +# - 操作图空间: nebula-studio/manage-schema/st-ug-crud-space.md +# - 操作 Tag: nebula-studio/manage-schema/st-ug-crud-tag.md +# - 操作 Edge type: nebula-studio/manage-schema/st-ug-crud-edge-type.md +# - 操作索引: nebula-studio/manage-schema/st-ug-crud-index.md +# - 故障排查: +# - 连接数据库错误: nebula-studio/troubleshooting/st-ug-config-server-errors.md +# - 无法访问 Studio: nebula-studio/troubleshooting/st-ug-connection-errors.md +# - Studio 常见问题: nebula-studio/troubleshooting/st-ug-faq.md +# +# - Nebula Dashboard(社区版): +# - 什么是Nebula Dashboard: nebula-dashboard/1.what-is-dashboard.md +# - 部署 Dashboard: nebula-dashboard/2.deploy-dashboard.md +# - 连接 Dashboard: nebula-dashboard/3.connect-dashboard.md +# - Dashboard 页面介绍: nebula-dashboard/4.use-dashboard.md +# - 监控指标说明: nebula-dashboard/6.monitor-parameter.md +# +# - Nebula Dashboard(企业版): +# - 什么是 Nebula Dashboard 企业版: nebula-dashboard-ent/1.what-is-dashboard-ent.md +# - 部署 Nebula Dashboard 企业版: nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md +# - Nebula Dashboard 企业版 License: nebula-dashboard-ent/11.dashboard-ent-license.md +# - 创建及导入集群: +# - 创建集群: nebula-dashboard-ent/3.create-import-dashboard/1.create-cluster.md +# - 导入集群: nebula-dashboard-ent/3.create-import-dashboard/2.import-cluster.md +# - 集群管理: +# - 集群总览: nebula-dashboard-ent/4.cluster-operator/1.overview.md +# - 集群监控: nebula-dashboard-ent/4.cluster-operator/2.monitor.md +# - 监控告警: nebula-dashboard-ent/9.alerts.md +# - 集群信息: nebula-dashboard-ent/4.cluster-operator/3.cluster-information.md +# - 集群诊断: nebula-dashboard-ent/4.cluster-operator/7.cluster-diagnosis.md +# - 集群操作: nebula-dashboard-ent/4.cluster-operator/4.manage.md +# - 备份与恢复: nebula-dashboard-ent/4.cluster-operator/8.backup-and-restore.md +# - 操作记录: nebula-dashboard-ent/4.cluster-operator/5.operation-record.md +# - 其他设置: nebula-dashboard-ent/4.cluster-operator/6.settings.md +# - 任务中心: nebula-dashboard-ent/10.tasks.md +# - 权限管理: nebula-dashboard-ent/5.account-management.md +# - 安装包管理: nebula-dashboard-ent/11.manage-package.md +# - 全局配置: nebula-dashboard-ent/6.global-config.md +# - 监控指标说明: nebula-dashboard-ent/7.monitor-parameter.md +# - 常见问题 FAQ: nebula-dashboard-ent/8.faq.md +# +# - Nebula Explorer: +# - 什么是 Nebula Explorer: nebula-explorer/about-explorer/ex-ug-what-is-explorer.md +# - 安装与登录: +# - 部署 Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md +# - 连接数据库: nebula-explorer/deploy-connect/ex-ug-connect.md +# - Nebula Explorer License(企业版): nebula-explorer/deploy-connect/3.explorer-license.md +# - 页面概览: nebula-explorer/ex-ug-page-overview.md +# - 创建 Schema: nebula-explorer/10.create-schema.md +# - 导入数据: nebula-explorer/11.import-data.md +# - 选择图空间: nebula-explorer/13.choose-graphspace.md +# - 开始探索: nebula-explorer/ex-ug-query-exploration.md +# - 节点筛选: nebula-explorer/node-filtering.md +# - 探索拓展: nebula-explorer/ex-ug-graph-exploration.md +# - 可视化查询: nebula-explorer/12.query-visually.md +# - 画布功能: +# - 画布概览: nebula-explorer/canvas-operations/canvas-overview.md +# - 可视化模式: nebula-explorer/canvas-operations/visualization-mode.md +# - 画布快照: nebula-explorer/canvas-operations/canvas-snapshot.md +# - 控制台: nebula-explorer/explorer-console.md +# - 基本操作和快捷键: nebula-explorer/ex-ug-shortcuts.md +# +# - Nebula Importer: +# - 使用 Nebula Importer: nebula-importer/use-importer.md +# - 有表头配置说明: nebula-importer/config-with-header.md +# - 无表头配置说明: nebula-importer/config-without-header.md +# +# - Nebula Exchange: +# - 认识 Nebula Exchange: +# - 什么是 Nebula Exchange: nebula-exchange/about-exchange/ex-ug-what-is-exchange.md +# - 使用限制: nebula-exchange/about-exchange/ex-ug-limitations.md +# - 获取 Nebula Exchange: nebula-exchange/ex-ug-compile.md +# - 参数说明: +# - 导入命令参数: nebula-exchange/parameter-reference/ex-ug-para-import-command.md +# - 配置参数: nebula-exchange/parameter-reference/ex-ug-parameter.md +# - 使用 Nebula Exchange: +# - 导入 CSV 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-csv.md +# - 导入 JSON 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-json.md +# - 导入 ORC 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-orc.md +# - 导入 Parquet 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-parquet.md +# - 导入 HBase 数据: nebula-exchange/use-exchange/ex-ug-import-from-hbase.md +# - 导入 MySQL/PostgreSQL 数据: nebula-exchange/use-exchange/ex-ug-import-from-mysql.md +# - 导入 ClickHouse 数据: nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md +# - 导入 Neo4j 数据: nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md +# - 导入 Hive 数据: nebula-exchange/use-exchange/ex-ug-import-from-hive.md +# - 导入 MaxCompute 数据: nebula-exchange/use-exchange/ex-ug-import-from-maxcompute.md +# - 导入 Pulsar 数据: nebula-exchange/use-exchange/ex-ug-import-from-pulsar.md +# - 导入 Kafka 数据: nebula-exchange/use-exchange/ex-ug-import-from-kafka.md +# - 导入 SST 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-sst.md +# - 导出 Nebula Graph 数据: nebula-exchange/use-exchange/ex-ug-export-from-nebula.md +# - Exchange 常见问题: nebula-exchange/ex-ug-FAQ.md +# +# - Nebula Operator: +# - 什么是 Nebula Operator: nebula-operator/1.introduction-to-nebula-operator.md +# - 使用流程: nebula-operator/6.get-started-with-operator.md +# - 部署 Nebula Operator: nebula-operator/2.deploy-nebula-operator.md +# - 部署 Nebula Graph集群: +# - 使用 Kubectl 部署 Nebula Graph 集群: nebula-operator/3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.#md +# - 使用 Helm 部署 Nebula Graph 集群: nebula-operator/3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md +# - 配置 Nebula Graph 集群: +# - 自定义 Nebula Graph 集群的配置参数: nebula-operator/8.custom-cluster-configurations/8.1.custom-conf-parameter.md +# - 回收 PV: nebula-operator/8.custom-cluster-configurations/8.2.pv-reclaim.md +# - 均衡扩容后的 Storage 数据: nebula-operator/8.custom-cluster-configurations/8.3.balance-data-when-scaling-storage.md +# - 升级 Nebula Graph 集群: nebula-operator/9.upgrade-nebula-cluster.md +# - 连接 Nebula Graph 数据库: nebula-operator/4.connect-to-nebula-graph-service.md +# - 故障自愈: nebula-operator/5.operator-failover.md +# - 常见问题: nebula-operator/7.operator-faq.md +# - 图计算: - +# - 算法简介: graph-computing/algorithm-description.md - - - Nebula Algorithm: graph-computing/nebula-algorithm.md - +# +# - Nebula Algorithm: graph-computing/nebula-algorithm.md +# - Nebula Analytics: graph-computing/nebula-analytics.md - - - Nebula Explorer 工作流: graph-computing/use-explorer.md - +# +# - Nebula Explorer 工作流: graph-computing/use-explorer.md +# - Dag Controller: graph-computing/0.deploy-controller-analytics.md - - - Nebula Spark Connector: nebula-spark-connector.md - - - Nebula Flink Connector: nebula-flink-connector.md - - - Nebula Bench: nebula-bench.md +# +# - Nebula Spark Connector: nebula-spark-connector.md +# +# - Nebula Flink Connector: nebula-flink-connector.md +# +# - Nebula Bench: nebula-bench.md - 附录: - Release Note: 20.appendix/release-note.md - 学习路径: 20.appendix/learning-path.md - 关于 License: 20.appendix/8.about-license.md - 常见问题 FAQ: 20.appendix/0.FAQ.md - - 生态工具概览: 20.appendix/6.eco-tool-version.md +# - 生态工具概览: 20.appendix/6.eco-tool-version.md - 导入工具选择: 20.appendix/write-tools.md - 社区参与: 15.contribution/how-to-contribute.md - 年表: 20.appendix/history.md diff --git a/overrides/404.html b/overrides/404.html index 0d1c0f4cdb0..8f566e17b11 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -5,6 +5,7 @@ {% extends "main.html" %} {% block content %}

对不起,页面失效了……

+

失效原因可能是因为当前仅发布了企业版 3.2.0,社区版 3.2.0 及周边生态工具尚未发布,待全部发布后页面会恢复正常。

欢迎点击原文档右上角的编辑按钮修复失效链接,并成为contributor

你还可以: