From cb87c0078fa455aa3af55900578a94bb8a6e65f1 Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Fri, 19 Jan 2018 19:21:55 +0100 Subject: [PATCH] Change Titan with JanusGraph Titan is outdated and unmaintained. JanusGraph is its direct successor. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4ee37..4bbfb71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gremlin Server Client for Go -This library will allow you to connect to any graph database that supports TinkerPop3 using `Go`. This includes databases like Titan and Neo4J. TinkerPop3 uses Gremlin Server to communicate with clients using either WebSockets or REST API. This library talks to Gremlin Server using WebSockets. +This library will allow you to connect to any graph database that supports TinkerPop3 using `Go`. This includes databases like JanusGraph and Neo4J. TinkerPop3 uses Gremlin Server to communicate with clients using either WebSockets or REST API. This library talks to Gremlin Server using WebSockets. *NB*: Please note that this driver is [currently looking for maintainers](https://github.com/go-gremlin/gremlin/issues/8).