Project

gaff

0.01
No commit activity in last 3 years
No release in over 3 years
cloud api's via amqp and json'
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 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".