Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: delete useless repos #115

Merged
merged 2 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ RATH is an OpenSource automated data exploration tool that can help you automate

It is not only an open source replacement of tableau but a version with more automation power, including auto insights discovery, predictive interaction, and visual recommendation.

Try RATH [here](https://kanaries.net/)
Try RATH [here](https://rath.kanaries.net)

or visit our official website[kanaries website](https://kanaries.net)

## Introduction

Expand Down Expand Up @@ -103,6 +105,9 @@ Details of the test result can be accessed [here](https://www.yuque.com/chenhao-

Rath now runs all the computation tasks on webworker. For some large datasets, Rath will use indexedDB to avoid too much memory cost of browsers. For larger datasets (>100MB), Rath can put some of its computation to computation engine support SQL query(such as clickhouse). If you are interested in a server version, check the older version or contact us.

#### deploy connector service
RATH requires a database connector to connect common databases. You need to deploy `apps/connector` and then you can connect a number of common databases as datasource.


## Documentation
+ [Tutorial: Using Rath to find deep insight in your data](https://www.yuque.com/docs/share/3f32e044-3530-4ebe-9b01-287bfbdb7ce0?#)
Expand Down
Empty file removed apps/rath-py-connector/__init__.py
Empty file.
16 changes: 0 additions & 16 deletions apps/rath-py-connector/database.py

This file was deleted.

122 changes: 0 additions & 122 deletions apps/rath-py-connector/main.py

This file was deleted.

Empty file.
17 changes: 0 additions & 17 deletions apps/rath-py-connector/models/connection.py

This file was deleted.

91 changes: 0 additions & 91 deletions apps/testServer/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions apps/testServer/package.json

This file was deleted.