Pometry / Pometry/Raphtory

Node/Edge history filter

Open
#2,259 0 comments 0 reactions 1 assignee View on GitHub

@shivamka1 is already working on this.

Since Sep 5, 2025.

Dominant language
Rust
Stars
642
Forks
70
Avg merge
2d 13h
Merged PRs (30d)
21

Description

filter.Node.history supports anything supported for numeric list (for now).
filter.Node.property.temporal.history
filter.Edge.history supports anything supported for numeric list (for now).
filter.Edge.property.temporal.history

Notes:

  • History returns time and this time could be both the addition of node and property in which case it contributes to node.history (including the property updates) and node.property.history, respectively.
  • node.property.history is a subset of node.history (global history of a node)
  • filter.Edge.property is a single value.

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.