Skip to content

Commit

Permalink
Merge pull request #11 from ShalokShalom/patch-1
Browse files Browse the repository at this point in the history
Change Titan with JanusGraph
  • Loading branch information
rushmorem committed Jan 19, 2018
2 parents 6aaaf06 + cb87c00 commit db218ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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).

Expand Down

0 comments on commit db218ee

Please sign in to comment.