From e6464b59e30f1ec3b208b3fefac7a1df070b95c5 Mon Sep 17 00:00:00 2001 From: Ryan Webb Date: Thu, 12 Mar 2015 11:56:34 -0400 Subject: [PATCH] Update README.md Updated readme to have rexster info --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index afc9fa8..f881c64 100644 --- a/README.md +++ b/README.md @@ -211,3 +211,23 @@ Job j = new Job(); j.setOutputFormatClass(ElementOutputFormat.class); ElementOutputFormat.setAccumuloGraphConfiguration(j, cfg); ``` + +## Rexster Configuration +Below is a snippet to show an example of AccumuloGraph integration with Rexster. For a complete list of options for configuration, see [`AccumuloGraphConfiguration$Keys`](https://github.com/JHUAPL/AccumuloGraph/blob/master/src/main/java/edu/jhuapl/tinkerpop/AccumuloGraphConfiguration.java#L110) + +```xml + + true + myGraph + edu.jhuapl.tinkerpop.AccumuloRexsterGraphConfiguration + + Distributed + accumulo + zk1,zk2,zk3 + user + password + + + + +```