uzh / triplerush

A distributed in-memory graph store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TripleRush: A Distributed In-Memory Graph Store

TripleRush is a distributed in-memory graph store that supports SPARQL select queries. Its architecture is designed to take full advantage of cluster resources by distributing and parallelizing the query processing.

How to develop in Eclipse

Install the Typesafe IDE for Scala 2.11.

Ensure that Eclipse uses a Java 8 library and JVM: Preferences → Java → Installed JREs → JRE/JDK 8 should be installed and selected.

Import the project into Eclipse: File → Import... → Maven → Existing Maven Projects → select "triplerush" folder

Thanks a lot to

About

A distributed in-memory graph store.

License:Apache License 2.0


Languages

Language:Scala 100.0%