Thanks to visit codestin.com
Credit goes to github.com

Skip to content

proda-ai/cloud-pubsub

Repository files navigation

Please note: this is an internal prototype! We intend to publish it properly at some point. For now, use at your own risk.

Google Cloud PubSub Client for Haskell (Internal Prototype Stage)

This library provides a client to publish and consume Google Cloud PubSub messages through Google's REST API.

The library provides functions to access to most PubSub endpoints, with the notable omission of IAM permissions related endpoints.

On top of the basic endpoints there is a higher-level producer that is capable of batching messages (which helps reduce costs and improve throughput) transparently to the user.

There is a plan to offer a higher-level message processor to pull messages from a subscription, to process them and then acknowledge them.

Please note that the Cloud PubSub Emulator does not support all features, so some tests are only run when they are run against the real Cloud PubSub service.

License

This software is under the BSD 3 License.

About

Haskell Cloud PubSub Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages