All Projects → dalibo → Temboard

dalibo / Temboard

Licence: other
PostgreSQL Remote Control

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Temboard

Zabbixdba
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
Stars: ✭ 68 (-68.81%)
Mutual labels:  database, postgresql, rdbms, monitoring
Redis Marshal
Lightweight Redis data exploration tool
Stars: ✭ 16 (-92.66%)
Mutual labels:  management, database, administration
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+12194.95%)
Mutual labels:  database, postgresql, dashboard
Postgres
🐘 Run PostgreSQL in Kubernetes
Stars: ✭ 205 (-5.96%)
Mutual labels:  database, postgresql, rdbms
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (+19.27%)
Mutual labels:  database, postgresql, dashboard
Pgmetrics
Collect and display information and stats from a running PostgreSQL server
Stars: ✭ 612 (+180.73%)
Mutual labels:  database, postgresql, monitoring
Pgtune
Pgtune - tuning PostgreSQL config by your hardware
Stars: ✭ 1,078 (+394.5%)
Mutual labels:  database, postgresql, rdbms
Ruby Pg
A PostgreSQL client library for Ruby
Stars: ✭ 446 (+104.59%)
Mutual labels:  database, postgresql, rdbms
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+481.19%)
Mutual labels:  database, postgresql, rdbms
Postgresql Dashboard
A real-time monitoring screen based on Dashing and Sinatra
Stars: ✭ 96 (-55.96%)
Mutual labels:  postgresql, monitoring, dashboard
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-49.08%)
Mutual labels:  database, postgresql, dashboard
Pgwatch2
PostgreSQL metrics monitor/dashboard
Stars: ✭ 960 (+340.37%)
Mutual labels:  postgresql, monitoring, dashboard
Helicalinsight
Helical Insight software is world’s first Open Source Business Intelligence framework which helps you to make sense out of your data and make well informed decisions.
Stars: ✭ 214 (-1.83%)
Mutual labels:  postgresql, rdbms, dashboard
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+5950.46%)
Mutual labels:  database, postgresql, dashboard
Collector
pganalyze statistics collector for gathering PostgreSQL metrics and log data
Stars: ✭ 181 (-16.97%)
Mutual labels:  database, postgresql, monitoring
Loudml
Loud ML is the first open-source AI solution for ICT and IoT automation
Stars: ✭ 185 (-15.14%)
Mutual labels:  database, monitoring
Django Sharding
A sharding library for Django
Stars: ✭ 184 (-15.6%)
Mutual labels:  database, postgresql
Choochoo
Training Diary
Stars: ✭ 186 (-14.68%)
Mutual labels:  database, postgresql
Condenser
Condenser is a database subsetting tool
Stars: ✭ 189 (-13.3%)
Mutual labels:  database, postgresql
Cubrid
CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.
Stars: ✭ 184 (-15.6%)
Mutual labels:  database, rdbms

| |temBoard|

Monitor, optimize and configure multiple PostgreSQL instances.

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

| |Demo|

========= 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_ for the agent project.
  • A central web app (this project) to control the agents and collect metrics.

temBoard needs a dedicated database called repository to store configuration, metrics and other data.

::

pip install temboard psycopg2-binary
sudo -u postgres bash /usr/local/share/temboard/create_repository.sh
temboard -c /usr/local/share/temboard/quickstart/temboard.conf

Now install dalibo/temboard-agent_ along the PostgreSQL cluster you want to administer and register it in the UI. Further details on temboard.readthedocs.io <http://temboard.readthedocs.io/en/latest/>_.

=================== Docker Quickstart

We provide a complete testing environment based on Docker ! Please read our QUICKSTART <https://github.com/dalibo/temboard/blob/master/QUICKSTART.md>_ guide for more 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

.. |Demo| image:: https://github.com/dalibo/temboard/raw/master/docs/sc/alerting_dashboard.png :target: https://github.com/dalibo/temboard/raw/master/docs/sc/alerting_dashboard.png :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: https://temboard.readthedocs.io/en/latest/?badge=latest :alt: Documentation

.. |temBoard| image:: https://github.com/dalibo/temboard/raw/master/docs/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

.. _dalibo/temboard-agent: https://github.com/dalibo/temboard-agent

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].