Commit 39d55153 authored by Julien Muchembled's avatar Julien Muchembled

doc: split 'Noteworthy non-included storages' into base/other storages

parent d37f451d
...@@ -144,25 +144,32 @@ Options: ...@@ -144,25 +144,32 @@ Options:
Noteworthy non-included storages Noteworthy non-included storages
================================ ================================
A number of important ZODB storages are distributed separately, including: A number of important ZODB storages are distributed separately.
Base storages
-------------
Unlike the included storages, all the implementations listed in this section
allow multiple processes to share the same database.
RelStorage RelStorage
`RelStorage <http://relstorage.readthedocs.io/en/latest/>`_ `RelStorage <http://relstorage.readthedocs.io/en/latest/>`_
stores data in relational databases. This is especially stores data in relational databases. This is especially
useful when you have requirements or existing infrastructure for useful when you have requirements or existing infrastructure for
storing data in relational databases. Unlike the included storages, storing data in relational databases.
multiple processes can share the same database.
For more information, see http://relstorage.readthedocs.io/en/latest/. For more information, see http://relstorage.readthedocs.io/en/latest/.
ZEO ZEO
`ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server `ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server
database implementation for ZODB. To use ZEO, you run a ZEO server, database implementation for ZODB. To use ZEO, you run a ZEO server,
and use ZEO clients in your application. Unlike the included and use ZEO clients in your application.
storages, multiple processes can share the same database.
For more information, see https://github.com/zopefoundation/ZEO. For more information, see https://github.com/zopefoundation/ZEO.
Optional layers
---------------
ZRS ZRS
`ZRS <https://github.com/zc/zrs>`_ `ZRS <https://github.com/zc/zrs>`_
provides replication from one database to another. It's most provides replication from one database to another. It's most
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment