zopefoundation / ZEO

Licence: other
ZODB Client-Server framework

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ZEO

stairtower
JSON database server written in PHP
Stars: ✭ 50 (+31.58%)
Mutual labels:  database-server
mtgtools
collection of tools for easy handling of Magic: The Gathering data on your computer
Stars: ✭ 35 (-7.89%)
Mutual labels:  zodb
aws-dbs-refarch-rdbms
Reference Architectures for Relational Databases on AWS
Stars: ✭ 23 (-39.47%)
Mutual labels:  database-server
concrete-datastore
A Highly Versatile REST Datastore built on top of Django
Stars: ✭ 36 (-5.26%)
Mutual labels:  database-server
senaite.health
SENAITE LIMS extension for Health Care labs
Stars: ✭ 19 (-50%)
Mutual labels:  zodb
skytable
Skytable is an extremely fast, secure and reliable real-time NoSQL database with automated snapshots and TLS
Stars: ✭ 696 (+1731.58%)
Mutual labels:  database-server

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].