Skip to content

Instantly share code, notes, and snippets.

Created February 27, 2014 20:48
Show Gist options
  • Save anonymous/08363ff36eb28bb715fb to your computer and use it in GitHub Desktop.
Save anonymous/08363ff36eb28bb715fb to your computer and use it in GitHub Desktop.
<!-- There are two <graph> nodes because I wasn't sure how what the correct one was -->
<graph>
<graph-name> reference implementation</graph-name>
<graph-type>com.tinkerpop.rexster.config.TinkerGraphGraphConfiguration</graph-type>
<graph-location>/TEMP/tinkergraph</graph-location>
<graph-mock-tx>true</graph-mock-tx>
</graph>
<graph>
<graph-enabled>true</graph-enabled>
<graph-name>fluxgraphexample</graph-name>
<graph-type>com.tinkerpop.rexster.config.FluxGraphConfiguration</graph-type>
<graph-location>datomic:free://localhost:4334/flux</graph-location>
<extensions>
<allows>
<allow>tp:gremlin</allow>
</allows>
</extensions>
</graph>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment