1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
=================================
Welcome to Trove's documentation!
=================================
Trove is Database as a Service for OpenStack. It's designed to run
entirely on OpenStack, with the goal of allowing 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.
Initially, the service will focus on providing resource isolation at
high performance while automating complex administrative tasks
including deployment, configuration, patching, backups, restores, and
monitoring.
For an in-depth look at the project's design and structure, see the
:doc:`contributor/design` page.
.. toctree::
:maxdepth: 2
install/index
user/index
admin/index
cli/index
contributor/index
reference/index
* Source Code Repositories
- `Trove`_
- `Trove Client`_
* `Trove API Documentation`_ on docs.openstack.org
* `Trove storyboard`_ on storyboard.openstack.org
Search Trove Documentation
==========================
* :ref:`search`
.. _Trove: https://opendev.org/openstack/trove
.. _Trove Client: https://opendev.org/openstack/python-troveclient
.. _Trove API Documentation: https://docs.openstack.org/api-ref/database/
.. _Trove storyboard: https://storyboard.openstack.org/#!/project/openstack/trove
|