imbajin commented on code in PR #464: URL: https://github.com/apache/hugegraph-doc/pull/464#discussion_r4035009354
########## content/cn/docs/quickstart/toolchain/_index.md: ########## @@ -6,7 +6,13 @@ weight: 2 > **测试指南**:如需在本地运行工具链测试,请参考 [HugeGraph > 工具链本地测试指南](/cn/docs/guides/toolchain-local-test) -HugeGraph Toolchain 包含 Java/Go 客户端、Loader、Hubble、Tools 和 Spark Connector。各模块的功能和使用方法见本节文档。 +HugeGraph Toolchain 包含 Java/Go 客户端、Loader、Hubble、Tools、Spark Connector 和 SeaTunnel Connector。先按任务选择入口,再查看对应组件的配置与命令。 + +| 任务 | 推荐入口 | 适合场景 | +| --- | --- | --- | +| [图可视化](/cn/docs/quickstart/toolchain/visualization/) | [Hubble](/cn/docs/quickstart/toolchain/visualization/hugegraph-hubble/) | 在 Web 界面查看和管理图 | +| [图导入](/cn/docs/quickstart/toolchain/import/) | [Loader](/cn/docs/quickstart/toolchain/import/hugegraph-loader/)、[SeaTunnel Sink](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/)、[Spark Connector](/cn/docs/quickstart/toolchain/import/hugegraph-spark-connector/) | 直接导入数据,或接入已有数据管道 | +| [图导出/迁移](/cn/docs/quickstart/toolchain/export-migration/) | [Tools](/cn/docs/quickstart/toolchain/export-migration/hugegraph-tools/)、[SeaTunnel Source](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/#5-迁移-hugegraph-图) | 备份、导出、跨图迁移和持续读取 | Review Comment: 已按建议处理:SeaTunnel Source 已独立为 `export-migration/hugegraph-seatunnel-source/` 页面,ToolChain 总入口现在直接链接到该页面,不再依赖拆分前的 `#5-迁移...` 锚点。中文导出/迁移页面和侧边栏已用 Hugo 实际渲染确认。 ########## content/cn/docs/quickstart/toolchain/export-migration/_index.md: ########## @@ -0,0 +1,10 @@ +--- +title: "图导出/迁移" +linkTitle: "图导出/迁移" +weight: 3 +--- + +需要备份、导出或在两张图之间迁移数据时,从这里选择工具。Tools 适合单机运维和备份;SeaTunnel Source 适合把图数据接入可扩展的数据管道。 + +- [使用 Tools 导出和管理图](/cn/docs/quickstart/toolchain/export-migration/hugegraph-tools/) +- [使用 SeaTunnel 迁移图数据](/cn/docs/quickstart/toolchain/hugegraph-seatunnel-connector/#5-迁移-hugegraph-图) Review Comment: 已按建议处理:SeaTunnel Source 已独立为 `export-migration/hugegraph-seatunnel-source/` 页面,导出/迁移索引现在直接链接到该页面根路径,旧的 `#5-迁移...` 片段已移除。页面链接和侧边栏已用 Hugo 实际渲染确认。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
