summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: 8bb1c840e9a380a2c47e266085cc6d6e55a436fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
=============================================================
 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::
   :glob:

   install
   drivers
   compatibility
   tutorial/index
   developers

Release Notes
=============

.. toctree::
   :maxdepth: 1

   history

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.