pinpon: A gateway for various cloud notification services
pinpon
is a gateway for various cloud notification services, such
as the Amazon AWS SNS service.
Think of pinpon
as a hub for dispatching notifications originating
from multiple notification sources. Clients of the pinpon
service
create topics and send notifications via the REST-ish pinpon
service, and the pinpon
server takes care of the per-service
details and communicating with the upstream cloud services.
Advantages of this approach, compared to programming directly to the individual notification services' interfaces, are:
A common API for all supported notification services.
The secret credentials required to communicate with each cloud notification service can be kept in a central location (namely, the
pinpon
server), rather than being distributed to each notification source host, therefore reducing the attack surface.Hosts which send notifications via the
pinpon
gateway can be firewalled from the public Internet. This is especially useful in IoT applications.
Currently-supported notification services:
Amazon AWS SNS
[Skip to Readme]
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pinpon-executable | Build pinpon program | Enabled |
pinpon-gpio-executable | Build pinpon-gpio program | Enabled |
pinpon-ring-executable | Build pinpon-ring program | Enabled |
test-doctests | Build doctests | Enabled |
test-hlint | Build hlint test | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- pinpon-0.2.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0.1, 0.2.0.2 |
---|---|
Change log | changelog.md |
Dependencies | aeson (>=1.1 && <1.3), aeson-pretty (>=0.8 && <0.9), amazonka (>=1.4.5 && <1.6), amazonka-core (>=1.4.5 && <1.6), amazonka-sns (>=1.4.5 && <1.6), base (>=4 && <5), bytestring (>=0.10.8 && <0.11), containers (>=0.5.7 && <0.6), exceptions (>=0.8.3 && <0.9), hpio, http-client (>=0.5.7 && <0.6), http-client-tls (>=0.3.5 && <0.4), http-types (>=0.9.1 && <0.10), lens (>=4.15 && <4.16), lucid (>=2.9.9 && <3), mtl (>=2.2.1 && <2.3), network (>=2.6.3 && <2.7), optparse-applicative (>=0.13.2 && <0.15), optparse-text (>=0.1 && <0.2), pinpon, protolude (>=0.2 && <0.3), resourcet (>=1.1.9 && <1.2), servant (>=0.11 && <0.12), servant-client (>=0.11 && <0.12), servant-docs (>=0.11 && <0.12), servant-lucid (>=0.7.1 && <0.8), servant-server (>=0.11 && <0.12), servant-swagger (>=1.1.4 && <1.2), servant-swagger-ui (>=0.2.4 && <0.3), swagger2 (>=2.1.6 && <2.3), text (>=1.2.2 && <1.3), time (>=1.6 && <1.9), transformers (>=0.5.2 && <0.6), transformers-base (>=0.4.4 && <0.5), wai (>=3.2 && <3.3), warp (>=3.2 && <3.3) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2018, Quixoftic, LLC |
Author | Drew Hess <dhess-src@quixoftic.com> |
Maintainer | Drew Hess <dhess-src@quixoftic.com> |
Category | Network |
Home page | https://github.com/quixoftic/pinpon#readme |
Bug tracker | https://github.com/quixoftic/pinpon/issues |
Source repo | head: git clone https://github.com/quixoftic/pinpon |
Uploaded | by dhess at 2018-03-17T21:02:10Z |
Distributions | |
Executables | pinpon-ring, pinpon-gpio, pinpon |
Downloads | 1188 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |