This repo provides the data, code, and sample projects shown at the 2014 SemTech Biz conference in San Jose.
- Download Stardog
- Run
stardog-2.2.1/bin/mavenInstall
- Create the oslc database
bin/stardog-admin db create -n oslc --searchable -o strict.parsing=false -- /path/to/data/oslc/oslc_sample.ttl
- Browse to the (database)[http://localhost:5820/oslc]
For the Groovy scripts,
- Download GVM from gvmtool.net
- Install groovy 2.2.2
- Then run
groovy Script.groovy
in the overview directory
For Stardog-groovy
- Repeat the Groovy scripts
- Install Gradle 1.9 with GVM
- Run
gradle run -Pargs=num
, where num is the number of the sample script
For Clojure
- Download leiningen 2.x via http://leiningen.org/
- Install the Leiningen oneoff plugin, see here: https://github.com/mtyaka/lein-oneoff
- Run the Script.clj files with
lein oneoff Script.clj
For oslc-workitems, the Spring Boot REST Linked Data app:
- Repeat the Groovy scripts install
- Install Gradle
- Run
gradle run
For oslc-quality, the Stardog-clj CRUD application
- Download leiningen 2.x
- Run
lein ring server
Any questions, please refer to the Stardog Google Group