Is JDBC Driver Dead?

Will the JDBC Driver be brought back. Currently it says that it is deprecated?

So how does one connect to the TigerGraph if they have a Spark/PySpark?

Hello,

PFB link to connect TigerGraph to SPARK.
https://docs.tigergraph.com/tigergraph-server/current/data-loading/load-from-spark-dataframe

1 Like

Hey VamaShah
This is nice but all this says is how to load data into TigerGraph. Where is the documentation to get data from TigerGraph say into Kafka

Hello,

We have the provision to export graph data to CSV - Database Import/Export All Graphs
You can then load these files to Kafka!

I meant get data like all nodes/edges in a given graph. Or get output of a given query. How do you read that using your spark connector?