Are there alternative clients other than console?

Hi guys, would you recommend any alternative client to run gremlin queries that have a more user friendly UI?
Solution:
In the interest of transparency also, you can see a list of other providers (not all of them are gremlin clients) at https://tinkerpop.apache.org/community.html and https://github.com/JanusGraph/janusgraph respectively for Gremlin server and janusgraph. G. V() supports pretty much all major providers
GitHub
GitHub - JanusGraph/janusgraph: JanusGraph: an open-source, distrib...
JanusGraph: an open-source, distributed graph database - GitHub - JanusGraph/janusgraph: JanusGraph: an open-source, distributed graph database
Jump to solution
7 Replies
Arthur from gdotv
Arthur from gdotv•3y ago
I'm biased of course but https://gdotv.com is the one I would personally recommend 😄 it's free for open source implementations of Apache Tinkerpop and generally much more affordable for commercial implementations (Neptune/Azure Cosmos DB) than other commercial solutions
gdotv Ltd
gdotv Ltd
Gremlin Graph Database IDE, Debugging & Visualization Tool
A powerful IDE to query, debug and visualize your Apache TinkerPopâ„¢ graph DBs. Compatible with Azure Cosmos DB, JanusGraph, Amazon Neptune & more. Free to try!
fedayka
fedaykaOP•3y ago
Thanks I will check it out
Solution
Arthur from gdotv
Arthur from gdotv•3y ago
In the interest of transparency also, you can see a list of other providers (not all of them are gremlin clients) at https://tinkerpop.apache.org/community.html and https://github.com/JanusGraph/janusgraph respectively for Gremlin server and janusgraph. G. V() supports pretty much all major providers
GitHub
GitHub - JanusGraph/janusgraph: JanusGraph: an open-source, distrib...
JanusGraph: an open-source, distributed graph database - GitHub - JanusGraph/janusgraph: JanusGraph: an open-source, distributed graph database
Arthur from gdotv
Arthur from gdotv•3y ago
Also if you have any questions feel free to message me
triggan
triggan•3y ago
If you use Jupyter Notebooks, there's also the graph-notebook utility that you can use to develop queries and integrate with other Jupyter features. https://github.com/aws/graph-notebook (This works with more than just Neptune)
GitHub
GitHub - aws/graph-notebook: Library extending Jupyter notebooks to...
Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL. - GitHub - aws/graph-notebook: Library extending Jupyter notebooks to integrate with Apache Tinke...
kelvinl2816
kelvinl2816•3y ago
You could be like me and run the Gremlin Console inside Mac Vim with a split screen of Groovy commands and a Terminal session 😉
ManabuBeach
ManabuBeach•3y ago
G.V() is so far the best option I have found. I disclaim that the author of G.V() and we have been working closely. If you are just starting with Neptune, I also advise people to establish an Amazon OpenVPN endpoint. Of all the options I tried, once you set one up, you can now connect to any number of Neptune instances instantiated to the VPC without further configurations and G.V() auto connection works flawlessly without a worry about security risks of public ports or load balancers.

Did you find this page helpful?