Skip to content

Commit

Permalink
Moved cache_scripts to grasia/dao-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Jul 19, 2023
1 parent 256f87c commit 1dcdecb
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 2,485 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8","3.9","3.10"]
python-version: ["3.8","3.9","3.10", "3.11"]
env:
DEBUG: TRUE
steps:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It is a tool to visualize DAO metrics. Currently, it shows DAO from [DAOstack](h
## Set-up & Running (Download app)
You can either install it on your local machine, or if you prefer it, you can use the official docker image.

> If you only want to retrieve the data used by our application, you can follow [this guide](./cache_scripts/README.md) instead
> If you only want to retrieve the data used by our application, go to [grasia/dao-scripts](https://github.com/Grasia/dao-scripts) instead
The easiest method by far to download and run the application is to use pip to install it

Expand All @@ -51,7 +51,7 @@ Then, you can run the app using the commands `daoa-cache-scripts` and `daoa-serv
Before launching the app, you have to run the following script in order to enable the cache stored in `datawarehouse`:

```
daoa-cache-scripts
dao-scripts
```

After a few minutes, you can now run the app with:
Expand Down Expand Up @@ -118,7 +118,7 @@ docker run --name dao-analyzer -it -p80:80 ghcr.io/grasia/dao-analyzer:latest-ca
Now, you can update the datawarehouse using:

```
docker exec -it dao-analyzer python -m cache_scripts
docker exec -it dao-analyzer dao-scripts
```

You can even add it to your system as a cron job to update it daily, weekly, etc...
Expand Down
53 changes: 0 additions & 53 deletions cache_scripts/CHANGELOG.md

This file was deleted.

102 changes: 0 additions & 102 deletions cache_scripts/README.md

This file was deleted.

1 change: 0 additions & 1 deletion cache_scripts/__init__.py

This file was deleted.

4 changes: 0 additions & 4 deletions cache_scripts/__main__.py

This file was deleted.

Empty file removed cache_scripts/aragon/__init__.py
Empty file.
Loading

0 comments on commit 1dcdecb

Please sign in to comment.