Queries a SPARQL endpoint and indexes results in an Elasticsearch cluster
-
Clone repository
-
Set your connection settings (among others) in a properties file. You find an example in src/main/resources
-
Set a path to the log file in src/main/resources/log4j2.xml
-
Execute maven package goal:
mvn package
-
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).