stream_graph 0.2.5 copy "stream_graph: ^0.2.5" to clipboard
stream_graph: ^0.2.5 copied to clipboard

outdated

A Dart library for constructing directed acyclic graphs of Streams building upon each other.

0.2.5 #

  • Add EagerSourceNode which directly takes a Stream

0.2.4 #

  • Add CopyNode to lazily copy a Stream

0.2.3 #

  • Make duration parameter in Schedule optional and default to 0

0.2.2 #

  • Interval#stopWhen can read other Streams from the CompiledStreamGraph

0.2.1 #

  • Include generated freezed files

0.2.0 #

  • Initial release
  • Generate a DAG of StreamNodes which can be compiled to a DAG of Streams
  • Recursively schedule items into a Stream
  • Generate .dot files visualizing Stream DAGs
3
likes
0
points
54
downloads

Publisher

verified publishermauch.dev

Weekly Downloads

A Dart library for constructing directed acyclic graphs of Streams building upon each other.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

directed_graph, freezed_annotation, rxdart

More

Packages that depend on stream_graph