Skip to content

PDS4 IM in a GraphDB

Jordan Padams edited this page Jun 28, 2021 · 1 revision

Using Blazegraph

Starting up and using BlazeGraph

  1. Go to BlazeGraph, click the "Download" link at the bottom of the page, then, once you're rerouted to the next page, click on the "blazegraph.jar" link to download the application. (P.S. - Make sure that you have Java 9+ installed on your computer)
  2. To run BlazeGraph, go to the command line, change directory into where you have the "blazegraph.jar" file downloaded, and type "java -server -Xmx4g -jar blazegraph.jar" to startup the BlazeGraph application
  3. To run queries with BlazeGraph, go to the "UPDATE" tab and upload your data file, next, go to the "QUERY" tab, write your query, and click "execute" button to return the data
Clone this wiki locally