mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add go-streams library (#2555)
This commit is contained in:
parent
6369657d0a
commit
3fc013e5f6
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user