https://github.com/dranikpg/gtrs-test
Example for go gtrs library
https://github.com/dranikpg/gtrs-test
Last synced: 25 days ago
JSON representation
Example for go gtrs library
- Host: GitHub
- URL: https://github.com/dranikpg/gtrs-test
- Owner: dranikpg
- Created: 2022-08-07T11:11:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T14:17:32.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T13:58:02.813Z (10 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an implementation of a simple redis streams reader using the [gtrs](https://github.com/dranikpg/gtrs) library.
The only relevant sourcefile is [main.go](https://github.com/dranikpg/gtrs-test/blob/master/consumer/main.go)
#### Running
```
docker compose build
docker compose up
```