mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
### 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...
### Description Add a random walk in Rust ### Pull request type - [ ] Algorithm Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm - [...
### Description Add template to create Rust query modules ### Pull request type - [ ] Template Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm -...
### Description All shortest paths algorithm. Currently supports defining the target nodes and works only on unweighted directed graphs. TODO: - [ ] Source nodes support - [ ] Weighted...
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...
### 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....
### 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...
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...