Projection for property aggregations
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
Currently if an algorithm was to make use of a certain property weight and aggregate it via a sum -if we wanted the same algorithm but using a mean aggregation it would have to be implemented a second time, or at a minimum take a function to specify how this aggregation should be calculated.
Instead we propose a projection whereby a new property is made available on the graph/vertex/edge which is an aggregated version of one or more of its underlying properties.
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
The issue provides no file, test, or entry point to begin with. Start by clarifying the proposed projection's API and how aggregated properties should be exposed on graphs, vertices, and edges. Define supported underlying properties, aggregation behavior, and acceptance tests before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100