sul-dlss-deprecated / sparqlight

[DEPRECATED] A blacklight application using SPARQL to replace Solr
12 stars 3 forks source link

Make rdf-turtle a runtime dependency #22

Open gkellogg opened 8 years ago

gkellogg commented 8 years ago

This fixes #18. See https://github.com/gkellogg/sparqlight-numismatics for a project which uses blacklight and this gem to run the numismatics examples. This should probably be generated from sparqlight using rails rails generate blacklight:sparql:install or something similar.

Note that search_builder and sparql_document need to be created in the client; perhaps there's a way to get default behavior from sparqlight, but it wasn't obvious to me at the time.

Note that most of the files in app/models have been moved to lib/, which seems more appropriate, but this does require adding require "blacklight/sparql" to the config/application.rb.

gkellogg commented 8 years ago

@cbeer we might keep this open as we refine the sparqlight gem contents, as it doesn't need to run as an application itself.