Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 864 Bytes

hapi-server-setup

This is an early effort to simplify the instantiation of a HAPI server and loading it with an initial set of resources.

Specifically, it allows you to:

  • Build a HAPI Spring Boot executable War from a repository and branch/sha of your choice.
  • Run the War.
  • Use Postgresql as the HAPI database.
  • Use ElasticSearch as the indexing backend
  • Use Kibana to explore the ElasticSearch index
  • Load individual FHIR resource files
  • Load sets of FHIR resources from plain zip files
    • Loading FHIR packages is coming soon
  • Docker Compose based
  • A built-in simple Python CLI that drives the Docker Compose execution, with a few Bash wrapper scripts for the basic use cases.
    • Windows not supported yet

Further documentation coming soon.