You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/06/30 13:29:02 UTC

svn commit: r1750796 - /tinkerpop/site/index.html

Author: okram
Date: Thu Jun 30 13:29:02 2016
New Revision: 1750796

URL: http://svn.apache.org/viewvc?rev=1750796&view=rev
Log:
added DSEGraph to index.html list of supporting graph databases. It was always on our providers.html page, but for some reason not on the index.html listing.

Modified:
    tinkerpop/site/index.html

Modified: tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/index.html?rev=1750796&r1=1750795&r2=1750796&view=diff
==============================================================================
--- tinkerpop/site/index.html (original)
+++ tinkerpop/site/index.html Thu Jun 30 13:29:02 2016
@@ -347,6 +347,7 @@
                <small>[<a href="providers.html#data-system-providers">learn more</a>]</small>
                <ul>
                   <li><a href="https://github.com/blazegraph/tinkerpop3">Blazegraph</a> - RDF graph database with OLTP support.</li>
+                  <li><a href="http://www.datastax.com/products/datastax-enterprise-graph">DSEGraph</a> - DataStax graph database with OLTP and OLAP support.</li>
                   <li><a href="http://tinkerpop.apache.org/docs/current/reference/#giraphgraphcomputer">Hadoop (Giraph)</a> - OLAP graph processor using Giraph.</li>
                   <li><a href="http://tinkerpop.apache.org/docs/current/reference/#sparkgraphcomputer">Hadoop (Spark)</a> - OLAP graph processor using Spark.</li>
                   <li><a href="https://console.ng.bluemix.net/catalog/services/ibm-graph/">IBM Graph</a> - OLTP graph database as a service.</li>