RETIRED, ChargeBack / billing software in OpenStack / cloud style.
Go to file
Endre Karlson a78cb9ab95 Move the actual folder also :) 2012-11-03 00:07:19 +01:00
bin Meet Bufunfa 2012-11-03 00:06:45 +01:00
bufunfa Move the actual folder also :) 2012-11-03 00:07:19 +01:00
tools Add some requires 2012-11-01 10:36:34 +01:00
.gitignore Meet Bufunfa 2012-11-03 00:06:45 +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 Meet Bufunfa 2012-11-03 00:06:45 +01:00
setup.cfg Meet Bufunfa 2012-11-03 00:06:45 +01:00
setup.py Meet Bufunfa 2012-11-03 00:06:45 +01:00
tox.ini Meet Bufunfa 2012-11-03 00:06:45 +01: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.