Skip to content

vlead/dataservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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> 

About

A service which abstracts storing, retrieving and querying data over HTTP for the Central Platform for Virtual Labs

Resources

License

Stars

Watchers

Forks

Packages

No packages published