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

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.

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/LUSHDigital/goop)](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)