qbicsoftware / variantstore-service

The Variantstore is a Java/Groovy-based service application implemented using the Micronaut framework and enables storage and access to information on genomic variants and metadata from a connected database via a RESTful API.
MIT License
4 stars 1 forks source link

Add server-side status view #58

Closed christopher-mohr closed 2 years ago

christopher-mohr commented 2 years ago

This adds a server-side view that displays the current status of the corresponding Variantstore instance.

Additionally, this changes the datasource and flyway migration configuration in order to work with a single database instance with two schemas (variantstore and transactions).