Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phogolabs/cloud
- Owner: phogolabs
- License: mit
- Created: 2020-02-25T13:09:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:21:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-23T11:10:33.923Z (2 months ago)
- Topics: cloudevents, golang, pubsub
- Language: Go
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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