Importing graph data: Memgraph
To import data into Memgraph, you have a several options depending on your needs.
Memgraph has features to:
- Import
CSVdata from files - Import
JSONdata from files - Import
CYPHERLfiles with Cypher queries - Migrate relational databases (MySQL or PostgresSQL)
- Import streaming data (e.g. from Kafka, Redpanda or Pulsar stream)
Please refer to the Memgraph documentation about data import for details.