Skip to content

phenopackets/hapi-pheno-server-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.2%
  • Shell 38.2%
  • Dockerfile 2.6%