Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a section that introduces available TinkerPop support for different programming languages #139

Open
krlawrence opened this issue Feb 24, 2019 · 1 comment

Comments

@krlawrence
Copy link
Owner

krlawrence commented Feb 24, 2019

As well as adding some detailed coverage of using the GLV clients (covered by other issues) an introductory section is needed that introduces the various support available for users of different programming languages when working with TinkerPop and Gremlin and Gremlin Server.

The coverage should include:

  • Java (local Tinkergraph and GLV support)
  • Groovy (local TinkerGraph and GLV support)
  • Python (GLV only unless Jython is used but Jython approach seems unreliable)
  • C# (GLV only)
  • JavaScript (GLV only)
  • Go - Various open source options but with limitations new Gremlin Go client.
  • Ruby (has to use HTTP/JSON) I could not get JRuby/TinkerGraph to work (so far) there is now a Ruby client in open source.
  • Rust - now has a fairly complete open source client
@krlawrence
Copy link
Owner Author

Added a sample (glv-client.js) showing a simple Node.js gremlin GLV client #107

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant