https://github.com/dalibo/temboard-agent
PostgreSQL Remote Control agent [MERGED IN dalibo/temboard]
https://github.com/dalibo/temboard-agent
Last synced: about 1 year ago
JSON representation
PostgreSQL Remote Control agent [MERGED IN dalibo/temboard]
- Host: GitHub
- URL: https://github.com/dalibo/temboard-agent
- Owner: dalibo
- License: postgresql
- Created: 2017-03-27T08:46:24.000Z (about 9 years ago)
- Default Branch: v7
- Last Pushed: 2022-07-08T08:38:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T07:51:32.753Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.01 MB
- Stars: 20
- Watchers: 12
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
################
temBoard Agent
################
| |Python| |CircleCI| |RTD| |PyPI| |Docker|
temBoard_ is a powerful management tool for PostgreSQL.
temBoard agent is a Python service designed to run along PostgreSQL, exposing a
REST API to implement various management tasks on PostgreSQL instance. See
http://temboard.io/ for the big picture.
==========
Features
==========
- Non intrusive daemon dedicated to one PostgreSQL cluster.
- No extra dependencies.
- Written python2.6 and python3, supported by stable distribution releases.
- Secured REST API with SSL and credentials.
- Extensible with plugins.
==============
Installation
==============
See `temBoard documentation`_ for available installation methods and details on
configuration.
.. |CircleCI| image:: https://circleci.com/gh/dalibo/temboard-agent.svg?style=shield
:target: https://circleci.com/gh/dalibo/temboard-agent
:alt: CircleCI
.. |Docker| image:: https://img.shields.io/docker/automated/dalibo/temboard-agent.svg
:target: https://hub.docker.com/r/dalibo/temboard-agent/
:alt: Docker image available
.. |PyPI| image:: https://img.shields.io/pypi/v/temboard-agent.svg
:target: https://pypi.python.org/pypi/temboard-agent
:alt: Version on PyPI
.. |Python| image:: https://img.shields.io/pypi/pyversions/temboard-agent.svg
:target: https://www.python.org/
:alt: Versions of python supported
.. |RTD| image:: https://readthedocs.org/projects/temboard-agent/badge/?version=latest
:target: http://temboard-agent.readthedocs.io/en/latest/?badge=latest
:alt: Documentation
.. _`temBoard`: http://temboard.io/
.. _`temBoard documentation`: http://temboard.readthedocs.io/