I've been working with a collection of files that are stored in Amazon S3, which happen to be in the parquet format. These files represent the edges of a graph I'm working on, and are structured with the following fields: src_id
, dst_id
, and weight
.
Is there a convenient and straightforward method for importing this data into Memgraph without having to go through the hassle of converting the files to CSV format?