Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joewilliams/gaff
Cloud API PubSub
https://github.com/joewilliams/gaff
Last synced: 3 months ago
JSON representation
Cloud API PubSub
- Host: GitHub
- URL: https://github.com/joewilliams/gaff
- Owner: joewilliams
- License: apache-2.0
- Created: 2010-06-04T16:34:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-13T23:08:34.000Z (almost 14 years ago)
- Last Synced: 2024-07-18T21:59:23.235Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 28
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
gaff : Cloud API AMQP daemon
gaff is a pub/sub system for interfacing asynchronously with cloud APIs.
License: apache 2
Features:
* Uses AMQP and the JSON-RPC (http://json-rpc.org/) format
* Easy support for any API
** Currently supports part of the dynect, ec2 and slicehost APIs
** Uses fog (http://github.com/geemus/fog)Example usage:
$ gaff ./gaff.yml
See examples for how to format your json to send to the queue.
Recent breaking changes:
* EC2 messages require the region to be set in params, this allows for all support of all regions.
* With the change to dynect_rest I have changed the "address" field to the more correct "rdata".