MKLab-ITI / MKLab-ITI/pygrank

Distributed graph loading

Open
#23 0 comments 0 reactions 1 assignee View on GitHub

@maniospas is already working on this.

Since Jun 8, 2024.

feature
Dominant language
Python
Stars
28
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Create a distributed implementation of graph loading, where each worker loads part of the same graph.

  • To support interoperability between backends, create a class of Lazygraph that subclasses Fastgraph that replaces the whole initialization process within the preprocessor.
  • This might require backend-agnostic preprocessing while disabling certain customiazations of the preprocessing. Getting to execute things in a distributed backend is the trade-of.
  • Create a table of graph types with advantages and disadvantages in the docs.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.