https://github.com/lushdigital/goop
GOOP - GOOgle Pub/sub - A Golang library for streamlining the usage of Google Cloud Pub/Sub.
https://github.com/lushdigital/goop
go golang pub-sub pubsub
Last synced: 5 months ago
JSON representation
GOOP - GOOgle Pub/sub - A Golang library for streamlining the usage of Google Cloud Pub/Sub.
- Host: GitHub
- URL: https://github.com/lushdigital/goop
- Owner: LUSHDigital
- License: apache-2.0
- Created: 2017-03-21T15:44:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T17:23:20.000Z (about 8 years ago)
- Last Synced: 2025-04-19T10:13:18.401Z (about 1 year ago)
- Topics: go, golang, pub-sub, pubsub
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/LUSHDigital/goop)
# GOOP - GOOgle Pub/sub
A Golang package for streamlining the usage of Google Cloud Pub/Sub.
The package that Google provide for Pub/Sub (cloud.google.com/go/pubsub) is awesome,
but it can be a little verbose in places. The purpose of this package is to make common Pub/Sub
tasks (creating topics, publishing and pulling messages) just a bit quicker and simpler.
## Installation
Install the package as normal:
```bash
$ go get -u github.com/LUSHDigital/goop
```
## Documentation
See [GoDoc](https://godoc.org/github.com/LUSHDigital/goop)