Xbus Broker written in Python3
Project description
xbus.broker
xbus.broker is the central piece of the Xbus project.
- Related projects:
xbus.clearinghouse <https://bitbucket.org/xcg/xbus.clearinghouse>
xbus.file_emitter <https://bitbucket.org/xcg/xbus.file_emitter>
xbus.monitor <https://bitbucket.org/xcg/xbus.monitor>
xbus_monitor_js <https://bitbucket.org/xcg/xbus_monitor_js>
Xbus
Xbus is an Enterprise service bus. As such it aims to help IT departments achieve a better application infrastructure layout by providing a way to urbanize the IT systems.
- The goals of urbanization are:
high coherence
low coupling
- More information about Xbus:
Website: <https://xbus.io/>
Conf: <http://bit.ly/1AYtQa6>
Installing
Get requirements: python3 dev package, 0mq:
$ sudo apt-get install libzmq3-dev python3-dev
Then just install the xbus.broker package:
$ pip install xbus.broker
Contributors
Sorted by commit date
Florent Aide, <florent.aide@xcg-consulting.fr>
Changelog
0.0 Initial release (201?-??-??)
Initial implementation of the xbus broker in python