Skip to content

Commit

Permalink
docs(examples): add dataflow graph to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 15, 2018
1 parent 6989b8d commit f1e3d08
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
118 changes: 118 additions & 0 deletions assets/crypto-dflow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions examples/crypto-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ constructs) and the entire app largely relies on various stream
combinators & transformers. Furthermore, this approach only triggers UI
updates / diffs when there were any relevant upstream value changes.

The diagram below shows a schematic of the dataflow graph used:

![dataflow](../../assets/crypto-dflow.svg)

## Building

```bash
git clone https://github.com/thi-ng/umbrella.git
cd umbrella/examples/crypto-chart
Expand Down

0 comments on commit f1e3d08

Please sign in to comment.