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 2016/10/27 13:50:41 UTC

[15/30] tinkerpop git commit: Added neo4j-gremlin-bolt to graph provider listing.

Added neo4j-gremlin-bolt to graph provider listing.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/de3edc06
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/de3edc06
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/de3edc06

Branch: refs/heads/master
Commit: de3edc06346516dc954da4fa4877b255fe072264
Parents: 2f51961
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Oct 24 10:15:22 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Oct 27 07:39:51 2016 -0400

----------------------------------------------------------------------
 site/home/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/de3edc06/site/home/index.html
----------------------------------------------------------------------
diff --git a/site/home/index.html b/site/home/index.html
index 9777271..162d568 100644
--- a/site/home/index.html
+++ b/site/home/index.html
@@ -221,7 +221,8 @@ limitations under the License.
             <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>
-            <li><a href="http://tinkerpop.apache.org/docs/currentg/#neo4j-gremlin">Neo4j</a> - OLTP graph database.</li>
+            <li><a href="http://tinkerpop.apache.org/docs/currentg/#neo4j-gremlin">Neo4j</a> - OLTP graph database (embedded).</li>
+            <li><a href="https://github.com/SteelBridgeLabs/neo4j-gremlin-bolt">neo4j-gremlin-bolt</a> - OLTP graph database (using Bolt Protocol).</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>
             <li><a href="http://tinkerpop.apache.org/docs/current/reference/#tinkergraph-gremlin">TinkerGraph</a> - In-memory OLTP and OLAP reference implementation.</li>