add go-streams library (#2555)

This commit is contained in:
Reugn 2019-08-09 16:33:56 +03:00 committed by Bo-Yi Wu
parent 6369657d0a
commit 3fc013e5f6

View File

@ -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.*