1
votes

I just started using Titan Graph DB. I want to use the AWS DynamoDB as the Storage Backend. I have set up Dynamo DB locally using the steps mentioned on Installing and Running the DynamoDB Storage Backend for Titan

All the steps have been successfully completed. I now want to visualize the graph (Marvel Universe Social Graph), using Rexster.

I have downloaded Rexster and set it up. From what i have read, i understand that entries have to be made to config/rexster.xml file to conect it to my graph DB . I cannot find what exactly needs to be put in to it, if DynamoDB is to be used as backend. Can someone tell me the exact steps i should follow when dynamoDB is used as storage backend?

1

1 Answers

0
votes

If you're using Titan 1.0.0 as the document you referenced states, then you will not be able to use this with Rexster because Rexster is not compatible with the underlying TinkerPop 3.0.1 version that is used.

Rexster is compatible with TinkerPop 2.x, and TinkerPop 2.x is out of service.