You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,21 @@ graph LR;
25
25
CT(Covid tracker JSON) --> PE(PySpark Extraction)
26
26
subgraph one[ETL]
27
27
PE --> T(Transformation)
28
-
T --> L(Loading in a parquet database)
28
+
T --> L(Loading in parquet database)
29
29
end
30
30
L --> BH(Bokeh Interactive Visualization)
31
31
```
32
32
33
+
## Output
34
+
35
+

36
+
33
37
## How to run this project
34
38
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
+
35
43
### Installation of dependencies
36
44
37
45
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
0 commit comments