An open API service indexing awesome lists of open source software.

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

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
```