Ask for suggestions for ingesting data from Elasticsearch to TigerGraph

Hi all,
I’m curious, Can tigergraph load data from Elasticsearch?
if not can any suggest alternative tools to ingest data from Elasticsearch to TigerGraph?

Hi @maulcenter,

I think Kafka source connector would be the best solution:

Other possibility would be using Python or some other programming language:
https://elasticsearch-py.readthedocs.io/en/v8.5.0/

1 Like