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

https://github.com/ropes/pubbing

bad code thrown together to mess with google compute PubSub
https://github.com/ropes/pubbing

Last synced: about 1 year ago
JSON representation

bad code thrown together to mess with google compute PubSub

Awesome Lists containing this project

README

          

# pubbing Google PubSub debugging CLI

## Example Commands

* Publish a single hello world debug message to topic:
* `./pubbing pub --project= --topic=

* Subscribe to messages and give verbose output:
* `./pubbing sub --project= --topic= --sub= --num=1000 --log=debug`
* Log level `debug` will write the messages to stdout
* Log level `info` is meant to test performance and will print subscription speed metrics

* Publish messages from [LegendaryGopher](https://github.com/schmichael/legendarygopher) Figures API to a topic
* `./pubbing gopherpump --project= --topic= --num=20000 --batch=1000`