Coordinate distributed systems.
Go to file
Julien Danjou f3e11e40f9 coordination: add IPC driver
For now it only supports locking.

Change-Id: Iccbc1da162e70d0186131adc0ac9cfeb20f7a647
2014-08-04 15:03:06 +02:00
doc/source coordination: add IPC driver 2014-08-04 15:03:06 +02:00
examples Add documentation 2014-07-18 15:08:14 +02:00
tooz coordination: add IPC driver 2014-08-04 15:03:06 +02:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Added .gitreview 2013-12-04 00:18:35 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
openstack-common.conf coordination: add IPC driver 2014-08-04 15:03:06 +02:00
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
requirements.txt coordination: add IPC driver 2014-08-04 15:03:06 +02:00
run_tests.sh Add memcached driver 2014-03-21 11:51:50 +01:00
setup.cfg coordination: add IPC driver 2014-08-04 15:03:06 +02:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Add documentation 2014-07-18 15:08:14 +02:00
tox.ini coordination: add IPC driver 2014-08-04 15:03:06 +02:00

tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.