mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Hi, I am not sure if this is a bug or if I am doing something wrong, which is why I am opening it as a blank issue. When I...
**Version** 3.1 **Describe the bug** When running `vrp.solve()`, the database returns an unexpected error. The error message is attached in the screenshot below.  **To Reproduce** Steps to reproduce the...
It's already aligned, but we need to update, e.g., Docker tags on DockerHub
### Description Extended the json_util query module to support loading from a passed in JSON string. This can be helpful in cases where a client wishes to e.g. create node...
### Description Added a script to build mage and memgraph, then run tests - all using toolchain v7. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module...
### Description Added execute module for arbitrary dynamic query execution. People can now execute a query with optional parameters and a retry mechanism. ### Pull request type - [ ]...
memgraph Docker uses, e.g., user-id 1001, while memgraph-mage is using, e.g., user-id 1003 -> if those two are the same it's easier to move data between containers
On mutation, you get the following error: ``` "Function 'apoc.util.validatePredicate' doesn't exist." ``` To reproduce, run the attached code. Open Apollo server on `localhost:4000`. Run the following code to create...