https://github.com/zopefoundation/zeo
ZODB Client-Server framework
https://github.com/zopefoundation/zeo
database database-server maintained zodb
Last synced: 4 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T15:52:51.000Z (7 months ago)
- Last Synced: 2025-09-28T20:54:32.713Z (5 months ago)
- Topics: database, database-server, maintained, zodb
- Language: Python
- Homepage:
- Size: 19.9 MB
- Stars: 45
- Watchers: 71
- Forks: 19
- Open Issues: 19
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
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 `_.