Metadata-Version: 2.0
Name: temboard
Version: 1.0a1
Summary: temBoard User Interface.
Home-page: https://github.com/dalibo/temboard/
Author: Julien Tachoires, Étienne BERSAC
Author-email: UNKNOWN
License: PostgreSQL
Platform: UNKNOWN
Requires-Dist: pandas (>=0.15.0)
Requires-Dist: psycopg2 (>=2.5.4)
Requires-Dist: sqlalchemy (>=0.9.8)
Requires-Dist: tornado (>=3.2)

| |temBoard|

Monitor, optimize and configure multiple PostgreSQL instances.

| |Python| |RTD| |Travis| |CircleCI| |Codecov| |PyPI|

======
 Demo
======

| |Demo|

*Click on image to see a quick demo.*

============
 Quickstart
============

We're providing a complete *testing* environment based on docker ! Please read
our `QUICKSTART <https://github.com/dalibo/temboard/blob/master/QUICKSTART.md>`_
guide for more details.


=========
 Install
=========

temBoard is composed of 2 basic elements:

- A lightweight **agent** that you need to install on every PostgreSQL server
  you want to manage. See `dalibo/temboard-agent
  <https://github.com/dalibo/temboard-agent>`_ for the agent project.
- A central **web app** (this project) to control the agents and collect metrics.

Please `read the docs <http://temboard.readthedocs.io/en/latest/>`_ for details.


============
 Contribute
============

temBoard is an open project. Any contribution to improve it is welcome.

Want to contribute? Please first read our guide on `contributing
<https://github.com/dalibo/temboard/blob/master/CONTRIBUTING.md>`_ if you're
interested in getting involved.


=========
 License
=========

temBoard is available under the `PostgreSQL License
<https://github.com/dalibo/temboard/blob/master/LICENSE>`_.


.. |CircleCI| image:: https://circleci.com/gh/dalibo/temboard.svg?style=shield
   :target: https://circleci.com/gh/dalibo/temboard
   :alt: CircleCI

.. |CodeCov| image:: https://codecov.io/gh/dalibo/temboard/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/dalibo/temboard
   :alt: Code coverage

.. |Demo| image:: https://github.com/dalibo/temboard/raw/gh-pages/imgs/temboard_poster.png
   :target: http://temboard.io/imgs/temboard.mp4
   :alt: Screenshot temBoard

.. |PyPI| image:: https://img.shields.io/pypi/v/temboard.svg
   :target: https://pypi.python.org/pypi/temboard
   :alt: Version on PyPI

.. |Python| image:: https://img.shields.io/pypi/pyversions/temboard.svg
   :target: https://www.python.org/
   :alt: Versions of python supported

.. |RTD| image:: https://readthedocs.org/projects/temboard/badge/?version=latest
   :target: http://temboard.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation

.. |temBoard| image:: https://github.com/dalibo/temboard/raw/master/doc/temboard.png
   :target: http://temboard.io/
   :alt: temBoard logo: a woodpecker

.. |Travis| image:: https://travis-ci.org/dalibo/temboard.svg?branch=master
   :target: https://travis-ci.org/dalibo/temboard
   :alt: Travis


