Skip to content

linked-swissbib/rdftoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rdftoes

Queries a SPARQL endpoint and indexes results in an Elasticsearch cluster

Getting started

  1. Clone repository

  2. Set your connection settings (among others) in a properties file. You find an example in src/main/resources

  3. Set a path to the log file in src/main/resources/log4j2.xml

  4. Execute maven package goal:

     mvn package
    
  5. Start jar. In order to load the properties file indicate the path in the command line. If you don't set a properties file you have to define temporary settings.

CAVEAT In order to work properly you must disable a possible query result row limit in your SPARQL endpoint (e.g. in Virtuoso: ResultSetMaxRows = 0).

About

Get RDF statements and index them in Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages