Skip to content

Instantly share code, notes, and snippets.

@ubit-ee
Created July 16, 2014 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ubit-ee/d5530e4fa4b87c752294 to your computer and use it in GitHub Desktop.
Save ubit-ee/d5530e4fa4b87c752294 to your computer and use it in GitHub Desktop.
Dump of Titan graph test generated DB
<?xml version="1.0" encoding="UTF-8"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.1/graphml.xsd">
<key id="MY_KEY_NAME" for="node" attr.name="MY_KEY_NAME" attr.type="string" />
<graph id="G" edgedefault="directed">
<node id="256">
<data key="MY_KEY_NAME">KEY_VALUE_A</data>
</node>
<node id="512">
<data key="MY_KEY_NAME">KEY_VALUE_A</data>
</node>
<node id="768">
<data key="MY_KEY_NAME">KEY_VALUE_A</data>
</node>
<node id="1024">
<data key="MY_KEY_NAME">KEY_VALUE_B</data>
</node>
<node id="1280">
<data key="MY_KEY_NAME">KEY_VALUE_B</data>
</node>
<node id="1536">
<data key="MY_KEY_NAME">KEY_VALUE_B</data>
</node>
<edge id="og-gw-28t-8g" source="1024" target="512" label="MY_LABEL_NAME" />
<edge id="oM-kE-28t-co" source="1280" target="768" label="MY_LABEL_NAME" />
<edge id="pi-oM-28t-48" source="1536" target="256" label="MY_LABEL_NAME" />
</graph>
</graphml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment