{"id":21415042,"url":"https://github.com/daamien/postgresql-dashboard","last_synced_at":"2025-07-14T04:31:32.597Z","repository":{"id":27168726,"uuid":"30638306","full_name":"daamien/PostgreSQL-Dashboard","owner":"daamien","description":"A real-time monitoring screen based on Dashing and Sinatra","archived":false,"fork":false,"pushed_at":"2016-01-03T10:36:47.000Z","size":927,"stargazers_count":98,"open_issues_count":2,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-23T14:49:06.948Z","etag":null,"topics":["dashboard","monitoring","postgresql","postgresql-dashboard"],"latest_commit_sha":null,"homepage":"http://daamien.github.io/PostgreSQL-Dashboard/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"FirmlyReality/ichw","license":"postgresql","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daamien.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-11T08:35:10.000Z","updated_at":"2024-01-23T16:56:45.000Z","dependencies_parsed_at":"2022-08-17T17:40:18.947Z","dependency_job_id":null,"html_url":"https://github.com/daamien/PostgreSQL-Dashboard","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daamien%2FPostgreSQL-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daamien%2FPostgreSQL-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daamien%2FPostgreSQL-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daamien%2FPostgreSQL-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daamien","download_url":"https://codeload.github.com/daamien/PostgreSQL-Dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225949192,"owners_count":17550235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","monitoring","postgresql","postgresql-dashboard"],"created_at":"2024-11-22T18:43:02.836Z","updated_at":"2024-11-22T18:43:03.554Z","avatar_url":"https://github.com/daamien.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nPostgreSQL Dashboard is simple monitoring tool that provides a live activity report of a PostgreSQL instance.\n\n![](https://raw.githubusercontent.com/daamien/pgDashboard/master/public/pgdashboard.screenshot2.png)\n\nIt is designed to be displayed on a large screen in a monitoring room or an open space office.\nThe current dashboard is currently composed of 5 widgets :\n\n* **General Info** : Version, number of host databases, etc. \n* **Hit Ratio** : The % of data found in cache\n* **Buffers** : The number of new buffers allocated\n* **Queries** : The number of active queries currently running of the instance\n* **Twitter** : A glimpse of the #PostgreSQL feed\n\nAdding a new job should be fairly easy. this tool is design so that you can write a custom widget to display stats you find relevant or build a dynamic graph on some \"business logic\" valuation.\n\nThe layout is also entirely flexible. You can easily drag'n'drop any widget to put it wherever you want on the screen. And HTML code of the dashboard can be modified for specific needs, such as specific screen dimensions.\n\n## Quick Start\n\nIf you already have installed a Ruby environnement, simply type:\n\n```\n  git clone https://github.com/daamien/PostgreSQL-Dashboard.git\n  cd PostgreSQL-Dashboard\n  bundle\n  mv config_postgresql.rb.example config_postgresql.rb\n  vi config_postgresql.rb\n  dashing start\n```\n\nNow go to [http://localhost:3030]() and have fun!\n\nFor more instructions, please read [INSTALL.md](https://github.com/daamien/pgDashboard/blob/master/INSTALL.md)\n\n## Requirements\n\nPostgreSQL Dashboard is based on Dashing, a very nice dashboard framework.\nDashing itself is based on Sinatra, a very nice Ruby web framework.\n\nBasically to run this tool, you will need:\n \n* PostgreSQL 9.0.x or later\n* Ruby 1.9.x or later\n* Sinatara 1.4.x or later\n* Dashing 1.3.x or later\n\n## Security\n\n__You need to be careful about the security of your PostgreSQL server when installing this tool .__\n\nTherefore I **strongly** recommend the following precautions :\n\n* [Read the Great PostgreSQL Documentation](http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html)\n* Check your ``pg_hba.conf`` file\n* Do not allow users to access PostgreSQL Dashboard from the Internet\n* Do not use a superuser in the config_postgresql.rb file\n\n\n## License \n\nPostgreSQL Dashboard is distributed under the PostgreSQL License.\n\nDashing is distributed under the MIT License.\n\nThe name \"PostgreSQL\" is registered trademark and the PostgreSQL Logo is a copyrighted design of the PostgreSQL Global Development Group.\n\n## Links\n\n  * Check out the [Dashing documentation](http://shopify.github.com/dashing) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaamien%2Fpostgresql-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaamien%2Fpostgresql-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaamien%2Fpostgresql-dashboard/lists"}