Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veggiemonk/compose-nats
small docker-compose for nats.io experiments
https://github.com/veggiemonk/compose-nats
docker-compose nats nats-io natsio
Last synced: 20 days ago
JSON representation
small docker-compose for nats.io experiments
- Host: GitHub
- URL: https://github.com/veggiemonk/compose-nats
- Owner: veggiemonk
- Created: 2023-06-15T07:49:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-15T08:49:20.000Z (over 1 year ago)
- Last Synced: 2024-10-13T03:57:45.809Z (about 1 month ago)
- Topics: docker-compose, nats, nats-io, natsio
- Homepage:
- Size: 30.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NATS
```bash
brew tap nats-io/nats-tools
brew install nats-io/nats-tools/nats
brew install nats-io/nats-tools/nsc```
## Run
```bash
docker compose up -d# grafana: http://localhost:3000 (user/pass = admin/admin)
# prometheus: http://localhost:9090nats bench testsubject --pub 10 --sub 10 --msgs 10000 --size 512
```## Tips
- `nats cheat` for cheat sheet
- [Video: Effective debugging using the NATS CLI](https://www.youtube.com/watch?v=pf8jSMMuPr4) (10 min)
- [Playlist: Rethinking connectivity](https://www.youtube.com/playlist?list=PLgqCaaYodvKY22TpvwlsalIArTmc56W9h)
- [nats docker image (docs)](https://github.com/docker-library/docs/tree/master/nats) (official)
- [monitoring walkthrough](https://github.com/nats-io/prometheus-nats-exporter/blob/main/walkthrough/README.md)