Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
/ devbox Public archive

Aidbox.Dev — a special version of Aidbox aimed at local development.

Notifications You must be signed in to change notification settings

Aidbox/devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aidbox.Dev - Aidbox Developer Version (aka Devbox)

This repository contains auxiliary files to help you quickly run Aidbox.Dev on your local workstation and start creating your first FHIR application.

Installation manual

  • Clone the repository
  • Copy .env.tpl file to .env and fill in your AIDBOX_LICENSE_ID and AIDBOX_LICENSE_KEY. Follow the instruction to get a license
  • Start docker containers
    $ docker compose up

Performance tests

  • Download infrabox jar.
  • Run performance test:
    $ java -cp '/path/to/genops.jar' perfbox.core http:https://localhost:8888 root secret
    
  • Go to 'Performance test (Aidbox)' Grafana dashboard on http:https://localhost:3000

Now you should see performance graphs.

How testing works

On start-up

Test suite truncates Patient and Encounter tables then creates set of search parameters indexes

  • Patient.name
  • Patient.name.family
  • Patient.birthDate

Testing

This performance tests run test suit on 2, 4, 8, and 16 threads. Each thread executes test 5000 times. Each test does the following:

  1. Creates Patient resource
  2. Reads Patient by id
  3. Creates Encounter resource
  4. Reads Encounter by id
  5. Searches count of Patients by name and birthDate
  6. Searches count of Patients by family

Sample Grafana dashboard

image

image

About

Aidbox.Dev — a special version of Aidbox aimed at local development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published