File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ helix install
1414
1515# Run Queries
1616
17- > cd into ` helix-demo ` if you haven't already
18- > the queries in ` ./helixdb-cfg ` are the ones being used
17+ Take a look at the queries in ` ./helixdb-cfg ` to see what is being used.
1918
19+ > cd into ` helix-demo ` if you haven't already
2020``` bash
2121helix deploy --local
2222```
@@ -53,4 +53,4 @@ python3 ./get_visit_by_date.py
5353python3 ./get_patients_visits_in_previous_month.py
5454```
5555
56- > Run this one fourth to get patients visits in previous month
56+ > Run this one fourth to get patients visits in previous month
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ N::Doctor {
88 city : String
99}
1010
11+ // Visit Edge between Patient and Doctor
1112E ::Visit {
1213 From : Patient ,
1314 To : Doctor ,
You can’t perform that action at this time.
0 commit comments