- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to access the Atlas backend Titan Graph DB?
- Labels:
-
Apache Atlas
Created ‎06-23-2016 06:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎06-24-2016 08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try using Gremlin Server, this should give you access the the Titan layer and the ability to affect the underlying BerkeleyDB store.
Created ‎06-24-2016 08:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try using Gremlin Server, this should give you access the the Titan layer and the ability to affect the underlying BerkeleyDB store.
