Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zopefoundation/ZEO
ZODB Client-Server framework
https://github.com/zopefoundation/ZEO
database database-server maintained zodb
Last synced: about 1 month ago
JSON representation
ZODB Client-Server framework
- Host: GitHub
- URL: https://github.com/zopefoundation/ZEO
- Owner: zopefoundation
- License: other
- Created: 2013-01-28T18:23:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:03:08.000Z (5 months ago)
- Last Synced: 2024-09-30T11:10:39.790Z (2 months ago)
- Topics: database, database-server, maintained, zodb
- Language: Python
- Homepage:
- Size: 19.9 MB
- Stars: 41
- Watchers: 77
- Forks: 19
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-python-applications - Repo - based storage over the network. `(linux, server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.storage" href="#tag-dev.storage">Storage</a>)
- awesome-python-applications - Repo - based storage over the network. `(linux, server)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.storage" href="#tag-dev.storage">Storage</a>)
README
============================================================
ZEO - Single-server client-server database server for ZODB
============================================================ZEO is a client-server storage for `ZODB `_ for
sharing a single storage among many clients. When you use ZEO, a
lower-level storage, typically a file storage, is opened in the ZEO
server process. Client programs connect to this process using a ZEO
ClientStorage. ZEO provides a consistent view of the database to all
clients. The ZEO client and server communicate using a custom
protocol layered on top of TCP.Some alternatives to ZEO:
- `NEO `_ is a distributed-server
client-server storage.- `RelStorage `_
leverages the RDBMS servers to provide a client-server storage.The documentation is available on `readthedocs `_.