mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Removal happened under #443 under `Dockerfile.release` -> starting from memgraph v2.21, the modules should start working (fix done under https://github.com/memgraph/memgraph/pull/2347) -> revert the change done under v1.14.1 of Mage 😄
**Describe the bug** The `build_and_copy_rust_modules` function in the `setup` script does not properly loop through the module directory. The `filter` function is a generator and is executed on the fly,...
**Describe the bug** CPU PageRank seems to be faster than cuGraph. Analysis needs to be conducted to investigate why is cuGraph slower. Potentially due to copying of the subgraph to...
In the Rust QM API, we currently do not support a function API Context: https://discord.com/channels/842007348272169002/1245404789991411742/1248593516062576650
Because periodic.iterate is started, whenever there are deltas created, it will not periodically release any memory because it is the first transaction that started, and because we are in SNAPSHOT_ISOLATION...
**Describe the bug** Some of the MAGE modules started to have issues after changes to the way we load MAGE modules into Memgraph. This was probably triggered by a change...
### Description This PR improves the initial workflow for creating releasable artifacts for all mage builds, which are the following: - dev (dev + ML + RelWithDebInfo) - prod (prod...
New query module that migrates data from `IBM DB2` to Memgraph.
I am a university researcher, and would like to develop several new graph mining algorithms based on mage. So I have to install mage from source code. The following compilation...
### Description Fixed the `build_and_copy_rust_modules` directory loop to properly handle the list of projects. ### Pull request type - [x] Bugfix - [ ] Algorithm/Module - [ ] Feature -...