mage icon indicating copy to clipboard operation
mage copied to clipboard

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:

Results 115 mage issues
Sort by recently updated
recently updated
newest added

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 😄

Severity - S1
Effort - High
bug
community
Priority - Now
Frequency - EveryTime
Reach - Most

**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,...

Severity - S3
Effort - Low
bug
community
Priority - Later
Frequency - EveryTime
Reach - Some

**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...

Severity - S2
Effort - High
bug
Priority - Later
Frequency - Daily
Reach - Some

In the Rust QM API, we currently do not support a function API Context: https://discord.com/channels/842007348272169002/1245404789991411742/1248593516062576650

Severity - S2
Effort - Medium
bug
community
Priority - Now
Frequency - EveryTime
Reach - VeryFew

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...

Severity - S2
Effort - High
bug
Priority - Now
Frequency - Weekly
Reach - Everyone

**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...

Severity - S1
Effort - Very High
bug
community
Priority - Now
Frequency - EveryTime
Reach - Most

### 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...

Docs unnecessary

New query module that migrates data from `IBM DB2` to Memgraph.

Docs needed
feature

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...

Severity - S2
Effort - Unknown
bug
community
Frequency - Weekly
Reach - VeryFew

### 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 -...

lang: rust