
Ahkera is a rapid prototyping implementation of the RestMS protocol. RestMS defines RESTful operations on AMQP resource types, dropping AMQPs wire format in favor of HTTP. AMQP itself is a message routing protocol for message oriented middleware (or message broker) used in e.g. service oriented architecture implementations.
Development on Ahkera just started. You are invited to participate - check out
Ahkera is implemented on the Django web framework for python - see http://www.djangoproject.com for details.
Python itself has excellent documentation at http://docs.python.org/library/index.html .
Get the code. Look at the readme. Start hacking :)
Apache Software License 2.0 http://www.apache.org/licenses/LICENSE-2.0
Thilo Fromm (github@thilo-fromm.de)
You can download this project in either zip or tar formats.
You can (in fact, you should) also clone the project with Git by running:
$ git clone git://github.com/t-lo/ahkera