Questions tagged [titan]

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

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.

Titan is a transactional database that can support thousands of concurrent users.


Resources :


Related tags :

951 questions
-2
votes
1 answer

How to install titan 1.0.0 api for java

I'm able to run groovy scripts via the gremlin console, but I wish to use titan db in Java files and I can't find a way to install Titan API for java.
s279
  • 61
  • 5
-2
votes
1 answer

Need advice to choose graph database

I'm looking for options for graph database to be used in a project. I expect to have ~100000 writes (vertix + edge) per day. And much less reads (several times per hour). The most frequent query takes 2 edges depth tracing that I expect to return…
Olga Gorun
  • 327
  • 3
  • 13
-2
votes
1 answer

Titan graph database issue with bulk loading for any datasource

I am very new to Titan Graph database. Please let me know can we perform bulk loading in titan db using Batch Graph for any format of files(example: pdf, doc, xml, xls, csv and etc). Kindly, please reply if anyone knows about it. Thanks in…
Kamal Verma
  • 115
  • 1
  • 1
  • 10
-2
votes
2 answers

How to convert String to List in Groovy

I'm having problem converting the Strings "[3]" here: p = {"results":["[3]","[3]"],"success":true,"version":"2.4.0","queryTime":63.102287} to Lists. p[0] gives me: {"results":["[3]"],"success":true,"version":"2.4.0","queryTime":68.24303} So I…
agiledevpro
  • 133
  • 1
  • 5
  • 17
-2
votes
1 answer

Graph DB: Sort product based on likes

I have a product vertex which has incomming like edge. User ------- likes ----------->products In my search result I want to sort the products based on likes. How this can be done ?
Manish Kumar
  • 10,214
  • 25
  • 77
  • 147
-4
votes
1 answer

What is my mistake?

This is my rexster.xml file configured as below 8182 0.0.0.0
Ramnath Reddy
  • 605
  • 1
  • 5
  • 10
1 2 3
63
64