We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following was formerly in the TODO.md of the Hydroflow docs.
TODO.md
hydroflow
- discuss stateful ops (`fold_*`, `reduce_*`) and singletons - `next_stratum` and `next_tick` - example code (chat?) - p3 Illustrate the `next_stratum` operator for atomicity (eg Bloom's upsert `<+-` operator)
- `inspect`, `for_each` and `null` - how to use the discrete simulation code
Document the methods on the hydroflow struct -- especially the run methods.
run_tick()
run_stratum()
run()
run_async()
run_available()
next_stratum()
recv_events
Ensuring that template is up to date with repo
source_stream
source_stream_serde
dest_sink_serde
run_available
run_async
clap
source_stdin
demux
persist
defer_signal
initialize
The text was updated successfully, but these errors were encountered:
fix(docs): update hydro stack diagram and discussion (#1539)
531bf81
- Remove TODO.md (contents filed as an issue, #1538) - Update stack diagram - Update discussion of stack diagram
jhellerstein
shadaj
No branches or pull requests
The following was formerly in the
TODO.md
of the Hydroflow docs.Hydroflow struct and API
hydroflow
struct and its methodsState & Lifetimes
Debugging
How-Tos and Examples
Odds and ends taken out of other chapters
Document the methods on the
hydroflow
struct -- especially the run methods.run_tick()
,run_stratum()
,run()
, andrun_async()
methods provide other ways to control the graph execution.run_available()
next_stratum()
andrecv_events
are importantEnsuring that template is up to date with repo
What's currently covered in examples
source_stream
)source_stream_serde
,dest_sink_serde
)run_available
andrun_async
clap
, message typessource_stdin
demux
persist
operator to store and replay dataflowdefer_signal
operator to gate a dataflowinitialize
The text was updated successfully, but these errors were encountered: