Strabon is a semantic spatiotemporal RDF store. You can use it to store linked geospatial data that changes over time and pose queries using SPARQL. see strabon.di.uoa.gr
This image is based on Centos 7
Strabon is cloned from its Mercurial repository
Tomcat listens to port 8080
A subset of the Greek Administrative Geography dataset has been included in the image and it is available under the url location /files
Strabon's default username and password is endpoint and 3ndpo1nt It is asked when you update data via the web interface.
Strabon need a PostGIS enabled PostgreSQL database system. To connect strabon to the postgis container, the run command must be invoked with the --link option to create a link between the two containers. see linking
docker run -p 8080:8080 --link postgis:postgis \
--name panos/strabon strabon
docker run -p 8080:8080 --link postgis:postgis \
-v /home/user/path/dir:/usr/share/tomcat/webapps/files/dir \
--name panos/strabon strabon
Content type
Image
Digest
sha256:f6a2ecdd9…
Size
-
Last updated
over 11 years ago
docker pull panos/strabon