Skip to content

HelixDB/helix-demo

Repository files navigation

Setup

HelixCLI installation

curl -sSL https://install.helix-db.com | bash

Install Helix

helix install

Run Queries

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

Setup python environment

python3 -m venv venv
source venv/bin/activate
pip install helix-py

Send Requests

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •