Relative Content

Tag Archive for memgraphdb

How to replace environment field with command field in docker compose file for memgraph/memgraph-platform

how to replace environment field with command field in docker compose file for memgraph/memgraph-platform I’m trying to modify a Docker Compose file to remove the environment field and replace it with the command field. To use Blueprint41, I need to set this flag: –storage-enable-schema-metadata=true However, the documentation has no entry for this Docker image: memgraph/memgraph-platform:2.xx.x-memgraph2.xx.x-lab2.xx.x […]

How can I load CSV into Memgraph Cloud?

I’m currently using Memgraph Cloud, and I have a very large graph that I need to import. I’ve tried converting the graph to a .csv file, but I’m encountering an error in the query when attempting to import it.

How to store tuples in Memgraph?

I have a design question regarding the best approach to store tuples of values, specifically for position (x, y, z), rotation, and scaling in Memgraph. I have an RPG node that is linked to an ACTOR node using the relationship HAS_ACTOR: