Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/big-data-europe/docker-geotriples-ws
https://github.com/big-data-europe/docker-geotriples-ws
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/big-data-europe/docker-geotriples-ws
- Owner: big-data-europe
- License: mit
- Created: 2016-08-25T13:37:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T19:14:42.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T12:42:18.841Z (3 months ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - big-data-europe/docker-geotriples-ws - (others)
README
# docker-geotriples-ws
Geotriples is a tool for publishing geospatial data as Linked Open Geospatial Data. You can find more informatin here: https://github.com/LinkedEOData/GeoTriples.
Geotriples is used as service for the BDE SC7 pilot.
Example usage
Run the docker:
$ docker run -p 9999:8080 bde2020/geotriples-ws:1.0.0Trigger it through command line:
$ curl -X POST -d @/post_geo.json http://localhost:9999/geotriples/event -H "Content-Type:application/json" -H "Accept: application/json"
or
$ curl -X POST -d @/changes.json http://localhost:9999/geotriples/changes -H "Content-Type:application/json" -H "Accept: application/json"After it is triggered it will search for strabon @ localhost:8193 to save the triples.
The testing files post_geo.json and changes.json are in file testing-files of this repo.