https://github.com/smartdataanalytics/bigdataocean-lov
BigDataOcean Metadata Repository (based on LOV)
https://github.com/smartdataanalytics/bigdataocean-lov
Last synced: about 2 months ago
JSON representation
BigDataOcean Metadata Repository (based on LOV)
- Host: GitHub
- URL: https://github.com/smartdataanalytics/bigdataocean-lov
- Owner: SmartDataAnalytics
- License: apache-2.0
- Created: 2017-06-23T10:11:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T17:31:43.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T06:22:34.052Z (3 months ago)
- Language: HTML
- Size: 1.09 MB
- Stars: 3
- Watchers: 30
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigDataOcean-LOV
BigDataOcean Metadata Repository (based on LOV)- Start mongodb, elasticsearch, fuseki, and LOV in separate docker containers using docker-compose:
```sh
$ docker-compose up
```
- Initialize LOV with data
```sh
$ ./initLOV
```
- Update LOV when new data is inserted
```sh
$ ./updateLOV
```
### Note:
Do not forget to initialize LOV.