From 3fc013e5f61f44dc7b43028df753010b921191c6 Mon Sep 17 00:00:00 2001 From: Reugn Date: Fri, 9 Aug 2019 16:33:56 +0300 Subject: [PATCH] add go-streams library (#2555) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a768eff7..cf77f9bd 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Science and Data Analysis](#science-and-data-analysis) - [Security](#security) - [Serialization](#serialization) + - [Stream Processing](#stream-processing) - [Template Engines](#template-engines) - [Testing](#testing) - [Text Processing](#text-processing) @@ -1423,6 +1424,12 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [RoadRunner](https://github.com/spiral/roadrunner) - High-performance PHP application server, load-balancer and process manager. * [yakvs](https://git.sci4me.com/sci4me/yakvs) - Small, networked, in-memory key-value store. +## Stream Processing + +*Libraries and tools for stream processing and reactive programming.* + +* [go-streams](https://github.com/reugn/go-streams) - Go stream processing library. + ## Template Engines *Libraries and tools for templating and lexing.*