Permission denied when Installing Memgraph on Ubuntu VM in Google Cloud with Docker
I’m trying to install Memgraph on a Ubuntu VM instance running on Google Cloud. I have Docker installed, and it seems to be working correctly. However, when I run the installation command:
Are there predefined rules/schema in Memgraph?
Is it possible that I can have a predefined rules/schema in Memgraph?
How to clear or flush the on-disk storage in Memgraph
I have my Memgraph database configured to use on-disk storage for memory management. I am wondering if there is any way to flush this storage using a query or command. Does Memgraph provide a specific command or method to clear or flush the on-disk storage?
How can I slice a list in Memgraph similar to Python list slicing?
I am familiar with Python and know that I can slice a list using a simple syntax like this:
Applying Memgraph Lab Graph Style editor styles to an Orb instance
I’m visualizing a network graph using Memgraph Lab. I have customized the styles for nodes and edges using the Graph Style editor. I want to create a dynamic web-based visualization using Orb. I need the Orb instance to have the same styles as those defined in the Memgraph Lab Graph Style editor.
Dynamically editing edges based on node attribute changes in Memgraph
I have two nodes and created an edge based on certain similarity. If I change the similar part in one node, I need to delete that relation immediately. How can I do this? I want to apply this for many nodes.
How to create a trigger whenever a new node is being created?
I want to create a trigger that activates whenever a new node is created.
Can an index can be used for list/array properties in Memgraph?
I’d like to know if an index can be used for list/array properties. Say I have nodes that look like this: (n {members:['a','b']})
Will an index help me find nodes where 'a'
is a member? Or will indexes only work on scalar data types?
Is it possible to perform fuzzy matching for labels, relationships, or properties in a Cypher query in Memgraph?
I need to implement fuzzy matching in my Cypher queries. I want to account for slight variations or errors in user input. For example, if a user inputs “apartment” instead of “apartments” or makes a typo like “apprtment,” I still want the query to match the closest value. How to do that?
What is the purpose of the SIMULATION_END event in Orb?
When using Orb to draw a graph, then add nodes to the graph and render(), I find that the nodes then subsequently jump around the canvas. It’s like their first position after rendering is not the correct position and it takes an event to put them into the right place.