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

VariantstoreStorage implementation for PostgreSQL #38

Closed christopher-mohr closed 2 years ago

christopher-mohr commented 3 years ago

As a second storage interface, we would like to have an interface to a PostgreSQL database. Ideally this will be implemented using Micronaut data.

We should also provide a corresponding PostgreSQL Variantstore schema (#37).

christopher-mohr commented 2 years ago

Solved by #50.