Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kung-foo/bruya
Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.
https://github.com/kung-foo/bruya
golang nats nats-streaming redis
Last synced: 22 days ago
JSON representation
Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.
- Host: GitHub
- URL: https://github.com/kung-foo/bruya
- Owner: kung-foo
- License: mit
- Created: 2017-09-16T11:48:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T13:07:56.000Z (over 6 years ago)
- Last Synced: 2024-06-20T03:34:55.643Z (5 months ago)
- Topics: golang, nats, nats-streaming, redis
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bruya
Forward Redis pub/sub messages to a NATS or NATS Streaming endpoint.
```
Usage:
bruya [options] [-v ...] [--redis=] --nats= [--channel=...]
bruya [options] [-v ...] [--redis=] --stan= [--channel=...]
bruya -h | --help | --versionOptions:
--redis= Redis URL [default: redis://localhost:6379]
--nats= NATS URL
--stan= NATS Streaming URL
--channel= Redis channel(s) to subscribe to [default: *]
--nats-cluster-id= NATS cluster ID [default: test-cluster]
--debug-http= Enable pprof/expvar HTTP server.
Examples: "localhost:6060", ":6060"
--debug-force-color Force colorized logs.
-h --help Show this screen.
--version Show version.
-v Enable verbose logging (-vv for very verbose)
```