36 lines
906 B
ReStructuredText
36 lines
906 B
ReStructuredText
=========================================
|
|
Tooz -- Distributed System Helper Library
|
|
=========================================
|
|
|
|
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. [#f1]_
|
|
|
|
Contents
|
|
========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
install/index
|
|
user/index
|
|
reference/index
|
|
|
|
Release Notes
|
|
=============
|
|
|
|
Read also the `tooz Release Notes
|
|
<https://docs.openstack.org/releasenotes/tooz/>`_.
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. [#f1] It should be noted that even though it is designed with OpenStack
|
|
integration in mind, and that is where most of its *current*
|
|
integration is it aims to be generally usable and useful in any
|
|
project.
|