Basic REST API with a DuckDB and SQLite database to find genomes and species hosted in Ensembl.
82
This project provides a basic REST API that interacts with a DuckDB and SQLite database to find genomes and species hosted in Ensembl.
When running you can navigate to http://127.0.0.1:8000 to find the main interface or http://127.0.0.1:8000/docs to access the OpenAPI docs.
docker run --detach --name ensembl-species-search --publish 8000:80 andrewyatz/ensembl-species-search:1.0.0
Once finished stop the container like so.
docker stop --timeout 5 ensembl-species-search
Content type
Image
Digest
sha256:e8b9cd8c6…
Size
219.9 MB
Last updated
about 1 year ago
docker pull andrewyatz/ensembl-species-search:1.0.0