Hi! is it possible to connect to elasticsearch behind the scenes and extract datahub data ? or we need to go through graphql and API ? my aim is to extract dump and import into Cosmos graph database.
g
gray-ocean-32209
02/22/2024, 7:06 AM
all metadata already there stored in elasticsearch. Directly Query ES to get data you need or take an indices export to file or datastore(like sql) to use it further