Skip to content

Commit 1fe25d5

Browse files
committed
pushing demo changes
1 parent e0a272b commit 1fe25d5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2121
helix deploy --local
2222
```
@@ -53,4 +53,4 @@ python3 ./get_visit_by_date.py
5353
python3 ./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

helixdb-cfg/schema.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ N::Doctor {
88
city: String
99
}
1010

11+
// Visit Edge between Patient and Doctor
1112
E::Visit {
1213
From: Patient,
1314
To: Doctor,

0 commit comments

Comments
 (0)