-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ricardo Reyes-Jimenez edited this page Mar 7, 2017
·
3 revisions
#Welcome to the biomodelos_db_api wiki!
This is a wiki for BioModelos webservices API. We will show how to, from scratch, deploy all the solution developed.
For this, we need to take knowledge of some things:
-
What is a RESTful API? What is a web service? Is there limitations of use of this API?
-
What is a noSQL database? Why was chosen mongoDB to be the main database for BioModelos?
-
How to install ALL you need to recreate the API?
-
How to create databases, collections, schemas, dataValidationModels, indexes in mongoDB?
-
Considerations for further developments.