You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/21 19:29:59 UTC

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

Author: spmallette
Date: Thu May 21 17:29:59 2015
New Revision: 1680933

URL: http://svn.apache.org/r1680933
Log:
Added some short descriptions for the Graph System Implementations.

Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1680933&r1=1680932&r2=1680933&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Thu May 21 17:29:59 2015
@@ -96,12 +96,12 @@
            <p/>
            <h4>Graph System Implementations</h4>
              <ul>
-               <li><a href="https://github.com/rmagen/elastic-gremlin">elastic-gremlin</a></li>
-               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#giraphgraphcomputer">Hadoop (Giraph)</a></li>
-               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#sparkgraphcomputer">Hadoop (Spark)</a></li>
-               <li><a href="https://github.com/pietermartin/sqlg">Sqlg</a></li>
-               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#tinkergraph-gremlin">TinkerGraph</a></li>
-               <li><a href="http://thinkaurelius.github.io/titan/">Titan</a></li>
+               <li><a href="https://github.com/rmagen/elastic-gremlin">elastic-gremlin</a> - Elasticsearch implementation.</li>
+               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#giraphgraphcomputer">Hadoop (Giraph)</a> - Graph Computer implementation using Giraph.</li>
+               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#sparkgraphcomputer">Hadoop (Spark)</a> - Graph Computer implementation using Spark.</li>
+               <li><a href="https://github.com/pietermartin/sqlg">Sqlg</a> - RDBMS implementation with HSQLDB and Postresql support.</li>
+               <li><a href="http://tinkerpop.incubator.apache.org/docs/3.0.0.M8-incubating/#tinkergraph-gremlin">TinkerGraph</a> - In-memory reference implementation.</li>
+               <li><a href="http://thinkaurelius.github.io/titan/">Titan</a> - Distributed graph database with BerkeleyDB, Cassandra and HBase implementations.</li>
              </ul>
            <h4>Libraries</h4>
              <ul>