Add internal API to expose edge temporal properties by row
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
There is currently no API which exposes edge temporal properties by row. This can become a problem in persistent graphs, specifically persistent graphs with a windowed filter for example. In this case, we need some special logic to get the correct temporal properties, especially at the beginning of the window. Namely, we need to account for the properties that have persisted into the window from the base graph, which are currently injected at the start of the window. Currently, this logic exists in the serialization of ParquetTEdge in raphtory/src/parquet_encoder/model.rs (other places may implement this as well). This logic should be moved and centralized in a more sensible place.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the ParquetTEdge serialization logic in raphtory/src/parquet_encoder/model.rs, focusing on how temporal properties are injected at the beginning of a window. Inspect other locations that may implement similar logic and determine where a centralized internal API should live. Done means edge temporal properties can be exposed by row, including properties persisted from the base graph.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100