diff --git a/docs/ecosystem/bi/clouddm.md b/docs/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..3b1074e6eff38 --- /dev/null +++ b/docs/ecosystem/bi/clouddm.md @@ -0,0 +1,90 @@ +--- +{ + "title": "CloudDM", + "language": "en" +} +--- + + + +## introduce + +CloudDM is a cross platform database tool developed by ClouGence, suitable for both relational and NoSQL databases. + +CloudDM has adapted Apache Doris by adding Doris data sources for data queries and other operations. + +## Preconditions + +CloudDM installed +Can access https://www.clougence.com/clouddm-personal Download and install CloudDM + +## Add data source + +:::info Note +The current verification is using CloudDM 3.0.1 version +::: + +1. Start CloudDM +2. After clicking on the Data Source Management button above CloudDM, click on the (**+新增数据源 **) icon + + ![add database](/images/clouddm1.png) + +3. Configure Doris connection + + On the New Data Source page, select Doris Data Source to configure the following connection information: + + - Client地址:The FE host address of Doris cluster, such as 192.0.0.1:9030. + - 账号:The username used to log in to the Doris cluster, such as admin. + - 密码:The user password used to log in to the Doris cluster. + ![configure connections](/images/clouddm2.png) + +4. add data source + After filling in the connection information, click on "Add Data Source" below. If CloudDM redirects to the following page, + the addition is successful. Then click to view the data source and jump to the data query page. + ![add data source](/images/clouddm3.png) + + +5. Using database + + After establishing the database connection, you can see the created data source connection in the left + database connection navigation, and you can connect and manage the database through CloudDM. + + +![query data](/images/clouddm4.png) + +## Functional support + +- Fully support + - Visual viewing + - Databases + - Tables + - Views + - Functions + - Operational + - SQL console + - Visualize the creation of tables + - Visualize the modification of table structure + - Visualize the creation Schema + - Visual addition, deletion, modification, and search + +- Not Supported + + Not supporting some means that using CloudDM to manage Doris for certain visualization operations may result in errors, or some visualization operations may not be validated + Such as adding, deleting, modifying, and querying unverified data types, system information, etc diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/clouddm.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..58d5102b34235 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/clouddm.md @@ -0,0 +1,87 @@ +--- +{ + "title": "CloudDM", + "language": "zh-CN" +} +--- + + + +## 介绍 + +CloudDM 是 ClouGence 出品的适用于关系数据库和 NoSQL 数据库的跨平台数据库工具。 + +CloudDM 对 Apache Doris 进行了适配,通过添加 Doris 数据源进行数据查询等操作。 + +## 前置条件 + +已安装 CloudDM +可以访问 https://www.clougence.com/clouddm-personal 下载安装 CloudDM + +## 添加数据源 + +:::info 备注 +当前验证使用 CloudDM 3.0.1 版本 +::: + +1. 启动 CloudDM +2. 在 CloudDM 点击上方的数据源管理后,点击 (**+新增数据源**) 图标 + + ![添加数据源](/images/clouddm1.png) + +3. 配置 Doris 连接 + + 在 新增数据源 页面,选择 Doris 数据源配置以下连接信息: + + - Client地址:Doris 集群的 FE 主机地址,如 192.0.0.1:9030。 + - 账号:用于登录 Doris 集群的用户名,如 admin。 + - 密码:用于登录 Doris 集群的用户密码。 + ![配置连接](/images/clouddm2.png) + +4. 添加数据源 + 在填写完连接信息后,单击下方 新增数据源。CloudDM 跳转如下页面则添加成功。然后单击查看数据源跳转到数据查询页面。 + ![添加数据源](/images/clouddm3.png) + + +5. 使用数据库 + + 数据库连接建立以后,可以在左侧的数据库连接导航看到已创建的数据源连接,并且可以通过 CloudDM 连接并管理数据库。 + + ![数据查询](/images/clouddm4.png) + +## 功能支持 + +- 完全支持 + - 可视化查看类 + - Databases + - Tables + - Views + - Functions + - 操作类 + - SQL 控制台 + - 可视化创建表 + - 可视化修改表结构 + - 可视化创建 Schema + - 可视化增删改查 + +- 不支持 + + 不支持部分意为使用 CloudDM 管理 Doris 进行某些可视化操作时可能会报错,或者某些可视化操作未经验证 + 如 增删改查未经验证的数据类型、系统信息等 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/bi/clouddm.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..58d5102b34235 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/bi/clouddm.md @@ -0,0 +1,87 @@ +--- +{ + "title": "CloudDM", + "language": "zh-CN" +} +--- + + + +## 介绍 + +CloudDM 是 ClouGence 出品的适用于关系数据库和 NoSQL 数据库的跨平台数据库工具。 + +CloudDM 对 Apache Doris 进行了适配,通过添加 Doris 数据源进行数据查询等操作。 + +## 前置条件 + +已安装 CloudDM +可以访问 https://www.clougence.com/clouddm-personal 下载安装 CloudDM + +## 添加数据源 + +:::info 备注 +当前验证使用 CloudDM 3.0.1 版本 +::: + +1. 启动 CloudDM +2. 在 CloudDM 点击上方的数据源管理后,点击 (**+新增数据源**) 图标 + + ![添加数据源](/images/clouddm1.png) + +3. 配置 Doris 连接 + + 在 新增数据源 页面,选择 Doris 数据源配置以下连接信息: + + - Client地址:Doris 集群的 FE 主机地址,如 192.0.0.1:9030。 + - 账号:用于登录 Doris 集群的用户名,如 admin。 + - 密码:用于登录 Doris 集群的用户密码。 + ![配置连接](/images/clouddm2.png) + +4. 添加数据源 + 在填写完连接信息后,单击下方 新增数据源。CloudDM 跳转如下页面则添加成功。然后单击查看数据源跳转到数据查询页面。 + ![添加数据源](/images/clouddm3.png) + + +5. 使用数据库 + + 数据库连接建立以后,可以在左侧的数据库连接导航看到已创建的数据源连接,并且可以通过 CloudDM 连接并管理数据库。 + + ![数据查询](/images/clouddm4.png) + +## 功能支持 + +- 完全支持 + - 可视化查看类 + - Databases + - Tables + - Views + - Functions + - 操作类 + - SQL 控制台 + - 可视化创建表 + - 可视化修改表结构 + - 可视化创建 Schema + - 可视化增删改查 + +- 不支持 + + 不支持部分意为使用 CloudDM 管理 Doris 进行某些可视化操作时可能会报错,或者某些可视化操作未经验证 + 如 增删改查未经验证的数据类型、系统信息等 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/clouddm.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..58d5102b34235 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/clouddm.md @@ -0,0 +1,87 @@ +--- +{ + "title": "CloudDM", + "language": "zh-CN" +} +--- + + + +## 介绍 + +CloudDM 是 ClouGence 出品的适用于关系数据库和 NoSQL 数据库的跨平台数据库工具。 + +CloudDM 对 Apache Doris 进行了适配,通过添加 Doris 数据源进行数据查询等操作。 + +## 前置条件 + +已安装 CloudDM +可以访问 https://www.clougence.com/clouddm-personal 下载安装 CloudDM + +## 添加数据源 + +:::info 备注 +当前验证使用 CloudDM 3.0.1 版本 +::: + +1. 启动 CloudDM +2. 在 CloudDM 点击上方的数据源管理后,点击 (**+新增数据源**) 图标 + + ![添加数据源](/images/clouddm1.png) + +3. 配置 Doris 连接 + + 在 新增数据源 页面,选择 Doris 数据源配置以下连接信息: + + - Client地址:Doris 集群的 FE 主机地址,如 192.0.0.1:9030。 + - 账号:用于登录 Doris 集群的用户名,如 admin。 + - 密码:用于登录 Doris 集群的用户密码。 + ![配置连接](/images/clouddm2.png) + +4. 添加数据源 + 在填写完连接信息后,单击下方 新增数据源。CloudDM 跳转如下页面则添加成功。然后单击查看数据源跳转到数据查询页面。 + ![添加数据源](/images/clouddm3.png) + + +5. 使用数据库 + + 数据库连接建立以后,可以在左侧的数据库连接导航看到已创建的数据源连接,并且可以通过 CloudDM 连接并管理数据库。 + + ![数据查询](/images/clouddm4.png) + +## 功能支持 + +- 完全支持 + - 可视化查看类 + - Databases + - Tables + - Views + - Functions + - 操作类 + - SQL 控制台 + - 可视化创建表 + - 可视化修改表结构 + - 可视化创建 Schema + - 可视化增删改查 + +- 不支持 + + 不支持部分意为使用 CloudDM 管理 Doris 进行某些可视化操作时可能会报错,或者某些可视化操作未经验证 + 如 增删改查未经验证的数据类型、系统信息等 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/clouddm.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..58d5102b34235 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/clouddm.md @@ -0,0 +1,87 @@ +--- +{ + "title": "CloudDM", + "language": "zh-CN" +} +--- + + + +## 介绍 + +CloudDM 是 ClouGence 出品的适用于关系数据库和 NoSQL 数据库的跨平台数据库工具。 + +CloudDM 对 Apache Doris 进行了适配,通过添加 Doris 数据源进行数据查询等操作。 + +## 前置条件 + +已安装 CloudDM +可以访问 https://www.clougence.com/clouddm-personal 下载安装 CloudDM + +## 添加数据源 + +:::info 备注 +当前验证使用 CloudDM 3.0.1 版本 +::: + +1. 启动 CloudDM +2. 在 CloudDM 点击上方的数据源管理后,点击 (**+新增数据源**) 图标 + + ![添加数据源](/images/clouddm1.png) + +3. 配置 Doris 连接 + + 在 新增数据源 页面,选择 Doris 数据源配置以下连接信息: + + - Client地址:Doris 集群的 FE 主机地址,如 192.0.0.1:9030。 + - 账号:用于登录 Doris 集群的用户名,如 admin。 + - 密码:用于登录 Doris 集群的用户密码。 + ![配置连接](/images/clouddm2.png) + +4. 添加数据源 + 在填写完连接信息后,单击下方 新增数据源。CloudDM 跳转如下页面则添加成功。然后单击查看数据源跳转到数据查询页面。 + ![添加数据源](/images/clouddm3.png) + + +5. 使用数据库 + + 数据库连接建立以后,可以在左侧的数据库连接导航看到已创建的数据源连接,并且可以通过 CloudDM 连接并管理数据库。 + + ![数据查询](/images/clouddm4.png) + +## 功能支持 + +- 完全支持 + - 可视化查看类 + - Databases + - Tables + - Views + - Functions + - 操作类 + - SQL 控制台 + - 可视化创建表 + - 可视化修改表结构 + - 可视化创建 Schema + - 可视化增删改查 + +- 不支持 + + 不支持部分意为使用 CloudDM 管理 Doris 进行某些可视化操作时可能会报错,或者某些可视化操作未经验证 + 如 增删改查未经验证的数据类型、系统信息等 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/bi/clouddm.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..58d5102b34235 --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/ecosystem/bi/clouddm.md @@ -0,0 +1,87 @@ +--- +{ + "title": "CloudDM", + "language": "zh-CN" +} +--- + + + +## 介绍 + +CloudDM 是 ClouGence 出品的适用于关系数据库和 NoSQL 数据库的跨平台数据库工具。 + +CloudDM 对 Apache Doris 进行了适配,通过添加 Doris 数据源进行数据查询等操作。 + +## 前置条件 + +已安装 CloudDM +可以访问 https://www.clougence.com/clouddm-personal 下载安装 CloudDM + +## 添加数据源 + +:::info 备注 +当前验证使用 CloudDM 3.0.1 版本 +::: + +1. 启动 CloudDM +2. 在 CloudDM 点击上方的数据源管理后,点击 (**+新增数据源**) 图标 + + ![添加数据源](/images/clouddm1.png) + +3. 配置 Doris 连接 + + 在 新增数据源 页面,选择 Doris 数据源配置以下连接信息: + + - Client地址:Doris 集群的 FE 主机地址,如 192.0.0.1:9030。 + - 账号:用于登录 Doris 集群的用户名,如 admin。 + - 密码:用于登录 Doris 集群的用户密码。 + ![配置连接](/images/clouddm2.png) + +4. 添加数据源 + 在填写完连接信息后,单击下方 新增数据源。CloudDM 跳转如下页面则添加成功。然后单击查看数据源跳转到数据查询页面。 + ![添加数据源](/images/clouddm3.png) + + +5. 使用数据库 + + 数据库连接建立以后,可以在左侧的数据库连接导航看到已创建的数据源连接,并且可以通过 CloudDM 连接并管理数据库。 + + ![数据查询](/images/clouddm4.png) + +## 功能支持 + +- 完全支持 + - 可视化查看类 + - Databases + - Tables + - Views + - Functions + - 操作类 + - SQL 控制台 + - 可视化创建表 + - 可视化修改表结构 + - 可视化创建 Schema + - 可视化增删改查 + +- 不支持 + + 不支持部分意为使用 CloudDM 管理 Doris 进行某些可视化操作时可能会报错,或者某些可视化操作未经验证 + 如 增删改查未经验证的数据类型、系统信息等 diff --git a/sidebars.json b/sidebars.json index eccad63ecec89..7760b492e2ea5 100644 --- a/sidebars.json +++ b/sidebars.json @@ -770,7 +770,8 @@ "label": "SQL Clients", "items": [ "ecosystem/bi/dbeaver", - "ecosystem/bi/datagrip" + "ecosystem/bi/datagrip", + "ecosystem/bi/clouddm" ] }, { diff --git a/static/images/clouddm1.png b/static/images/clouddm1.png new file mode 100644 index 0000000000000..c7a63f2c92742 Binary files /dev/null and b/static/images/clouddm1.png differ diff --git a/static/images/clouddm2.png b/static/images/clouddm2.png new file mode 100644 index 0000000000000..c67a5086357f8 Binary files /dev/null and b/static/images/clouddm2.png differ diff --git a/static/images/clouddm3.png b/static/images/clouddm3.png new file mode 100644 index 0000000000000..1b75ccdfdb501 Binary files /dev/null and b/static/images/clouddm3.png differ diff --git a/static/images/clouddm4.png b/static/images/clouddm4.png new file mode 100644 index 0000000000000..9d1f61b9de526 Binary files /dev/null and b/static/images/clouddm4.png differ diff --git a/versioned_docs/version-1.2/ecosystem/bi/clouddm.md b/versioned_docs/version-1.2/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..3b1074e6eff38 --- /dev/null +++ b/versioned_docs/version-1.2/ecosystem/bi/clouddm.md @@ -0,0 +1,90 @@ +--- +{ + "title": "CloudDM", + "language": "en" +} +--- + + + +## introduce + +CloudDM is a cross platform database tool developed by ClouGence, suitable for both relational and NoSQL databases. + +CloudDM has adapted Apache Doris by adding Doris data sources for data queries and other operations. + +## Preconditions + +CloudDM installed +Can access https://www.clougence.com/clouddm-personal Download and install CloudDM + +## Add data source + +:::info Note +The current verification is using CloudDM 3.0.1 version +::: + +1. Start CloudDM +2. After clicking on the Data Source Management button above CloudDM, click on the (**+新增数据源 **) icon + + ![add database](/images/clouddm1.png) + +3. Configure Doris connection + + On the New Data Source page, select Doris Data Source to configure the following connection information: + + - Client地址:The FE host address of Doris cluster, such as 192.0.0.1:9030. + - 账号:The username used to log in to the Doris cluster, such as admin. + - 密码:The user password used to log in to the Doris cluster. + ![configure connections](/images/clouddm2.png) + +4. add data source + After filling in the connection information, click on "Add Data Source" below. If CloudDM redirects to the following page, + the addition is successful. Then click to view the data source and jump to the data query page. + ![add data source](/images/clouddm3.png) + + +5. Using database + + After establishing the database connection, you can see the created data source connection in the left + database connection navigation, and you can connect and manage the database through CloudDM. + + +![query data](/images/clouddm4.png) + +## Functional support + +- Fully support + - Visual viewing + - Databases + - Tables + - Views + - Functions + - Operational + - SQL console + - Visualize the creation of tables + - Visualize the modification of table structure + - Visualize the creation Schema + - Visual addition, deletion, modification, and search + +- Not Supported + + Not supporting some means that using CloudDM to manage Doris for certain visualization operations may result in errors, or some visualization operations may not be validated + Such as adding, deleting, modifying, and querying unverified data types, system information, etc diff --git a/versioned_docs/version-2.0/ecosystem/bi/clouddm.md b/versioned_docs/version-2.0/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..3b1074e6eff38 --- /dev/null +++ b/versioned_docs/version-2.0/ecosystem/bi/clouddm.md @@ -0,0 +1,90 @@ +--- +{ + "title": "CloudDM", + "language": "en" +} +--- + + + +## introduce + +CloudDM is a cross platform database tool developed by ClouGence, suitable for both relational and NoSQL databases. + +CloudDM has adapted Apache Doris by adding Doris data sources for data queries and other operations. + +## Preconditions + +CloudDM installed +Can access https://www.clougence.com/clouddm-personal Download and install CloudDM + +## Add data source + +:::info Note +The current verification is using CloudDM 3.0.1 version +::: + +1. Start CloudDM +2. After clicking on the Data Source Management button above CloudDM, click on the (**+新增数据源 **) icon + + ![add database](/images/clouddm1.png) + +3. Configure Doris connection + + On the New Data Source page, select Doris Data Source to configure the following connection information: + + - Client地址:The FE host address of Doris cluster, such as 192.0.0.1:9030. + - 账号:The username used to log in to the Doris cluster, such as admin. + - 密码:The user password used to log in to the Doris cluster. + ![configure connections](/images/clouddm2.png) + +4. add data source + After filling in the connection information, click on "Add Data Source" below. If CloudDM redirects to the following page, + the addition is successful. Then click to view the data source and jump to the data query page. + ![add data source](/images/clouddm3.png) + + +5. Using database + + After establishing the database connection, you can see the created data source connection in the left + database connection navigation, and you can connect and manage the database through CloudDM. + + +![query data](/images/clouddm4.png) + +## Functional support + +- Fully support + - Visual viewing + - Databases + - Tables + - Views + - Functions + - Operational + - SQL console + - Visualize the creation of tables + - Visualize the modification of table structure + - Visualize the creation Schema + - Visual addition, deletion, modification, and search + +- Not Supported + + Not supporting some means that using CloudDM to manage Doris for certain visualization operations may result in errors, or some visualization operations may not be validated + Such as adding, deleting, modifying, and querying unverified data types, system information, etc diff --git a/versioned_docs/version-2.1/ecosystem/bi/clouddm.md b/versioned_docs/version-2.1/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..1b4ea59748be3 --- /dev/null +++ b/versioned_docs/version-2.1/ecosystem/bi/clouddm.md @@ -0,0 +1,90 @@ +--- +{ + "title": "CloudDM", + "language": "en" +} +--- + + + +## introduce + +CloudDM is a cross platform database tool developed by ClouGence, suitable for both relational and NoSQL databases. + +CloudDM has adapted Apache Doris by adding Doris data sources for data queries and other operations. + +## Preconditions + +CloudDM installed +Can access https://www.clougence.com/clouddm-personal Download and install CloudDM + +## Add data source + +:::info Note +The current verification is using CloudDM 3.0.1 version +::: + +1. Start CloudDM +2. After clicking on the Data Source Management button above CloudDM, click on the (**+新增数据源 **) icon + + ![add database](/images/clouddm1.png) + +3. Configure Doris connection + + On the New Data Source page, select Doris Data Source to configure the following connection information: + + - Client地址:The FE host address of Doris cluster, such as 192.0.0.1:9030. + - 账号:The username used to log in to the Doris cluster, such as admin. + - 密码:The user password used to log in to the Doris cluster. + ![configure connections](/images/clouddm2.png) + +4. add data source + After filling in the connection information, click on "Add Data Source" below. If CloudDM redirects to the following page, + the addition is successful. Then click to view the data source and jump to the data query page. + ![add data source](/images/clouddm3.png) + + +5. Using database + + After establishing the database connection, you can see the created data source connection in the left + database connection navigation, and you can connect and manage the database through CloudDM. + + + ![query data](/images/clouddm4.png) + +## Functional support + +- Fully support + - Visual viewing + - Databases + - Tables + - Views + - Functions + - Operational + - SQL console + - Visualize the creation of tables + - Visualize the modification of table structure + - Visualize the creation Schema + - Visual addition, deletion, modification, and search + +- Not Supported + + Not supporting some means that using CloudDM to manage Doris for certain visualization operations may result in errors, or some visualization operations may not be validated + Such as adding, deleting, modifying, and querying unverified data types, system information, etc diff --git a/versioned_docs/version-3.0/ecosystem/bi/clouddm.md b/versioned_docs/version-3.0/ecosystem/bi/clouddm.md new file mode 100644 index 0000000000000..3b1074e6eff38 --- /dev/null +++ b/versioned_docs/version-3.0/ecosystem/bi/clouddm.md @@ -0,0 +1,90 @@ +--- +{ + "title": "CloudDM", + "language": "en" +} +--- + + + +## introduce + +CloudDM is a cross platform database tool developed by ClouGence, suitable for both relational and NoSQL databases. + +CloudDM has adapted Apache Doris by adding Doris data sources for data queries and other operations. + +## Preconditions + +CloudDM installed +Can access https://www.clougence.com/clouddm-personal Download and install CloudDM + +## Add data source + +:::info Note +The current verification is using CloudDM 3.0.1 version +::: + +1. Start CloudDM +2. After clicking on the Data Source Management button above CloudDM, click on the (**+新增数据源 **) icon + + ![add database](/images/clouddm1.png) + +3. Configure Doris connection + + On the New Data Source page, select Doris Data Source to configure the following connection information: + + - Client地址:The FE host address of Doris cluster, such as 192.0.0.1:9030. + - 账号:The username used to log in to the Doris cluster, such as admin. + - 密码:The user password used to log in to the Doris cluster. + ![configure connections](/images/clouddm2.png) + +4. add data source + After filling in the connection information, click on "Add Data Source" below. If CloudDM redirects to the following page, + the addition is successful. Then click to view the data source and jump to the data query page. + ![add data source](/images/clouddm3.png) + + +5. Using database + + After establishing the database connection, you can see the created data source connection in the left + database connection navigation, and you can connect and manage the database through CloudDM. + + +![query data](/images/clouddm4.png) + +## Functional support + +- Fully support + - Visual viewing + - Databases + - Tables + - Views + - Functions + - Operational + - SQL console + - Visualize the creation of tables + - Visualize the modification of table structure + - Visualize the creation Schema + - Visual addition, deletion, modification, and search + +- Not Supported + + Not supporting some means that using CloudDM to manage Doris for certain visualization operations may result in errors, or some visualization operations may not be validated + Such as adding, deleting, modifying, and querying unverified data types, system information, etc diff --git a/versioned_sidebars/version-1.2-sidebars.json b/versioned_sidebars/version-1.2-sidebars.json index cdc08bd9fdd02..8a91dd340817d 100644 --- a/versioned_sidebars/version-1.2-sidebars.json +++ b/versioned_sidebars/version-1.2-sidebars.json @@ -1211,6 +1211,7 @@ "ecosystem/bi/apache-superset", "ecosystem/bi/dbeaver", "ecosystem/bi/datagrip", + "ecosystem/bi/clouddm", "ecosystem/bi/finebi", "ecosystem/bi/powerbi", "ecosystem/bi/tableau", diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json index 63af156984a4f..2c8477949df74 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -505,7 +505,8 @@ "label": "SQL Clients", "items": [ "ecosystem/bi/dbeaver", - "ecosystem/bi/datagrip" + "ecosystem/bi/datagrip", + "ecosystem/bi/clouddm" ] }, { diff --git a/versioned_sidebars/version-2.1-sidebars.json b/versioned_sidebars/version-2.1-sidebars.json index d755fc985de12..7e2d00100c347 100644 --- a/versioned_sidebars/version-2.1-sidebars.json +++ b/versioned_sidebars/version-2.1-sidebars.json @@ -786,7 +786,8 @@ "label": "SQL Clients", "items": [ "ecosystem/bi/dbeaver", - "ecosystem/bi/datagrip" + "ecosystem/bi/datagrip", + "ecosystem/bi/clouddm" ] }, { diff --git a/versioned_sidebars/version-3.0-sidebars.json b/versioned_sidebars/version-3.0-sidebars.json index 099264ac38490..547f5965b1fc5 100644 --- a/versioned_sidebars/version-3.0-sidebars.json +++ b/versioned_sidebars/version-3.0-sidebars.json @@ -831,7 +831,8 @@ "label": "SQL Clients", "items": [ "ecosystem/bi/dbeaver", - "ecosystem/bi/datagrip" + "ecosystem/bi/datagrip", + "ecosystem/bi/clouddm" ] }, {