mage icon indicating copy to clipboard operation
mage copied to clipboard

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:

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

Hello, I tried to install mage with my CLang and GCC compiler (version 11). However, the build failed since i didn't add this command: `#include ` to `mg_utility/mg_graph.hpp` (i suppose)....

### Description Please briefly explain the changes you made here. ### Pull request type - [ initial Hits and Personalized PageRank module ] Algorithm/Module - [ initial Hits and Personalized...

### Description Added GPU support and hopefully solved tests failing. ### Pull request type - [x] Feature - [x] Code style update (formatting, renaming) ###################################### ### Reviewer checklist (the reviewer...

### Description Execution of Pagerank by providing nodes and edges to subgraph method. Example of usage: ``` MATCH (n)-[e]->(m) WHERE n.id

type: algorithm
lang: cpp

### Description Fix for installing the DGL on M1 machines. Issue connected with `https://github.com/dmlc/dgl/issues/4344`. ### Pull request type - [x] Build related changes ###################################### ### Reviewer checklist (the reviewer checks...

### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...

### Description Implementation of degree centrality algorithm. More information about algorithm: https://www.sci.unich.it/~francesc/teaching/network/degree.html ### Pull request type - [x] Algorithm/Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm...

type: algorithm
lang: cpp

Hi, I am a user of Memgraph, it is a very cool project! During my project I found that there is a missing user case in Memgraph, that is to...

type: enhancement

### Description Community detection memory tracking was not working properly when multiple threads were used so it was fixed. Add thread memory tracking to community detection. Requires [PR436](https://github.com/memgraph/mage/pull/436) and [PR1631](https://github.com/memgraph/memgraph/pull/1631)...

type: bug
status: ready
Docs - changelog only

**Describe the bug** Once Memgraph is started and you have a QM C/C++, Rust in the form of a .so file. Loaded and ready to use in Memgraph, after the...

Severity - S3
Effort - High
community
Priority - Later
Frequency - EveryTime
Reach - VeryFew