This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch document in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/document by this push: new 7a7d762 # update quick_start_for_mdx doc (#1836) 7a7d762 is described below commit 7a7d762d64fa6cbcd8cc65a6a5fa49f71e7ee927 Author: Tengting Xu <34978943+muk...@users.noreply.github.com> AuthorDate: Tue Mar 29 15:34:25 2022 +0800 # update quick_start_for_mdx doc (#1836) * # update quick_start_for_mdx doc * # minor fix --- website/.gitignore | 1 + website/_docs/tutorial/quick_start_for_mdx.cn.md | 9 ++++++++- website/_docs/tutorial/quick_start_for_mdx.md | 9 +++++++-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/website/.gitignore b/website/.gitignore index ab40dbc..36f1b50 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -2,3 +2,4 @@ .sass-cache _site +/.idea/ diff --git a/website/_docs/tutorial/quick_start_for_mdx.cn.md b/website/_docs/tutorial/quick_start_for_mdx.cn.md index c60040e..ef01eff 100644 --- a/website/_docs/tutorial/quick_start_for_mdx.cn.md +++ b/website/_docs/tutorial/quick_start_for_mdx.cn.md @@ -23,6 +23,7 @@ permalink: /cn/docs/tutorial/quick_start_for_mdx.html - [编辑维度用法](#编辑维度用法) - [确定并保存](#确定并保存) - [在 Excel 中分析](#在 Excel 中分析) +- [源码](#源码) ## 您将掌握的内容<a id="您将掌握的内容"></a> @@ -39,7 +40,9 @@ permalink: /cn/docs/tutorial/quick_start_for_mdx.html - 本次教程主要以 MDX for Kylin Docker 环境作为演示。 - 完成 MDX for Kylin Docker 的安装,详见 [快速试用 MDX for Kylin](/cn/docs/install/kylin_docker.html)。 -- 在 MDX for Kylin 对接的 Kylin 中构建 Kylin Sales 数据集。 +- 在 MDX for Kylin 对接的 Kylin 中构建好的 Kylin Sales cube。 + +更多详情,请参考 [MDX for Kylin 手册](https://kyligence.github.io/mdx-kylin/zh-hans/)。 ## 准备操作<a id="准备操作"></a> @@ -223,3 +226,7 @@ permalink: /cn/docs/tutorial/quick_start_for_mdx.html 5. 现在,您可以使用 Excel 透视表分析 MDX for Kylin 的数据集了。  + +## 源码<a id="源码"></a> + +MDX for Kylin 源码地址:[https://github.com/Kyligence/mdx-kylin](https://github.com/Kyligence/mdx-kylin) diff --git a/website/_docs/tutorial/quick_start_for_mdx.md b/website/_docs/tutorial/quick_start_for_mdx.md index ff7d2a9..0b354cb 100644 --- a/website/_docs/tutorial/quick_start_for_mdx.md +++ b/website/_docs/tutorial/quick_start_for_mdx.md @@ -26,7 +26,7 @@ Welcome to this tutorial. In this tutorial, we will build an MDX dataset base on - [Edit Visibility Restrict](#Edit Visibility Restrict) - [Save and Create](#Save and Create) - [Analysis in Excel](#Analysis in Excel) - +- [Source Code](#Source Code) ## What you will know<a id="What you will know"></a> @@ -38,13 +38,15 @@ In this tutorial you will learn about the following: - How to modify dimension table attributes, dimension attributes, measure attributes, and dimension usage in `MDX for Kylin`'s dataset. - How to analysis in Excel. +More details about usage of MDX for Kylin, please access to [Manual of MDX for Kylin](https://kyligence.github.io/mdx-kylin/en/). + ## Prerequisites<a id="Prerequisites"></a> To complete all the lessons in this tutorial, you will need to prepare the following: - This tutorial mainly uses Docker of MDX for Kylin as a demonstration. - Complete the installation of Docker of MDX for Kylin, as described in [Quickly try MDX for Kylin](/docs/install/kylin_docker.html). -- Prepare `Kylin Sales` datasets in Kylin. +- Prepare `Kylin Sales` cube which status must be ready in Kylin. ## Preparation<a id="Preparation"></a> @@ -231,3 +233,6 @@ We have completed the definition of the data set, and now we can connect to Exce 5. Now you can analyze MDX for Kylin's dataset using the Excel PivotTable. <img src="/images/tutorial/4.0/Quick-Start-For-Mdx/mdx_excel_05.png" alt="mdx excel" style="zoom:50%;" /> +## Source Code<a id="Source Code"></a> + +Please access to [https://github.com/Kyligence/mdx-kylin](https://github.com/Kyligence/mdx-kylin) to get source code.