From f6c0f5b6e5b082ad095b820082333b377888810d Mon Sep 17 00:00:00 2001 From: exift <117622198+p1ng-request@users.noreply.github.com> Date: Wed, 7 Dec 2022 13:59:05 +0800 Subject: [PATCH] Updates README gifs + fixes issues with some links --- README-zh.md | 43 ++++++++++++++++------------------------ README.md | 55 ++++++++++++++++++++-------------------------------- 2 files changed, 38 insertions(+), 60 deletions(-) diff --git a/README-zh.md b/README-zh.md index 28134113..59a8c345 100644 --- a/README-zh.md +++ b/README-zh.md @@ -41,7 +41,7 @@ RATH 是数据分析和可视化工具(如 Tableau)的开源替代品。主 - 发现数据规律,揭示数据的内在联系和因果关系 - 使用增强分析引擎自动化你的探索性数据分析(EDA)流程 -GitHub ReadMe Demo +RATH 功能 demo ## 快速上手RATH @@ -97,51 +97,42 @@ yarn workspace rath-client start ## 功能截图 -### 导入数据 +### 导入数据源 -导入数据源: +导入数据源 -![导入数据源](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/datasource-01-zh.png) +### 浏览数据视图 -浏览数据视图: +浏览数据视图 -![浏览数据视图](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/datasource-02-zh.png) +### 一键全自动分析,并生成可视化视图 -### 自动分析 +RATH全自动分析 -使用RATH一键全自动分析: +### 半自动探索 -![一键全自动分析](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-mega-auto-01-zh.png) +RATH作为数据分析的智能助手,通过AI学习给出提示,协助数据分析师探索数据。 +分析师提供输入,AI智能学习,给出分析: -生成联想视图: - -![联想视图](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-asso-01-zh.png) - -### 半自动分析 - -RATH作为数据分析的智能助手,通过AI学习给出提示,协助数据分析师探索数据 - -分析师提供输入: -![分析师提供输入](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-semi-02-zh.png) - -AI智能学习,给出分析: -![AI智能学习,给出分析](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-semi-01-zh.png) +RATH半自动探索 ### 自助分析 (类Tableau) -![RATH自助分析](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-gw-01-zh.png) -![RATH自助分析](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-gw-02-zh.png) +RATH自助分析 -> 手动分析同时也是一个独立的模块。你可以把它嵌入到你自己的APP内。更多参考位于`packages/graphic-walker/README.md`的README文档 +> 自助分析同时也是一个独立的模块。你可以把它嵌入到你自己的APP内。更多参考位于`packages/graphic-walker/README.md`的README文档 > >安装方法: >```bash >yarn add @kanaries/graphic-walker ># or -> >npm i --save @kanaries/graphic-walker >``` +### 数据绘板,以绘画的方式完成数据分析工作流 + +数据绘板 + ## 支持数据库

diff --git a/README.md b/README.md index db5bbc3d..4cd6a878 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Welcome to the [Kanaries RATH](https://kanaries.net/). We are so excited to have **RATH** is beyond an open-source alternative to Data Analysis and Visualization tools such as Tableau. It automates your Explotoary Data Analysis workflow with an Augmented Analytic engine by discovering patterns, insights, causals and presents those insights with powerful auto-generated multi-dimensional data visualization. -GitHub ReadMe Demo +RATH features demo ## Get started @@ -71,7 +71,6 @@ To get started with RATH, you can: Join our Discord community - > Please consider sharing your experience or thoughts about [Kanaries RATH](https://kanaries.net) with the border Open Source community. It really does help! [![GitHub Repo stars](https://img.shields.io/badge/share%20on-reddit-red?style=flat-square&logo=reddit)](https://reddit.com/submit?url=https://github.com/Kanaries/Rath&title=OpenSource%20Augmented%20Analytic%20BI%20Solution:%20Automated%20Exploratory%20Data%20Analysis%20for%20Data%20Science) @@ -101,17 +100,14 @@ You can either: - Run RATH in a browser. [RATH Cloud](https://rath.kanaries.net/) - Download the [desktop version](https://kanaries.net/#/products) for Windows/Mac. - Run your own RATH instance. Steps: -Clone the Rath repository: + ```bash git clone https://github.com/Kanaries/Rath.git && cd Rath -``` -Setup your Yarn workspace: -```bash +# Clone the Rath repository yarn install -``` -Boot up RATH: -```bash +# Setup your Yarn workspace yarn workspace rath-client start +# Boot up RATH ``` ## Feature highlights @@ -127,43 +123,31 @@ yarn workspace rath-client start - :construction: Causal Analysis: Provide causal discovery and explanations for complex relation analysis. -- 🎓 Wanna learn more about RATH? Visit our [Free online Courses](https://docs.kanaries.net/blog/tags/course): Access learning materials, detailed instructions and skill tests for **FREE**! +- 🎓 Wanna learn more about RATH? Visit our [Free online Courses](https://docs.kanaries.net/tutorials): Access learning materials, detailed instructions and skill tests for **FREE**! ## Walkthroughs -### Import data -**View statistics from your data source:** - -![View statistics from your data source](https://kanaries-docs.oss-cn-hangzhou.aliyuncs.com/img/study-biking-sharing-data-with-rath.webp) -**Try different data views:** -![View your dataset](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/datasource-02.png) +### Import data from online databases or CSV/JSON files. -### Conduct Automated Data Exploration +Import data from a selected data source -**One-click data analysis with Mega-auto Exploration:** +### View statistics from your data source -![One-click data analysis with Mega-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-mega-auto-01.png) +View statistics from your data source -**Generate more associate visualizations in Mega-auto Exploration:** +### One-click automated data analysis with visualizations -![Generate more associate visualizations in Mega-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-asso-01.png) +One-click automated data analysis with visualizations -### Use RATH as the Data Analysis Copilot +### Use RATH as your AI Copilot in Data Analysis -**Provide RATH with some input in Semi-auto Exploration:** +Assisted with AI, RATH can help you with your data analysis. Just provide RATH with some input and it will learn about your interests and suggest analysis directions to take. -![Use RATH as the Data Analysis copilot in Semi-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-semi-02.png) +RATH Data Analysis AI Copilot -**RATH automatically learns your interests and generates recommendations:** +### Manually explore your data with a Tableau-like UI: -![Use RATH as the Data Analysis copilot in Semi-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-semi-01.png) - -### Manual data exploration - -**Manually explore your data with a Tableau-like module:** -![Use RATH as the Data Analysis copilot in Semi-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-gw-01.png) - -![Use RATH as the Data Analysis copilot in Semi-auto Exploration](https://ch-resources.oss-cn-shanghai.aliyuncs.com/images/rath/1.0.0/rath-gw-02.png) +Manually explore your data with a Tableau-like UI > Manual Exploration is an independent embedding module. You can use it independently in your apps. For more details, refer to the README.md in in `packages/graphic-walker/README.md`. > @@ -171,10 +155,13 @@ yarn workspace rath-client start > ```bash > yarn add @kanaries/graphic-walker > # or -> > npm i --save @kanaries/graphic-walker > ``` +### :sparkles: Interactive data analysis workflow by data painting + +Interactive data analysis by painting + ## Supported Databases RATH supports a wide range of data sources. Here are some of the major database solutions that you can connect to RATH: