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.
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).
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
andtransactions
).