BlueBrain / BlueBrain/BlueGraph

Add support for multigraphs in PGFrames

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
34
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Currently, only one edge between a pair of nodes in allowed. For some use cases, it would be useful to support **multiedges**. For example:

Alice and Bob have two relationships, `friends` and `colleagues`, with different properties. It could be represented as:

```
@source_id, @target_id, @edge_id, @type, @since
"Alice", "Bob", 1, "friends", 1999
"Alice", "Bob", 2, "colleagues", 1998
```

Where the index of the dataframe with edges is given by `@source_id, @target_id, @edge_id`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.