Hello,
I have a java application that reads streaming event (edges) from a Kafka server and does some analysis.
I need to insert these events into tiger graph database. However, I could not find a java library for tiger graph to do that.
If there is no Java library, can you guys give me some pointer on how to insert a stream of events (edges) into the graph database inside my java application?