Migrating from Neo4j to Dgraph

I am a beginner and migrating my db from Neo4j to Dgraph. I have a lot of data which I want to shift because of the fast execution in dgraph and its horizontal scaling feature.

I want to know is there any tool or technique that I should follow? I am only testing it right now and did query few of the data from neo4j and stored the response data in dgraph schema but I am stuck in storing info regarding the relations between nodes.

Any help regarding this will be appreciated.

Nope. Try to export the dataset to JSON. That should work fine.

Not sure what you wanna accomplish here, but feels like Get started with Dgraph