https://github.com/openstack/trove
OpenStack Database As A Service (Trove). Mirror of code maintained at opendev.org.
https://github.com/openstack/trove
service
Last synced: about 1 year ago
JSON representation
OpenStack Database As A Service (Trove). Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/trove
- Owner: openstack
- License: apache-2.0
- Created: 2013-06-14T21:58:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T09:25:25.000Z (about 1 year ago)
- Last Synced: 2025-05-09T10:35:02.134Z (about 1 year ago)
- Topics: service
- Language: Python
- Homepage: https://opendev.org/openstack/trove
- Size: 16.1 MB
- Stars: 306
- Watchers: 55
- Forks: 230
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
Trove
=====
.. image:: https://governance.openstack.org/tc/badges/trove.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
Trove is Database as a Service for OpenStack.
Getting Started
---------------
If you'd like to run from the master branch, you can clone the git repo:
git clone https://opendev.org/openstack/trove
For information on how to contribute to trove, please see
CONTRIBUTING.rst_ and HACKING.rst_
.. _CONTRIBUTING.rst: https://opendev.org/openstack/trove/src/branch/master/CONTRIBUTING.rst
.. _HACKING.rst: https://opendev.org/openstack/trove/src/branch/master/HACKING.rst
* `Wiki `_
* `Developer Docs `_
You can raise bugs here:
`Bug Tracker `_
The plan for trove can be found at
`Trove Specs `_
Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/trove
Python client
-------------
Python-troveclient_ is a client for Trove.
.. _Python-troveclient: https://opendev.org/openstack/python-troveclient
Dashboard plugin
----------------
Trove-dashboard_ is OpenStack dashbaord plugin for Trove.
.. _Trove-dashboard: https://opendev.org/openstack/trove-dashboard
References
----------
* `Installation docs`_
* `Manual installation docs`_
* `Build guest image`_
.. _Installation docs: https://docs.openstack.org/trove/latest/install/
.. _Manual installation docs: https://docs.openstack.org/trove/latest/install/install-manual.html
.. _Build guest image: https://docs.openstack.org/trove/latest/admin/building_guest_images.html