/temboard-agent

PostgreSQL Remote Control agent

Primary LanguagePythonPostgreSQL LicensePostgreSQL

temBoard Agent

Versions of python supported CircleCI Documentation Version on PyPI Docker image available

temBoard is a powerful management tool for PostgreSQL.

temBoard agent is a Python2 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.7, supported by stable distribution releases.
  • Secured REST API with SSL and credentials.
  • Extensible with plugins.

Installation

pip install temboard-agent
sudo -u postgres temboard-agent -c /usr/local/share/temboard-agent/quickstart/temboard-agent.conf

See temBoard full documentation for details on configuration.