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.
- Host: GitHub
- URL: https://github.com/minghsu0107/googlecloud-pubsub
- Owner: minghsu0107
- Created: 2022-08-11T16:00:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T08:45:53.000Z (over 3 years ago)
- Last Synced: 2025-02-09T13:33:38.944Z (over 1 year ago)
- Topics: cloud-pubsub, golang, watermill
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```