From e33dac881100d64386cabf5fb1ddb39f267faedb Mon Sep 17 00:00:00 2001 From: Jonathan Whitaker <53584260+jonathan-whitaker@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:12:01 -0800 Subject: [PATCH] Add github.com/whitaker-io/machine (#3376) * adding machine to Stream Processing * Focusing description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0366a197..d0bd74c3 100644 --- a/README.md +++ b/README.md @@ -1635,6 +1635,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries and tools for stream processing and reactive programming.* * [go-streams](https://github.com/reugn/go-streams) - Go stream processing library. +* [machine](https://github.com/whitaker-io/machine) - Go library for writing and generating stream workers with built in metrics and traceability. * [stream](https://github.com/youthlin/stream) - Go Stream, like Java 8 Stream: Filter/Map/FlatMap/Peek/Sorted/ForEach/Reduce... ## Template Engines