Coordinate distributed systems.
Go to file
Julien Danjou 2d008d05a6 doc: add locking
Change-Id: I1de6356700a8fb2903b7627fd890a6a5532c256d
2014-11-18 15:35:32 +01:00
doc/source doc: add locking 2014-11-18 15:35:32 +01:00
examples doc: add locking 2014-11-18 15:35:32 +01:00
tooz Merge "Translate psycopg2 errors/exceptions into tooz exceptions" 2014-11-18 10:45:02 +00: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
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
functions.sh tox: splits test scenarios 2014-11-03 16:09:19 +01:00
requirements-py3.txt Move sysv_ipc deps to test-requirements 2014-10-28 14:58:34 +01:00
requirements.txt Merge "Move sysv_ipc deps to test-requirements" 2014-11-03 15:56:34 +00:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-memcached-env.sh Fix gate 2014-11-06 11:18:58 +01:00
setup-mysql-env.sh Add MySQL driver 2014-11-17 11:09:23 +01:00
setup-postgresql-env.sh Add a PostgreSQL driver 2014-11-06 12:16:41 +01:00
setup-redis-env.sh Fix gate 2014-11-06 11:18:58 +01:00
setup-zookeeper-env.sh Fix gate 2014-11-06 11:18:58 +01:00
setup.cfg Add MySQL driver 2014-11-17 11:09:23 +01:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Merge "Translate psycopg2 errors/exceptions into tooz exceptions" 2014-11-18 10:45:02 +00:00
tox.ini Merge "Translate psycopg2 errors/exceptions into tooz exceptions" 2014-11-18 10:45:02 +00:00

README.rst

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.