Skip to content

Instantly share code, notes, and snippets.

@vallettea
Created March 5, 2014 08:30
Show Gist options
  • Select an option

  • Save vallettea/9363352 to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/9363352 to your computer and use it in GitHub Desktop.
conf = new BaseConfiguration()
conf.setProperty('storage.backend', 'persistit')
conf.setProperty('storage.directory', '/tmp/titangraph')
g=TitanFactory.open(conf)
g.V.count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment