fstail
Zope Object Database (ZODB)
Install
- All systems
-
curl cmd.cat/fstail.sh
- Debian
-
apt-get install python-zodb
- Ubuntu
-
apt-get install python-zodb
- Kali Linux
-
apt-get install python-zodb
- Fedora
-
dnf install python3-ZODB
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-zodb
- Raspbian
-
apt-get install python-zodb
- Dockerfile
- dockerfile.run/fstail
python-zodb
Zope Object Database (ZODB)
The Zope Object Database is an object-oriented database for Python that provides a high-degree of transparency. Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such as a pluggable storage interface, rich transaction support, and undo.
zope2.13
Open Source Web Application Server
Zope is an open source web application server primarily written in the Python programming language. It features a transactional object database which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code. It features a strong through-the-web development model, allowing you to update your web site from anywhere in the world. To allow for this, Zope also features a tightly integrated security model. Built around the concept of "safe delegation of control", Zope's security architecture also allows you to turn control over parts of a web site to other organizations or individuals. This package contains the framework and libraries needed to run your own Zope 2.13 instance.