Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 665 Bytes

README.org

File metadata and controls

18 lines (16 loc) · 665 Bytes

Dataservice

Data Service is a service which abstracts storing, retrieving and querying data about labs and related ecosystem, over HTTP for the Central Platform for Virtual Labs.

How to populate the old-data using database dump.

populate the database using the dump file provided in the sources at /dataservice/db/new_dataservice.sql

cd /dataservice/db
mysql -u <userid> -p<password> dataservice < new_dataservice.sql  

How to use the Data Service

Open browser or HTTPRequester to access the end points listed at: API Documentation

http://<host-name>:5000/<end-points>