Importing graph data: Memgraph
To import data into Memgraph, you have a several options depending on your needs.
Memgraph has features to:
- Import
CSV
data from files - Import
JSON
data from files - Import
CYPHERL
files 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.