Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 770 Bytes

Dataverse App for MarketPlace

This app will connect to a dataverse instance (url defined in app.py), and allow to get all the datasets, individual ones, or just their metadata. It also implements the globalSearch capability to integrate with the platform service.

Datasets are currently (partially) mapped to a DCAT representation, and exported as a ttl file.

Authors

Deployment

An instance of this app can be deployed by running on this root folder:

docker compose up

Remember to use the -d option to start the containers in the background