TimelyDataflow / TimelyDataflow/differential-dataflow
`.inspect()`-ing a collection after the dataflow has been created.
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 211
- Avg merge
- 10h 42m
- Merged PRs (30d)
- 34
Description
I wonder if there is a way to attach an inspect() operator to a collection after the dataflow graph has been created. This would be helpful in situations where I do not know ahead of time which collections I will need to inspect, and I do not want to pay even the small price of attaching inspect() to all collections ahead of time.
Thanks!
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 names no files, tests, or entry points. Start by reading the collection and dataflow APIs and the existing inspect operator, then determine whether attaching inspection after graph creation is supported; done means a defined, tested way to inspect a selected collection without attaching inspection to every collection in advance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100