* functional Titan+Rexter with internal ES and Persistit backend

This commit is contained in:
Geoff Bourne
2014-07-20 18:49:33 +00:00
parent b354ba5981
commit 8168c62bdd
7 changed files with 126 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import com.thinkaurelius.titan.core.TitanFactory
import com.thinkaurelius.titan.example.GraphOfTheGodsFactory
def g = TitanFactory.open('conf/titan.properties')
GraphOfTheGodsFactory.load(g)
g.shutdown()