Hello, TigerGraph community.
I am doing a viability study with several Graph Database providers, including Tiger Graph, testing a Graph Application scenario. This scenario is not a traditional Graph workload that many might be familiar with. You can find the Application here: https://github.com/Flyer-Boy/NewApproach (there is a RideHailing.cypher script/file to create an initial state of the Graph, and it contains most of the commands that the App will use)
It was created using Neo4j and Cypher, and I am recreating the Graph model using different graph databases and their implementation of OpenCypher or GQL (ISO/IEC 39075:2024).
I have been struggling a bit with Tiger Graph, so before, I spent too many cycles trying to make it work, I’m posting this question here:
-
As I use CREATE and DELETE within my Cypher commands and don’t limit it to just the MATCH-WHERE-RETURN pattern, will the OpenCypher implementation of TigerGraph work for me?
-
Are there any React Hooks for TigerGraph available? Can anyone point me to where I can find this information?
Thanks,
Marcos