I am working on python and needs to read data(need to know available available vertices, relationships between them and properties of each vertex) in Titan Graph database(may be in to excel for some understanding or analysis). I read through bulbs(http://bulbflow.com/docs/)but not able to use it. I only have below info.
- Graph db titan uses hbase as backend storage.
- It is in cluster with hostname: example-titan.com
- Table name is "alphausers".
- No Rexter server is used in creating graph.
Bulbs requires url to connect to graph db and i didn't understand how to pass hbase and table/graph name to access it. OR I am not using the correct library to access titan graph.