This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 2a8eea03bd6 [doc](bi)document for quicksight (#794) 2a8eea03bd6 is described below commit 2a8eea03bd69282cb6786ab41e55ea581c7976cc Author: wyx123654 <45102878+wyx123...@users.noreply.github.com> AuthorDate: Thu Jun 27 15:02:54 2024 +0800 [doc](bi)document for quicksight (#794) --- docs/ecosystem/bi/quicksight.md | 53 ++++++++++++++++++++ .../current/ecosystem/bi/quicksight.md | 55 +++++++++++++++++++++ .../version-2.0/ecosystem/bi/quicksight.md | 55 +++++++++++++++++++++ .../version-2.1/ecosystem/bi/quicksight.md | 55 +++++++++++++++++++++ sidebars.json | 3 +- static/images/bi-quicksight-en-1.png | Bin 0 -> 18221 bytes static/images/bi-quicksight-en-2.png | Bin 0 -> 347383 bytes static/images/bi-quicksight-en-3.png | Bin 0 -> 112916 bytes static/images/bi-quicksight-en-4.png | Bin 0 -> 284997 bytes static/images/bi-quicksight-en-5.png | Bin 0 -> 355584 bytes static/images/bi-quicksight-en-6.png | Bin 0 -> 226864 bytes .../version-2.0/ecosystem/bi/quicksight.md | 53 ++++++++++++++++++++ .../version-2.1/ecosystem/bi/quicksight.md | 53 ++++++++++++++++++++ versioned_sidebars/version-2.0-sidebars.json | 3 +- versioned_sidebars/version-2.1-sidebars.json | 3 +- 15 files changed, 330 insertions(+), 3 deletions(-) diff --git a/docs/ecosystem/bi/quicksight.md b/docs/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..54349060559 --- /dev/null +++ b/docs/ecosystem/bi/quicksight.md @@ -0,0 +1,53 @@ +--- +{ +"title": "QuickSight", +"language": "en" +} +--- + +<!-- +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. +--> + + +## Introduction +QuickSight is a robust data visualization and analysis platform that seamlessly integrates data computation with visually appealing charts. It does not necessitate programming skills from users, as data insights can be quickly obtained through simple drag-and-drop operations. QuickSight offers a diverse range of viewing options for exploring data from various perspectives. Furthermore, it facilitates easy integration of multiple data sources, simplifying and streamlining the process of p [...] + +## Data configuration + +1. Upon completing the registration process, please proceed to sign in to QuickSight and choose the desired dataset. + +  + +2. Select MySQL on the dataset selection page. + +  + +3. On the data connection page, fill in the corresponding IP, port, database name, username, and password for Doris. After filling in the information, click "Verify the Connection". If the test is successful, create a data source. + +  + +4. Select the table for which you want to create the dashboard. + +  + +5. QuickSight offers two methods for importing tables. You can choose the appropriate import method based on your needs. + +  + +6. After importing the table, you can create the desired dashboard. + +  diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/quicksight.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..95fab90735e --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/bi/quicksight.md @@ -0,0 +1,55 @@ +--- +{ + "title": "QuickSight", + "language": "zh-CN" +} +--- + +<!-- +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. +--> + + +## QuickSight 介绍 +QuickSight 是一个强大的数据可视化分析平台,致力于将数据计算与美观的图表完美融合。它不要求用户具备编程技能,仅需通过拖放操作,就能迅速获取数据洞察。QuickSight 提供了多种视图选项,方便用户从不同角度探索数据。此外,它还支持轻松整合多个数据源,使得数据展示、探索和分析变得更加简单高效。这个平台不仅让数据处理变得快捷,还使分析过程更加直观和易于理解,极大地提升了用户的工作效率和分析能力。 + +## 数据配置 + +1. 注册账号后登录 QuickSight,然后选择数据集。 + +  + +2. 在数据集选择的页面中选择 MySQL。 + +  + +3. 在数据连接页面中填写对应 Doris 的 IP、端口、数据库名称、登录的用户名和密码。填写后点击连接测试,测试成功后创建链接。 + +  + +4. 创建数据源之后选择需要产生看板的表。 + +  + +5. QuickSight 有两种导入表的方式,可以根据自己的需求选择对应的导入方式。 + +  + +6. 导入表之后,即可以创建所需要的看板。 + +  diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/quicksight.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..95fab90735e --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/ecosystem/bi/quicksight.md @@ -0,0 +1,55 @@ +--- +{ + "title": "QuickSight", + "language": "zh-CN" +} +--- + +<!-- +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. +--> + + +## QuickSight 介绍 +QuickSight 是一个强大的数据可视化分析平台,致力于将数据计算与美观的图表完美融合。它不要求用户具备编程技能,仅需通过拖放操作,就能迅速获取数据洞察。QuickSight 提供了多种视图选项,方便用户从不同角度探索数据。此外,它还支持轻松整合多个数据源,使得数据展示、探索和分析变得更加简单高效。这个平台不仅让数据处理变得快捷,还使分析过程更加直观和易于理解,极大地提升了用户的工作效率和分析能力。 + +## 数据配置 + +1. 注册账号后登录 QuickSight,然后选择数据集。 + +  + +2. 在数据集选择的页面中选择 MySQL。 + +  + +3. 在数据连接页面中填写对应 Doris 的 IP、端口、数据库名称、登录的用户名和密码。填写后点击连接测试,测试成功后创建链接。 + +  + +4. 创建数据源之后选择需要产生看板的表。 + +  + +5. QuickSight 有两种导入表的方式,可以根据自己的需求选择对应的导入方式。 + +  + +6. 导入表之后,即可以创建所需要的看板。 + +  diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/quicksight.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..95fab90735e --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/ecosystem/bi/quicksight.md @@ -0,0 +1,55 @@ +--- +{ + "title": "QuickSight", + "language": "zh-CN" +} +--- + +<!-- +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. +--> + + +## QuickSight 介绍 +QuickSight 是一个强大的数据可视化分析平台,致力于将数据计算与美观的图表完美融合。它不要求用户具备编程技能,仅需通过拖放操作,就能迅速获取数据洞察。QuickSight 提供了多种视图选项,方便用户从不同角度探索数据。此外,它还支持轻松整合多个数据源,使得数据展示、探索和分析变得更加简单高效。这个平台不仅让数据处理变得快捷,还使分析过程更加直观和易于理解,极大地提升了用户的工作效率和分析能力。 + +## 数据配置 + +1. 注册账号后登录 QuickSight,然后选择数据集。 + +  + +2. 在数据集选择的页面中选择 MySQL。 + +  + +3. 在数据连接页面中填写对应 Doris 的 IP、端口、数据库名称、登录的用户名和密码。填写后点击连接测试,测试成功后创建链接。 + +  + +4. 创建数据源之后选择需要产生看板的表。 + +  + +5. QuickSight 有两种导入表的方式,可以根据自己的需求选择对应的导入方式。 + +  + +6. 导入表之后,即可以创建所需要的看板。 + +  diff --git a/sidebars.json b/sidebars.json index c42b1667d74..ab8c2c03f4e 100644 --- a/sidebars.json +++ b/sidebars.json @@ -529,7 +529,8 @@ "ecosystem/bi/dbeaver", "ecosystem/bi/datagrip", "ecosystem/bi/finebi", - "ecosystem/bi/powerbi" + "ecosystem/bi/powerbi", + "ecosystem/bi/quicksight" ] } ] diff --git a/static/images/bi-quicksight-en-1.png b/static/images/bi-quicksight-en-1.png new file mode 100644 index 00000000000..b1e53131816 Binary files /dev/null and b/static/images/bi-quicksight-en-1.png differ diff --git a/static/images/bi-quicksight-en-2.png b/static/images/bi-quicksight-en-2.png new file mode 100644 index 00000000000..506884d3588 Binary files /dev/null and b/static/images/bi-quicksight-en-2.png differ diff --git a/static/images/bi-quicksight-en-3.png b/static/images/bi-quicksight-en-3.png new file mode 100644 index 00000000000..a6490c3b4c6 Binary files /dev/null and b/static/images/bi-quicksight-en-3.png differ diff --git a/static/images/bi-quicksight-en-4.png b/static/images/bi-quicksight-en-4.png new file mode 100644 index 00000000000..59d4a434dae Binary files /dev/null and b/static/images/bi-quicksight-en-4.png differ diff --git a/static/images/bi-quicksight-en-5.png b/static/images/bi-quicksight-en-5.png new file mode 100644 index 00000000000..b8b7dd72e93 Binary files /dev/null and b/static/images/bi-quicksight-en-5.png differ diff --git a/static/images/bi-quicksight-en-6.png b/static/images/bi-quicksight-en-6.png new file mode 100644 index 00000000000..e97808f11f6 Binary files /dev/null and b/static/images/bi-quicksight-en-6.png differ diff --git a/versioned_docs/version-2.0/ecosystem/bi/quicksight.md b/versioned_docs/version-2.0/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..54349060559 --- /dev/null +++ b/versioned_docs/version-2.0/ecosystem/bi/quicksight.md @@ -0,0 +1,53 @@ +--- +{ +"title": "QuickSight", +"language": "en" +} +--- + +<!-- +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. +--> + + +## Introduction +QuickSight is a robust data visualization and analysis platform that seamlessly integrates data computation with visually appealing charts. It does not necessitate programming skills from users, as data insights can be quickly obtained through simple drag-and-drop operations. QuickSight offers a diverse range of viewing options for exploring data from various perspectives. Furthermore, it facilitates easy integration of multiple data sources, simplifying and streamlining the process of p [...] + +## Data configuration + +1. Upon completing the registration process, please proceed to sign in to QuickSight and choose the desired dataset. + +  + +2. Select MySQL on the dataset selection page. + +  + +3. On the data connection page, fill in the corresponding IP, port, database name, username, and password for Doris. After filling in the information, click "Verify the Connection". If the test is successful, create a data source. + +  + +4. Select the table for which you want to create the dashboard. + +  + +5. QuickSight offers two methods for importing tables. You can choose the appropriate import method based on your needs. + +  + +6. After importing the table, you can create the desired dashboard. + +  diff --git a/versioned_docs/version-2.1/ecosystem/bi/quicksight.md b/versioned_docs/version-2.1/ecosystem/bi/quicksight.md new file mode 100644 index 00000000000..54349060559 --- /dev/null +++ b/versioned_docs/version-2.1/ecosystem/bi/quicksight.md @@ -0,0 +1,53 @@ +--- +{ +"title": "QuickSight", +"language": "en" +} +--- + +<!-- +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. +--> + + +## Introduction +QuickSight is a robust data visualization and analysis platform that seamlessly integrates data computation with visually appealing charts. It does not necessitate programming skills from users, as data insights can be quickly obtained through simple drag-and-drop operations. QuickSight offers a diverse range of viewing options for exploring data from various perspectives. Furthermore, it facilitates easy integration of multiple data sources, simplifying and streamlining the process of p [...] + +## Data configuration + +1. Upon completing the registration process, please proceed to sign in to QuickSight and choose the desired dataset. + +  + +2. Select MySQL on the dataset selection page. + +  + +3. On the data connection page, fill in the corresponding IP, port, database name, username, and password for Doris. After filling in the information, click "Verify the Connection". If the test is successful, create a data source. + +  + +4. Select the table for which you want to create the dashboard. + +  + +5. QuickSight offers two methods for importing tables. You can choose the appropriate import method based on your needs. + +  + +6. After importing the table, you can create the desired dashboard. + +  diff --git a/versioned_sidebars/version-2.0-sidebars.json b/versioned_sidebars/version-2.0-sidebars.json index 63734d4399c..721f547d1e5 100644 --- a/versioned_sidebars/version-2.0-sidebars.json +++ b/versioned_sidebars/version-2.0-sidebars.json @@ -496,7 +496,8 @@ "ecosystem/bi/dbeaver", "ecosystem/bi/datagrip", "ecosystem/bi/finebi", - "ecosystem/bi/powerbi" + "ecosystem/bi/powerbi", + "ecosystem/bi/quicksight" ] } ] diff --git a/versioned_sidebars/version-2.1-sidebars.json b/versioned_sidebars/version-2.1-sidebars.json index 9e109c630b3..b20095f8876 100644 --- a/versioned_sidebars/version-2.1-sidebars.json +++ b/versioned_sidebars/version-2.1-sidebars.json @@ -518,7 +518,8 @@ "ecosystem/bi/dbeaver", "ecosystem/bi/datagrip", "ecosystem/bi/finebi", - "ecosystem/bi/powerbi" + "ecosystem/bi/powerbi", + "ecosystem/bi/quicksight" ] } ] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org