OpenDataHub is a cloud-based software platform for sharing publicly available scientific datasets.
It serves two main groups of users. The dataset providers, which are the researchers responsible for sharing and maintaining datasets, and the dataset users, that are those who desire to access the public data.
To the former are given tools to easily publish and maintain large volumes of data, whereas the later are given tools to enable the preview and creation of subsets of the original data through the introduction of filter and aggregation operations.
- You first may clone its source code
git clone https://github.com/OrencioRodolfo/OpenDataHub.git opendatahub
- Then install at it's dependencies
cd opendatahub
npm install
bower install
- Run all the scripts needed thought Grunt
grunt
- Finally, serve your brand new app
node app.js
As a live demo, we can point SustData dataset. A Public Dataset for ICT4S Electric Energy Research that provides all its data publicly through OpenDataHub.


