Skip to content

This project, provides an AWS based service to easily discover in which database a splash exists

License

Notifications You must be signed in to change notification settings

berlinguyinca/splash-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splash-resolver

This project, provides an AWS based service to easily discover in which database a splash exists

to utilize the service, please utilize the following temporary links. We will provide a complete api in the next couple of days. Please be aware that we are throtteling the system to 1 request per second right now. If you get throttled, you will receive a 429 error code.

api

This section describes the basic API

This request will create a new entry and requires a well formated json object, looking like this:

{

"inchiKey" : "the inchi key",

"splash" : "the splash",

"origin" : "the origin of this spectra, like massbank or nist"

"record" : "the official public address in form of an url of the spectra"

}

returns the complete record of the given id

list the content of the database

lists all records associated with this InChI Key

lists all records associated with the splash

deployment

to deploy the application to the configured AWS account, please modify the domain settings in the serverless file and than execute

sls deploy

or

sls deploy --stage prod

to select your preffered stage

About

This project, provides an AWS based service to easily discover in which database a splash exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages