Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to access the Atlas backend Titan Graph DB?

avatar
New Member

I would like to check out the underlying back end graph data stored in the Atlas Titan graph db. I am using the default Titan on Berkeley DB. Do you know of any query tool that does this?

My main motivation is to delete some entities from the repo, as the default REST API does not support this yet.

1 ACCEPTED SOLUTION

avatar
Guru

@Vance Wei

Try using Gremlin Server, this should give you access the the Titan layer and the ability to affect the underlying BerkeleyDB store.

http://s3.thinkaurelius.com/docs/titan/0.9.0-M1/server.html

View solution in original post

1 REPLY 1

avatar
Guru

@Vance Wei

Try using Gremlin Server, this should give you access the the Titan layer and the ability to affect the underlying BerkeleyDB store.

http://s3.thinkaurelius.com/docs/titan/0.9.0-M1/server.html