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

### Description shortest_path_b_timer.cpp is the version with timing outputs shortest_path_m_timer.cpp is the initial priority queue algo with timing outputs ### Pull request type - [ ] Bugfix - [x] Algorithm/Module...

lang: cpp
status: draft

### Description Add a random walk in Rust ### Pull request type - [ ] Algorithm Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm - [...

type: algorithm
status: draft
lang: rust

### Description Add template to create Rust query modules ### Pull request type - [ ] Template Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm -...

status: draft
lang: rust

### Description All shortest paths algorithm. Currently supports defining the target nodes and works only on unweighted directed graphs. TODO: - [ ] Source nodes support - [ ] Weighted...

lang: cpp
status: draft

Add ability to execute logic on a subgraph or projection. For example, on the sample European roads network, be able to get communities for only the subgraph selected by the...

type: enhancement

### Description In this PR, I have extended the MAGE functionality with PUSH streams to Kafka and power_bi. For that, 2 additional python packages have been added, requests and kafka-python....

lang: python
type: module

### Description Memgraph meets the ML! Integration of PyTorch Geometric. The idea is to have an off-the-shelf Pytorch data loader from Memgraph. User would have to write his own custom...

lang: python
type: module

In the library part (`rsmgp-sys`) there are new `cargo clippy` warnings. Fix them all.

E.g. `define_procedure!` returns `rsmgp::result::Result` which holds `rsmgp::result::Error` which is a finite set of errors. Figure out a way how an arbitrary error could be returned. At the moment, one way...