Hi! is it possible to connect to elasticsearch be...
# advice-metadata-modeling
a
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
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