Skip to content

Commit

Permalink
[DOCS] Updated README.md (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmnich authored Feb 2, 2021
1 parent 4bae1dc commit 3c114e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Streams is a light weight, simple stream processing library. While Kafka is the main use case for Streams, it is
flexible enough to be used for any form of processing from any source.

**Note:** This is currently a work in progress.

## Installation

Expand All @@ -31,4 +30,7 @@ Streams breaks processing into the following basic parts.
* **Processor** processes the data, optionally passing it on or marking the sources position. A sink is just a processor
the does not forward the data on.

* **Pipe** gives processors an abstract view of the current state, allowing Messages to flow through the system.
* **Pipe** gives processors an abstract view of the current state, allowing Messages to flow through the system.

### Read more here:
https://medium.com/@rafamnich/getting-started-with-streams-v3-b9ab36fb9d54

0 comments on commit 3c114e0

Please sign in to comment.