- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Which database does Atlas use?
- Labels:
-
Apache Atlas
Created ‎06-06-2016 09:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello guys,
I'd like to know which database Apache Atlas uses and how I can have access to it. Best, Misael Castro
Created ‎06-06-2016 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Misael, this topic might have (or point to) the info you're looking for:
Created ‎06-06-2016 09:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AFAIK by Default It uses embedded graph DB database called Titan over a storage DB i.e BerkeleyDB and for indexing it has ElasticSearch in embedded mode.
What exactly you want to access?
Created ‎06-06-2016 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Misael, this topic might have (or point to) the info you're looking for:
Created ‎06-07-2016 01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello guys, thank you for your reply. I saw the Atlas configuration in ambari, but I wasn't able to access the DB. Is there a way to access BerkeleyDB? If yes, how can I do it? If it is not possible, there is another way to access Atlas raw data? We want to use Atlas data to create another project connect to Atlas.
Created ‎06-07-2016 06:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Berkley DB access methods are described in this tutorial/reference guide: https://web.stanford.edu/class/cs276a/projects/docs/berkeleydb/reftoc.html
Created ‎06-07-2016 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And more API doc info is available here: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/documentation/index.html. The DB docs link opens this page: http://docs.oracle.com/cd/E17076_05/html/index.html with API and porting info.
