Top "Gremlin" questions

Gremlin is the graph traversal language and virtual machine of Apache TinkerPop™

Neo4j - Cypher vs Gremlin query language

I'm starting to develop with Neo4j using the REST API. I saw that there are two options for performing …

neo4j graph-databases cypher gremlin
Parsing dates without timezone conversion

I am working with groovy (gremlin to traverse a graph database to be exact). Unfortunately, because I am using gremlin, …

java datetime groovy gremlin
Gremlin remove all Vertex

I know how to remove a vertex by id, but I need to delete multiple vertices (clean the db). Deleting 1 …

graph neo4j gremlin
Gremlin get all incoming and outgoing vertex, including their edges and directions

I spent a week at Gremlin shell trying to compose one query to get all incoming and outgoing vertexes, including …

java graph neo4j titan gremlin
How to start Titan graph server and connect with gremlin?

I've been playing with Titan graph server for a while now. And my feeling is that, despite an extensive documentation, …

graph-databases gremlin titan rexster
Add edge between existing nodes in Gremlin

I'm new to Gremlin and just trying to build out a basic graph. I've been able to do a basic …

gremlin
How do I update a specific edge property using Gremlin/Titan/TinkerPop3?

The goal I have a simple enough task to accomplish: Set the weight of a specific edge property. Take this …

titan gremlin tinkerpop3
Gremlin: How do you find vertices without a particular edge?

I've been looking at the Gremlin graph language, and it appears very powerful. However, whilst running through what it can …

graph gremlin vertices edges
How Gremlin query same sql like for search feature

Im using OrientDB type graph. I need syntax of Gremlin for search same SQL LIKE operator LIKE 'search%' or …

sql gremlin orientdb
How to Update the Value of Vertex in Gremlin Server ( Titan 1.0)

I'm having a vertex with following details: http://localhost:8182/?gremlin=g.V(4192) { "requestId": "6ce01f3b-f623-41f6-bb03-dd56014…

graph titan gremlin tinkerpop3 gremlin-server