Skip to main content

Xbus Broker written in Python3

Project description

xbus.broker

xbus.broker is the central piece of the Xbus project.

Related projects:

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:

Installing

Get requirements: python3 dev package, 0mq and redis:

$ sudo apt-get install libzmq3-dev python3-dev redis-server

Set up a virtualenv:

$ mkvirtualenv xbus

Clone this project:

$ hg clone https://bitbucket.org/xcg/xbus.broker

Install Python requirements:

$ pip install -r xbus.broker/requirements.txt

Then just install the xbus.broker package:

$ pip install xbus.broker

Configuring

Create configuration files (eg for the 0.1.3 version):

$ cp xbus.broker/etc/config.ini-example config.ini
$ cp xbus.broker/etc/logging.ini-example logging.ini

Edit the files following comments written inside. Note: Ensure the path to the logging file is an absolute path.

Initialize the database

Run the “setup_xbusbroker” program:

$ setup_xbusbroker -c config.ini

Running

Run the “start_xbusbroker” program:

$ start_xbusbroker -c config.ini

Contributors

Sorted by commit date:

Changelog

0.1.3 (2015-05-11)

  • Improve the README and configuration file paths.

0.1.2 Initial release (2015-05-11)

  • Initial implementation of the Xbus broker in Python 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

xbus.broker-0.1.3.zip (46.1 kB view hashes)

Uploaded Source

xbus.broker-0.1.3.tar.gz (30.4 kB view hashes)

Uploaded Source

Built Distributions

xbus.broker-0.1.3-py3.4.egg (89.1 kB view hashes)

Uploaded Source

xbus.broker-0.1.3-py3-none-any.whl (40.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page