RETIRED, ChargeBack / billing software in OpenStack / cloud style.
Go to file
Endre Karlson b7c47526f6 Re-amp recorder and only get stuff that's a day back from current time as default 2012-11-02 23:14:02 +01:00
billistix Re-amp recorder and only get stuff that's a day back from current time as default 2012-11-02 23:14:02 +01:00
bin Update pep and sphinx 2012-11-01 22:59:55 +01:00
tools Add some requires 2012-11-01 10:36:34 +01:00
.gitignore Add some ignores and sync up version stuff with moniker 2012-11-02 08:52:05 +01:00
HACKING.rst Add a few files... 2012-10-31 18:36:26 +01:00
LICENSE Add a few files... 2012-10-31 18:36:26 +01:00
MANIFEST.in Add a few files... 2012-10-31 18:36:26 +01:00
README.rst Update readme 2012-10-31 20:00:31 +01:00
openstack-common.conf Forgot version 2012-11-02 08:45:02 +01:00
setup.cfg Add some missing things 2012-10-30 10:58:49 +00:00
setup.py Add classifiers 2012-11-02 08:54:16 +01:00
tox.ini Add some missing things 2012-10-30 10:58:49 +00:00

README.rst

Billistix

A Billing software in OpenStack / Cloud style.

Overview:
Central:

The main component that's interacted with using MQ RPC -typically Rabbit

Recorder:

The recorder typically fetches data from a external source like Ceilometer and transforms it into something useful to the system. It calls a procedure via the MQ RPC to store a "Record" which is the thing described above.

A Recorder houses multiple plugins loaded via 'stevedore'

API:

Standard WSGI web services REST API.