2015-08-02 12:57:17 +05:30
# awesome-postgres
2015-11-06 21:57:11 +05:30
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
2015-08-02 13:02:43 +05:30
2015-08-02 13:12:16 +05:30
- [Awesome-Postgres ](https://github.com/dhamaniasad/awesome-postgres#awesome-postgres )
- [Backups ](#backups )
2015-08-02 13:20:01 +05:30
- [GUI ](#gui )
- [Distributions ](#distributions )
2015-08-02 13:50:52 +05:30
- [CLI ](#cli )
2015-08-02 13:54:20 +05:30
- [Server ](#server )
2015-11-19 12:47:08 -05:00
- [Monitoring ](#monitoring )
2015-08-02 14:19:22 +05:30
- [Extensions ](#extensions )
2015-08-02 14:50:16 +05:30
- [Optimization ](#optimization )
- [Utilities ](#utilities )
2015-11-06 22:04:33 +05:30
- [Tutorials ](#tutorials )
2015-11-12 07:33:42 -08:00
- [Blogs ](#blogs )
2015-11-12 07:22:58 -08:00
- [Newsletters ](#newsletters )
2015-08-02 13:02:43 +05:30
### Backups
2015-08-02 13:12:16 +05:30
* [wal-e ](https://github.com/wal-e/wal-e ) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku
* [Barman ](http://www.pgbarman.org/ ) - Backup and Recovery Manager for Postgres by 2ndQuadrant
2015-08-02 13:20:01 +05:30
### GUI
* [pgAdmin ](http://pgadmin.org/ ) - Postgres Adminisitration and Management GUI
* [phpPgAdmin ](https://github.com/phppgadmin/phppgadmin ) - The Premier Web Based Administration Tool for Postgres
2015-08-02 13:50:52 +05:30
* [pgweb ](https://github.com/sosedoff/pgweb ) - Web-based PostgreSQL database browser written in Go
2015-08-02 13:20:01 +05:30
### Distributions
* [Postgres.app ](http://postgresapp.com/ ) - The Easiest Way to Get Started with PostgreSQL on the Mac
2015-08-02 13:50:52 +05:30
### CLI
* [pgcli ](https://github.com/dbcli/pgcli ) - Postgres CLI with autocompletion and syntax highlighting
2015-11-19 07:51:30 +01:00
* [psql2csv ](https://github.com/fphilipe/psql2csv ) - Run a query in psql and output the result as CSV
2015-08-02 13:52:17 +05:30
2015-08-02 13:54:20 +05:30
### Server
* [Postgres-XL ](http://www.postgres-xl.org/ ) - Scalable Open Source PostgreSQL-based Database Cluster
2015-08-02 14:19:22 +05:30
2015-11-19 12:47:08 -05:00
### Monitoring
* [Check_postgres ](https://github.com/bucardo/check_postgres ) - Nagios check_postgres plugin for checking status of PostgreSQL databases
2015-08-02 14:19:22 +05:30
### Extensions
2015-11-23 08:49:51 +03:00
* [PGStrom ](https://wiki.postgresql.org/wiki/PGStrom ) - Postgres extension to offload CPU intensive workloads to GPU
2015-11-07 02:37:50 +05:30
* [pg_shard ](https://github.com/citusdata/pg_shard ) - PostgreSQL extension to scale out real-time reads and writes
2015-11-20 09:12:54 +07:00
* [PostGIS ](http://postgis.net/ ) - Spatial and Geographic objects for PostgreSQL
2015-08-02 14:50:16 +05:30
### Optimization
* [PgHero ](https://github.com/ankane/pghero ) - Postgres insights made easy
* [pgtune ](https://github.com/gregs1104/pgtune/ ) - PostgreSQL configuration wizard
### Utilities
* [PostgREST ](https://github.com/begriffs/postgrest ) - PostgREST serves a fully RESTful API from any existing PostgreSQL database
2015-11-07 02:29:05 +05:30
* [mysql-postgresql-converter ](https://github.com/lanyrd/mysql-postgresql-converter ) - Lanyrd's MySQL to PostgreSQL conversion script
2015-11-07 02:34:58 +05:30
* [postgresql-metrics ](https://github.com/spotify/postgresql-metrics ) - Tool that extracts and provides metrics on your PostgreSQL database
2015-11-07 02:42:47 +05:30
* [pgloader ](https://github.com/dimitri/pgloader ) - Pgloader loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data.
2015-11-18 21:56:25 +01:00
* [pgbadger ](https://github.com/dalibo/pgbadger ) - a fast PostgreSQL Log Analyzer
2015-11-19 20:19:35 +05:30
* [pg_activity ](https://github.com/julmon/pg_activity ) - pg_activity is a top like application for PostgreSQL server activity monitoring
2015-11-19 20:21:09 +05:30
* [pgfutter ](https://github.com/lukasmartinelli/pgfutter ) - Import CSV and JSON into PostgreSQL the easy way
2015-11-06 22:04:33 +05:30
### Tutorials
2015-11-06 22:05:33 +05:30
* [tutorialspoint PostgreSQL tutorial ](http://www.tutorialspoint.com/postgresql/ ) - A very extensive collection of tutorials on PostgreSQL
2015-11-07 02:32:32 +05:30
* [Postgres Guide ](http://postgresguide.com/ ) - A guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres.
2015-11-19 18:55:25 +05:30
* [Backup and recover a Postgres DB using wal-e ](https://coderwall.com/p/cwe2_a/backup-and-recover-a-postgres-db-using-wal-e ) - A tutorial about setting up continuous archiving in PostgreSQL using wal-e
2015-11-21 11:39:32 +08:00
* [PostgreSQL Exercises ](http://pgexercises.com/ ) - A site to make it easy to learn PostgreSQL by doing
2015-11-12 07:22:58 -08:00
2015-11-12 07:33:42 -08:00
### Blogs
2015-11-19 07:50:12 +13:00
* [Planet PostgreSQL ](https://planet.postgresql.org/ ) - A blog aggregation service for PostgreSQL.
2015-11-12 07:33:42 -08:00
* [Craig Kerstiens Postgres Posts ](http://www.craigkerstiens.com/categories/postgres/ ) - A set of posts on Postgres cool features/tips/tricks.
2015-11-12 06:54:12 -08:00
### Newsletters
2015-11-19 07:50:12 +13:00
* [Postgres Weekly ](http://www.postgresweekly.com ) - A weekly newsletter that contains articles, news, and repos relevant to Postgres