Neo4j Morpheus

I am trying to load data into Neo4j from Databricks File system (DBFS). I have tried doing this using Py2neo and Looping on the data frame. But this solution has performance issues and takes huge time for lager set of data.

I have come across Morpheus which help achieve this but I am not sure how to use Morpheus. Is there any training or example documents on how to use Neo4j Morpheus?