I am using Apache Atlas on hortonworks sandbox 2.5. I wish to query the metadata is store in atlas-titan table. Querying the table directory does not provide useful insights into the data stored and hence wanted to use Gremlin or any other tool to query it like a graph database. I have downloaded gremilin CLI but dont know how to connect it to Titan DB Atlas uses.
According to Gremlin docs I need to extract the cli application into database folder. Also need to provide configuration to connect to the database. But cant figure out the location for database or the conf file to execute TinkerFactory.open(conf)
Could someone please guide me as how can I access the titan graph database of used to store metadata in Apache Atlas to get information regarding the nodes and vertices stored in it.