How to neo4j to Tigergraph (file is in graphml format)

51 Views Asked by At

i'm trying to migrate the schema from neo4j to tigergraph where i exported the data from neo4j in graphml format and trying to parse the file and create schema in tigergraph. Do let me know if there is any other way than manually creating one.

1

There are 1 best solutions below

0
On

This project open-source project is a bit old, but I believe could help you https://github.com/TigerGraph-DevLabs/GraphML-TG It covers how to import the graphml schema and data into TigerGraph DB.