An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

pinpon

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

Ecosystem
hackage.haskell.org
Latest Release
0.2.0.2
almost 8 years ago
Versions
2
Downloads
1,229 total
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/pinpon
spec
License BSD-3-Clause
First Release about 8 years ago
Last Synced about 1 month ago
Repository
Stars 4 on GitHub
Forks 0 on GitHub