Skip to content

joewilliams/gaff

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
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".

About

Cloud API PubSub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages