janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Document how to connect to JanusGraph in the README

Open mbrukman opened this issue 8 years ago • 4 comments

There are many questions, both on the mailing list and sometimes in GitHub issues where users are not sure how to connect to JanusGraph using a library in a language of their choice (e.g., see issue #595).

We should document how users can find an appropriate client library in the README.md so that it's easy to find.

mbrukman avatar Oct 03 '17 20:10 mbrukman

A link was recently added deeper in the docs, but adding it to the README sounds like a good idea. Keep in mind that connecting with a non-JVM language requires starting up a Gremlin Server.

pluradj avatar Oct 03 '17 20:10 pluradj

Quoting from the docs (in case the content changes or moves):

Gremlin Language Drivers: Connect to a Gremlin Server with different programming languages, including Go, JavaScript, .NET/C#, PHP, Python, Ruby, Scala, and TypeScript.

mbrukman avatar Oct 03 '17 21:10 mbrukman

Done by @FlorianHockmann

farodin91 avatar May 08 '20 21:05 farodin91

@farodin91 This issue asks to add the information to the README.md but I didn't add it there so I don't think that this issue is resolved.

FlorianHockmann avatar May 11 '20 10:05 FlorianHockmann