Skip to content

Web API implementation for the AOP-CAM Knowledge Provider for NCATS Data Translator

Notifications You must be signed in to change notification settings

TranslatorIIPrototypes/cam-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API for the Pathways Provider

REST API providing ReasonerStdAPI access to the Pathways Provider CAM database. Access Swagger UI at http://HOST:6434/docs.

Installation

Local Installation

pip install -r requirements

Docker Installation

docker build -t cam_api .

Deployment

Local Deployment

./main.sh

Docker Deployment

docker run -p 6434:6434 --name cam_api -d cam_api

About

Web API implementation for the AOP-CAM Knowledge Provider for NCATS Data Translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published