VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

An EDA service that provides

See the https://veupathdb.github.io/EdaSubsettingService/api.html[API Docs] for details.

Review the https://github.com/VEuPathDB/example-jaxrs-container-service[Example JaxRS Container Service library] for notes on how to install and run this service

The primary datastore for the subsetting service is an RDBMS that includes the EDA schema.

Additionally, data is stored in compact binary files used by a high-efficiency map-reduce algorithm, to provide rapid response for large requests

TODO: build out this documentation