JanusGraph / janusgraph

JanusGraph: an open-source, distributed graph database
https://janusgraph.org
Other
5.33k stars 1.17k forks source link

Document how to connect to JanusGraph in the README #597

Open mbrukman opened 7 years ago

mbrukman commented 7 years ago

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.

pluradj commented 7 years ago

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.

mbrukman commented 7 years ago

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.

farodin91 commented 4 years ago

Done by @FlorianHockmann

FlorianHockmann commented 4 years ago

@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.