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

https://github.com/minghsu0107/googlecloud-pubsub

Google Cloud Pub/Sub publisher / subscriber using Watermill.
https://github.com/minghsu0107/googlecloud-pubsub

cloud-pubsub golang watermill

Last synced: 10 months ago
JSON representation

Google Cloud Pub/Sub publisher / subscriber using Watermill.

Awesome Lists containing this project

README

          

# Google Cloud PubSub Starter Template

This example project shows a basic setup of Google Cloud Pub/Sub publisher / subscriber using [Watermill](https://watermill.io/). The application runs in a loop, consuming events from topic, modyfing them and publishing to another topic.

There's a docker-compose file included, so you can run the example and see it in action.

## Usage

```bash
docker-compose up
```