-
Notifications
You must be signed in to change notification settings - Fork 0
Home
#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 and use the RESTful API developed to take advantage of the documented oriented mongoDB database.
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?
-
How to import a dataset in a particular collection?
-
How to use the API? How to test the responses from mongoDB?
-
Considerations for further developments.