Skip to content

Commit 0f323f0

Browse files
authored
Guides: update Getting Started Cloud/Enterprise cards (#3037)
* docs: refresh guides Getting Started cards * docs: tighten guides overview spacing * docs: point Enterprise card to self-hosted * docs: simplify guides overview intro * docs: simplify guides page and refine CN copy * docs: refine guides homepage copy
1 parent 95f1875 commit 0f323f0

File tree

6 files changed

+248
-108
lines changed

6 files changed

+248
-108
lines changed

docs/cn/guides/00-overview/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,3 @@ import Speaker from '@site/src/components/Speaker'
1111
[**Databend**](https://github.com/databendlabs/databend) 是一款 100% Rust 打造、专为对象存储设计的新一代云原生数据仓库,为多模态数据提供统一的存储与计算。只需标准 SQL,即可在一个平台上轻松实现 BI 分析(Analytics)、AI 向量检索(Vector Database)、全文检索(Search)以及地理空间分析(Geospatial Analytics);内置强大的 Stream + Task 能力,自动实现数据实时摄取、清洗与治理,彻底告别复杂 ETL 流程,让数据架构极致简洁,助您快速构建现代化数据平台。
1212

1313
<DocsOverview />
14-
15-
**核心功能概览:**
16-
17-
**快速上手**
18-
19-
- **[快速开始](/guides/self-hosted/quickstart)**: 使用 Docker 快速启动,轻松加载示例数据。
20-
- **[Databend Cloud](/guides/cloud)**: 启动 Serverless 数仓,轻松管理组织与数据。
21-
- **[连接 Databend](/guides/connect)**: 使用各类 SQL 客户端及编程语言连接 Databend。
22-
- **[SQL 参考](/sql)**: 浏览 Databend SQL 命令、函数及语法。
23-
24-
**数据处理**
25-
26-
- **[数据导入](/guides/load-data)**: 从多种数据源将数据导入 Databend。
27-
- **[数据导出](/guides/unload-data)**: 将数据导出为不同格式,适配下游需求。
28-
- **[半结构化数据](/sql/sql-functions/semi-structured-functions)**: 使用 VARIANT 类型处理 JSON、数组及嵌套数据。
29-
30-
**多模态分析**
31-
32-
- **[SQL 分析](/guides/query/sql-analytics)**: 基于共享会话表,统一处理分析、搜索、向量和地理空间任务。
33-
- **[JSON 与搜索](/guides/query/json-search)**: 利用倒排索引和 Elasticsearch 语法高效查询 VARIANT 数据。
34-
- **[向量数据库](/guides/query/vector-db)**: 存储向量数据(Embeddings)并进行语义相似度计算。
35-
- **[地理分析](/guides/query/geo-analytics)**: 使用地理空间 SQL 进行地图绘制与实时分析。
36-
- **[湖仓 ETL](/guides/query/lakehouse-etl)**: 将对象存储文件流式写入托管表,消除数据孤岛。
37-
38-
**性能与扩展**
39-
40-
- **[性能优化](/guides/performance)**: 利用多种策略提升查询性能。
41-
- **[基准测试](/guides/benchmark)**: 查看 Databend 与其他数仓的性能对比。
42-
- **[数据湖仓](/sql/sql-reference/table-engines)**: 无缝集成 Hive、Iceberg 和 Delta Lake。
43-
44-
**社区与支持**
45-
46-
- **[加入 Slack](https://link.databend.com/join-slack)**: 与核心团队及社区成员实时交流。
47-
- **[文档反馈](https://github.com/databendlabs/databend-docs/issues)**: 提交问题或改进建议。
48-
- **[路线图](https://github.com/databendlabs/databend/issues/14167)**: 跟踪功能规划与开发进度。
49-
- **[联系我们](mailto:[email protected])**: 获取直接帮助与支持。

docs/en/guides/00-overview/index.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,3 @@ Welcome to the Databend (pronounced as /ˈdeɪtəˌbɛnd/)<Speaker /> documentat
1212

1313

1414
<DocsOverview />
15-
16-
**Here are some entries you might want to learn about**
17-
18-
**Getting Started**
19-
20-
- **[Quick Start](/guides/self-hosted/quickstart)**: Launch Databend with Docker and load sample data fast.
21-
- **[Databend Cloud](/guides/cloud)**: Spin up serverless warehouses and manage your organization.
22-
- **[Connect to Databend](/guides/connect)**: Connect with various SQL clients and programming languages.
23-
- **[SQL Reference](/sql)**: Browse Databend SQL commands, functions, and syntax.
24-
25-
**Data Processing**
26-
27-
- **[Data Loading](/guides/load-data)**: Import data from various sources into Databend.
28-
- **[Data Unloading](/guides/unload-data)**: Export data from Databend to different formats.
29-
- **[Semi-Structured Data](/sql/sql-functions/semi-structured-functions)**: Process JSON, arrays, and nested data with VARIANT type.
30-
31-
**Unified Workloads**
32-
33-
- **[SQL Analytics Guide](/guides/query/sql-analytics)**: Shared session tables for analytics, search, vector, and geo workloads.
34-
- **[JSON & Search Guide](/guides/query/json-search)**: Query VARIANT payloads with inverted indexes and Elasticsearch-style `QUERY`.
35-
- **[Vector Database Guide](/guides/query/vector-db)**: Store embeddings and run semantic similarity inside Databend.
36-
- **[Geo Analytics Guide](/guides/query/geo-analytics)**: Map incidents with geospatial SQL for real-time insights.
37-
- **[Lakehouse ETL Guide](/guides/query/lakehouse-etl)**: Stream object storage files into managed tables without silos.
38-
39-
**Performance & Scale**
40-
41-
- **[Performance Optimization](/guides/performance)**: Enhance query performance with various strategies.
42-
- **[Benchmarks](/guides/benchmark)**: Compare Databend performance with other data warehouses.
43-
- **[Data Lakehouse](/sql/sql-reference/table-engines)**: Seamless integration with Hive, Iceberg, and Delta Lake.
44-
45-
**Community & Support**
46-
47-
- **[Join Slack](https://link.databend.com/join-slack)**: Chat with the Databend community and core engineers.
48-
- **[Docs Issues](https://github.com/databendlabs/databend-docs/issues)**: Report problems or request new coverage.
49-
- **[Roadmap](https://github.com/databendlabs/databend/issues/14167)**: Track upcoming features and share feedback.
50-
- **[Email Us](mailto:[email protected])**: Reach the team directly when you need help.

i18n/en/code.json

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"description": "Link text for Developer Resources"
527527
},
528528
"Connect your application to Databend in just a few minutes.": {
529-
"message": "Connect your application to Databend in just a few minutes.",
529+
"message": "Connect to Databend in minutes.",
530530
"description": "Description for Connect to Databend section"
531531
},
532532
"Load Data into Databend": {
@@ -538,7 +538,7 @@
538538
"description": "Link text for Know More"
539539
},
540540
"Bulk import data into Databend(Cloud) in multiple formats.": {
541-
"message": "Bulk import data into Databend(Cloud) in multiple formats.",
541+
"message": "Bulk import into Databend, multiple formats.",
542542
"description": "Description for Load Data into Databend section"
543543
},
544544
"AI & BI & Visualization & Notebooks": {
@@ -550,15 +550,15 @@
550550
"description": "Link text for All Tools"
551551
},
552552
"Databend offers connectors and plugins for integrating with major data import tools, ensuring efficient data synchronization.": {
553-
"message": "Databend offers connectors and plugins for integrating with major data import tools, ensuring efficient data synchronization.",
553+
"message": "Plug into popular BI tools and notebooks.",
554554
"description": "Description for AI & BI & Visualization & Notebooks section"
555555
},
556556
"Continuous Data Pipelines": {
557557
"message": "Continuous Data Pipelines",
558558
"description": "Title for Continuous Data Pipelines section"
559559
},
560560
"Data pipelines automate the process of moving and changing data from different sources into Databend.": {
561-
"message": "Data pipelines automate the process of moving and changing data from different sources into Databend.",
561+
"message": "Automate continuous ingestion into Databend.",
562562
"description": "Description for Continuous Data Pipelines section"
563563
},
564564
"Real-Time CDC Ingestion": {
@@ -833,6 +833,58 @@
833833
"message": "Open in",
834834
"description": "Open in"
835835
},
836+
"Choose Cloud (managed) or Enterprise (self-hosted).": {
837+
"message": "Choose Cloud (managed) or Enterprise (self-hosted).",
838+
"description": "Getting Started hint under title"
839+
},
840+
"Start Free": {
841+
"message": "Start Free",
842+
"description": "CTA button text for Databend Cloud"
843+
},
844+
"Free Credits": {
845+
"message": "Free Credits",
846+
"description": "Free credits metric label"
847+
},
848+
"Type II": {
849+
"message": "Type II",
850+
"description": "Compliance label for SOC 2 Type II"
851+
},
852+
"Enterprise": {
853+
"message": "Enterprise",
854+
"description": "Enterprise badge"
855+
},
856+
"Self-hosted on the open-source core, with enterprise support.": {
857+
"message": "Self-hosted on the open-source core, with enterprise support.",
858+
"description": "Databend Enterprise card description"
859+
},
860+
"Deploy": {
861+
"message": "Deploy",
862+
"description": "Enterprise metric value"
863+
},
864+
"Your Infra": {
865+
"message": "Your Infra",
866+
"description": "Enterprise metric label"
867+
},
868+
"Control": {
869+
"message": "Control",
870+
"description": "Enterprise metric value"
871+
},
872+
"Your Data": {
873+
"message": "Your Data",
874+
"description": "Enterprise metric label"
875+
},
876+
"Support": {
877+
"message": "Support",
878+
"description": "Enterprise metric value"
879+
},
880+
"Enterprise Support": {
881+
"message": "Enterprise Support",
882+
"description": "Enterprise metric label"
883+
},
884+
"Install Locally": {
885+
"message": "Install Locally",
886+
"description": "CTA button text for self-hosted quickstart"
887+
},
836888
"All rights reserved.": {
837889
"message": "Copyright © {year} The Databend Community. All rights reserved.",
838890
"description": "All rights reserved."

i18n/zh/code.json

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,15 +534,15 @@
534534
"description": "Databend Cloud 部分的描述"
535535
},
536536
"Connect to Databend": {
537-
"message": "客户端连接",
537+
"message": "客户端接入",
538538
"description": "连接到 Databend 部分的标题"
539539
},
540540
"Developer Resources": {
541541
"message": "开发者",
542542
"description": "开发者资源的链接文字"
543543
},
544544
"Connect your application to Databend in just a few minutes.": {
545-
"message": "仅需几分钟,即可将您的应用连接至 Databend。",
545+
"message": "几分钟即可接入 Databend。",
546546
"description": "连接到 Databend 部分的描述"
547547
},
548548
"Load Data into Databend": {
@@ -554,7 +554,7 @@
554554
"description": "了解更多的链接文字"
555555
},
556556
"Bulk import data into Databend(Cloud) in multiple formats.": {
557-
"message": "支持多种格式,批量将数据导入 Databend 及 Databend Cloud",
557+
"message": "多格式批量导入 Databend。",
558558
"description": "加载数据到 Databend 部分的描述"
559559
},
560560
"AI & BI & Visualization & Notebooks": {
@@ -566,15 +566,15 @@
566566
"description": "所有工具的链接文字"
567567
},
568568
"Databend offers connectors and plugins for integrating with major data import tools, ensuring efficient data synchronization.": {
569-
"message": "提供主流工具的连接器与插件,确保与现有生态的无缝集成与高效同步",
569+
"message": "主流 BI/Notebook 即插即用",
570570
"description": "AI & BI & 可视化 & 笔记本 部分的描述"
571571
},
572572
"Continuous Data Pipelines": {
573573
"message": "持续数据管道",
574574
"description": "连续数据管道部分的标题"
575575
},
576576
"Data pipelines automate the process of moving and changing data from different sources into Databend.": {
577-
"message": "自动化数据管道,轻松实现多源数据的采集、转换与写入",
577+
"message": "自动化管道持续导入 Databend",
578578
"description": "连续数据管道部分的描述"
579579
},
580580
"Real-Time CDC Ingestion": {
@@ -757,6 +757,10 @@
757757
"message": "选择适合您的部署方式",
758758
"description": "Getting Started description"
759759
},
760+
"Choose Cloud (managed) or Enterprise (self-hosted).": {
761+
"message": "选择 Databend Cloud 或 Databend Enterprise(本地部署)。",
762+
"description": "Getting Started hint under title"
763+
},
760764
"Recommended": {
761765
"message": "推荐",
762766
"description": "Recommended badge"
@@ -765,10 +769,22 @@
765769
"message": "全托管 Serverless 数仓,无需运维。",
766770
"description": "Databend Cloud short description"
767771
},
772+
"Start Free": {
773+
"message": "免费开始",
774+
"description": "CTA button text for Databend Cloud"
775+
},
768776
"Cold Start": {
769-
"message": "冷启动",
777+
"message": "毫秒级启动",
770778
"description": "Cold Start metric label"
771779
},
780+
"Free Credits": {
781+
"message": "代金券",
782+
"description": "Free credits metric label"
783+
},
784+
"Type II": {
785+
"message": "Type II",
786+
"description": "Compliance label for SOC 2 Type II"
787+
},
772788
"Cost Savings": {
773789
"message": "成本节省",
774790
"description": "Cost Savings metric label"
@@ -777,6 +793,50 @@
777793
"message": "开源",
778794
"description": "Open Source badge"
779795
},
796+
"Databend Cloud": {
797+
"message": "Databend Cloud",
798+
"description": "Title for Databend Cloud product"
799+
},
800+
"Databend Enterprise": {
801+
"message": "Databend 企业版",
802+
"description": "Title for Databend Enterprise product"
803+
},
804+
"Enterprise": {
805+
"message": "企业版",
806+
"description": "Enterprise badge"
807+
},
808+
"Self-hosted on the open-source core, with enterprise support.": {
809+
"message": "基于开源内核本地部署,提供企业功能与支持。",
810+
"description": "Databend Enterprise card description"
811+
},
812+
"Deploy": {
813+
"message": "部署",
814+
"description": "Enterprise metric value"
815+
},
816+
"Your Infra": {
817+
"message": "自有基础设施",
818+
"description": "Enterprise metric label"
819+
},
820+
"Control": {
821+
"message": "掌控",
822+
"description": "Enterprise metric value"
823+
},
824+
"Your Data": {
825+
"message": "自有数据",
826+
"description": "Enterprise metric label"
827+
},
828+
"Support": {
829+
"message": "服务",
830+
"description": "Enterprise metric value"
831+
},
832+
"Enterprise Support": {
833+
"message": "企业级支持",
834+
"description": "Enterprise metric label"
835+
},
836+
"Install Locally": {
837+
"message": "本地部署",
838+
"description": "CTA button text for self-hosted quickstart"
839+
},
780840
"Deploy on your infrastructure. Full control over data and environment.": {
781841
"message": "部署在您的环境,数据和配置完全掌控。",
782842
"description": "Self-Hosted short description"

0 commit comments

Comments
 (0)