TimelyDataflow / TimelyDataflow/differential-dataflow

Interactive: Add `consolidate` command

Open
#139 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

easy
Dominant language
Rust
Stars
3k
Forks
211
Avg merge
10h 42m
Merged PRs (30d)
34

Description

The consolidate command is currently missing. Consolidation leaves a collection logically unchanged, but it accumulates updates with the same data and time, to ensure that there is at most one such for each pair, and that there are none should they accumulate to zero.

Adding a Command::Consolidate variant seems pretty easy, and would be a good way to see which parts of the system play a role in building and installing a dataflow.

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.

Research direction

Start by locating the interactive command definitions and the Command::Consolidate variant mentioned in the issue, then trace how commands are built and installed in the dataflow. The work is done when consolidation preserves the collection logically, combines updates with the same data and time, and removes entries whose accumulated update reaches zero.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
data-engineering
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.