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/01/21 16:00:14 UTC

svn commit: r1725972 - /incubator/tinkerpop/site/index.html

Author: okram
Date: Thu Jan 21 15:00:14 2016
New Revision: 1725972

URL: http://svn.apache.org/viewvc?rev=1725972&view=rev
Log:
added blazegraph to the list of TinkerPop3-enabled graph providers.

Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1725972&r1=1725971&r2=1725972&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Thu Jan 21 15:00:14 2016
@@ -134,10 +134,11 @@
            <p/>
            <h4 id="graph-systems">Graph Systems</h4>
              <ul>
+               <li><a href="https://github.com/blazegraph/tinkerpop3">Blazegraph</a> - RDF graph database with OLTP support.</li>
                <li><a href="https://graph-data-store-docs.ng.bluemix.net/">Bluemix Graph Data Store</a> - IBM's OLTP graph database as a service.</li>
                <li><a href="https://github.com/rmagen/elastic-gremlin">elastic-gremlin</a> - Elasticsearch reprsented as a graph with OLTP support.</li>
-               <li><a href="http://tinkerpop.apache.org/docs/3.1.0-incubating/#giraphgraphcomputer">Hadoop (Giraph)</a> - OLAP engine using Giraph.</li>
-               <li><a href="http://tinkerpop.apache.org/docs/3.1.0-incubating/#sparkgraphcomputer">Hadoop (Spark)</a> - OLAP engine using Spark.</li>
+               <li><a href="http://tinkerpop.apache.org/docs/3.1.0-incubating/#giraphgraphcomputer">Hadoop (Giraph)</a> - OLAP graph processor using Giraph.</li>
+               <li><a href="http://tinkerpop.apache.org/docs/3.1.0-incubating/#sparkgraphcomputer">Hadoop (Spark)</a> - OLAP graph processor using Spark.</li>
                <li><a href="http://tinkerpop.apache.org/docs/3.1.0-incubating/#neo4j-gremlin">Neo4j</a> - OLTP graph database.</li> 
                <li><a href="https://github.com/pietermartin/sqlg">Sqlg</a> - RDBMS OLTP implementation with HSQLDB and Postresql support.</li>
                <li><a href="http://stardog.com/">Stardog</a> - RDF graph database with OLTP and OLAP support.</li>