Top "Titan" questions

Titan is a highly scalable graph database optimized for storing and querying massive-scale graphs containing billions of vertices and edges distributed across a multi-machine cluster

anybody tried neo4j vs titan - pros and cons

Can anybody please provide or point out to a good comparison between Neo4j and Titan? One thing i can …

graph nosql neo4j relationships titan
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
How to actually set up basic Titan + Rexster + Cassandra?

I am trying to set up a completely basic Titan Rexster Cassandra instance, but I can't seem to break the …

cassandra titan rexster
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
Cassandra Tombstoning warning and failure thresholds breached

We are running a Titan Graph DB server backed by Cassandra as a persistent store and are running into an …

cassandra titan tombstone
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
How to remove edge between two vertices?

I want to remove edge between two vertices, so my code in java tinkerpop3 as below private void removeEdgeOfTwoVertices(Vertex …

titan gremlin tinkerpop3