curl -sSL https://install.helix-db.com | bash
helix install
Take a look at the queries in ./helixdb-cfg
to see what is being used.
cd into
helix-demo
if you haven't already
helix deploy --local
python3 -m venv venv
source venv/bin/activate
pip install helix-py
python3 ./create_data.py
Run this one first to create the data
python3 ./get_patient.py
Run this one second to get a patient
python3 ./get_visit_by_date.py
Run this one third to get visits by date
python3 ./get_patients_visits_in_previous_month.py
Run this one fourth to get patients visits in previous month