Skip to content

Commit

Permalink
put square vertices in start guide diagrams
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Zesheng Chen <[email protected]>
  • Loading branch information
jasonzeshengchen committed Aug 30, 2023
1 parent ad647ab commit 8723a08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added docs/assets/even-odd-square.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ kubectl delete -f https://raw.githubusercontent.com/numaproj/numaflow/stable/exa

Now we will walk you through creating an advanced pipeline. In our example, this is called the `even-odd` pipeline, illustrated by the following diagram:

![Pipeline Diagram](assets/even-odd.png)
![Pipeline Diagram](assets/even-odd-square.png)

There are five vertices in this example of an advanced pipeline. An [HTTP](./user-guide/sources/http.md) source vertex which serves an HTTP endpoint to receive numbers as source data, a [UDF](user-guide/user-defined-functions/map/map.md) vertex to tag the ingested numbers with the key `even` or `odd`, three [Log](./user-guide/sinks/log.md) sinks, one to print the `even` numbers, one to print the `odd` numbers, and the other one to print both the even and odd numbers.

Expand Down

0 comments on commit 8723a08

Please sign in to comment.