python2-trove-conductor

Database as a Service for OpenStack - Python lib

Install

All systems
curl cmd.cat/python2-trove-conductor.sh
Debian Debian
apt-get install python-trove
Ubuntu
apt-get install python-trove
Windows (WSL2)
sudo apt-get update sudo apt-get install python-trove
Raspbian
apt-get install python-trove

python-trove

Database as a Service for OpenStack - Python lib

Trove is "Database as a Service" for Openstack. It's designed to allow users to quickly and easily utilize the features of a relational database without the burden of handling complex administrative tasks. Cloud users and database administrators can provision and manage multiple database instances as needed. The service focus on providing resource isolation at high performance while automating deployment, configuration, patching, backups, restores, and monitoring. Trove is designed to support a single-tenant database within a Nova instance. There is no restrictions on how Nova is configured, since Trove interacts with other OpenStack components purely through the API. This package provides the Trove Python library.