Support Questions

Find answers, ask questions, and share your expertise

How to access the Atlas backend Titan Graph DB?

avatar
Explorer

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