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