Created 06-06-2016 09:32 PM
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
Hi Misael, this topic might have (or point to) the info you're looking for:
Created 06-06-2016 09:46 PM
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
Hi Misael, this topic might have (or point to) the info you're looking for:
Created 06-07-2016 01:03 PM
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
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
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.