https://github.com/clavinjune/piper
Piper is a simple package to create your reactive pipeline on Golang
https://github.com/clavinjune/piper
concurrency-patterns go pipelines reactive-streams
Last synced: 2 months ago
JSON representation
Piper is a simple package to create your reactive pipeline on Golang
- Host: GitHub
- URL: https://github.com/clavinjune/piper
- Owner: clavinjune
- License: apache-2.0
- Created: 2022-12-08T18:46:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T16:15:20.000Z (about 3 years ago)
- Last Synced: 2025-01-01T12:15:39.657Z (about 1 year ago)
- Topics: concurrency-patterns, go, pipelines, reactive-streams
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piper
[](https://github.com/golang/go/releases/tag/go1.19.4)
[](https://pkg.go.dev/github.com/clavinjune/piper)
[](https://goreportcard.com/report/github.com/clavinjune/piper)
[](https://github.com/clavinjune/piper/releases/latest)
[](https://github.com/clavinjune/piper/blob/main/LICENSE)
Piper is a simple package to create your reactive pipeline on Golang.
See [example](./example/simple.go).
## Usage
```shell
go get -u github.com/clavinjune/piper
```
## Roadmap
- [ ] Add CONTRIBUTING.md
- [ ] Add Custom Issues
- [ ] Add Tests