Skip to content

Commit

Permalink
add go-streams library (#2555)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored and appleboy committed Aug 9, 2019
1 parent 6369657 commit 3fc013e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.*
Expand Down

0 comments on commit 3fc013e

Please sign in to comment.