Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phogolabs/cloud

Cloud package enables cloudevents.io for server less
https://github.com/phogolabs/cloud

cloudevents golang pubsub

Last synced: 4 days ago
JSON representation

Cloud package enables cloudevents.io for server less

Awesome Lists containing this project

README

        

# cloud

[![Documentation][godoc-img]][godoc-url]
![License][license-img]
[![Build Status][action-img]][action-url]
[![Coverage][codecov-img]][codecov-url]
[![Go Report Card][report-img]][report-url]

Cloud package enables [cloudevents.io](https://cloudevents.io) for server less

## Installation

Make sure you have a working Go environment. Go version 1.13.x is supported.

[See the install instructions for Go](http://golang.org/doc/install.html).

To install `cloud`, simply run:

```
$ go get github.com/phogolabs/cloud
```

## Contributing

We are open for any contributions. Just fork the
[project](https://github.com/phogolabs/cloud).

[report-img]: https://goreportcard.com/badge/github.com/phogolabs/cloud
[report-url]: https://goreportcard.com/report/github.com/phogolabs/cloud
[codecov-url]: https://codecov.io/gh/phogolabs/cloud
[codecov-img]: https://codecov.io/gh/phogolabs/cloud/branch/master/graph/badge.svg
[action-img]: https://github.com/phogolabs/cloud/workflows/main/badge.svg
[action-url]: https://github.com/phogolabs/cloud/actions
[godoc-url]: https://godoc.org/github.com/phogolabs/cloud
[godoc-img]: https://godoc.org/github.com/phogolabs/cloud?status.svg
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[software-license-url]: LICENSE