https://github.com/smartdataanalytics/bigdataocean-harmonization
Tool for harmonization of datasets in BigDataOcean
https://github.com/smartdataanalytics/bigdataocean-harmonization
Last synced: about 2 months ago
JSON representation
Tool for harmonization of datasets in BigDataOcean
- Host: GitHub
- URL: https://github.com/smartdataanalytics/bigdataocean-harmonization
- Owner: SmartDataAnalytics
- License: apache-2.0
- Created: 2017-09-12T12:01:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T19:14:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T06:22:41.748Z (3 months ago)
- Language: Java
- Size: 111 MB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigDataOcean Harmonization Tool
Tool for harmonization of datasets in BigDataOcean## Start BDOHarmonization Docker
- Start BDOHarmonization using docker-compose:
```sh
$ docker-compose up
```## Start Fuseki Server Docker
- Pull Docker Fuseki Server
```sh
$ docker pull stain/jena-fuseki
```- Copy the folder Harmonization_Fuseki_TripleStore in the machine/server
- Run Docker Fuseki Server (Remember to change the path where Harmonization_Fuseki_TripleStore is stored)
```sh
$ docker run -d --name harmonization_fuseki -p 3031:3031 -e ADMIN_PASSWORD=bd0 -v /path/to/Harmonization_Fuseki_TripleStore/:/fuseki/ -it stain/jena-fuseki ./fuseki-server --port=3031
```## Run the bash file
- Run the API for adding metadata automatically (Kafka)
```sh
$ ./initHarmonization
```Then visit http://localhost:5000/