Skip to content

Commit b957bdb

Browse files
author
Carlos Vivar
committed
Summary updated
1 parent dfa29b4 commit b957bdb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,21 @@ graph LR;
2525
CT(Covid tracker JSON) --> PE(PySpark Extraction)
2626
subgraph one[ETL]
2727
PE --> T(Transformation)
28-
T --> L(Loading in a parquet database)
28+
T --> L(Loading in parquet database)
2929
end
3030
L --> BH(Bokeh Interactive Visualization)
3131
```
3232

33+
## Output
34+
35+
![]('sphinx/imgs/covid_plot.gif')
36+
3337
## How to run this project
3438

39+
### Run in MyBinder
40+
41+
The faster way of testing the tool is via Mybinder [here](https://mybinder.org/v2/gh/caviri/COVID19/HEAD). Once the jupyter interface is loaded you can open the terminal and run `python -m COVID19_project`. After some moments the database and the visualization will be stored in the folder `output`.
42+
3543
### Installation of dependencies
3644

3745
Depdendencies can be installed using pip.
@@ -73,9 +81,7 @@ As an alternative to build your own image it is possible to pull a image from do
7381

7482
```
7583
docker pull caviri/covid19:latest
76-
```
77-
78-
### Run in MyBinder
84+
```
7985

8086
## Structure of the project
8187

sphinx/imgs/covid_plot.gif

1.35 MB
Loading

0 commit comments

Comments
 (0)