A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Go to file
2016-09-02 20:08:02 -04:00
.travis.yml Whitelist Heroku Postgres URL 2016-03-01 14:54:58 +05:30
CONTRIBUTING.md Add guideline for including links in pull description 2016-02-17 15:48:19 +05:30
LICENSE Initial commit 2015-08-02 12:57:17 +05:30
README.md Rename OS X and Mac to macOS. 2016-09-02 20:08:02 -04:00

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql

High-Availability

  • Patroni - A template for PostgreSQL HA with ZooKeeper or etcd
  • repmgr - Is an open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers
  • Slony-I - A "master to multiple slaves" replication system with cascading and failover

Backups

  • wal-e - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku
  • Barman - Backup and Recovery Manager for Postgres by 2ndQuadrant
  • OmniPITR - Advanced WAL File Management Tools for PostgreSQL
  • pgBackRest - Reliable PostgreSQL Backup & Restore

GUI

  • Adminer Full-featured database management tool written in PHP
  • DataGrip - An IDE with advanced tool sets and good cross-platform experience (Commercial Software)
  • Datazenit - Web-based PostgreSQL GUI (Commercial Software)
  • DBeaver - Universal Database Manager with excellent support for Postgres
  • JackDB - Web-based SQL query interface (Commercial Software)
  • Metabase - Simple dashboards, charts and query tool for your Postgres DB
  • pgAdmin - Postgres Administration and Management GUI
  • pgModeler - pgModeler is an open-source PostgreSQL Database Modeler
  • pgweb - Web-based PostgreSQL database browser written in Go
  • phpPgAdmin - The Premier Web Based Administration Tool for Postgres
  • Postbird - PostgreSQL Client for macOS
  • Postico - A Modern PostgreSQL Client for macOS (Commercial Software)
  • PSequel - PSequel provides a clean and simple interface for you to perform common PostgreSQL tasks quickly (Commercial Software)
  • SQL Tabs - A Cross Platform Desktop Client for Postgres written in JS
  • SQLPro for Postgres - A simple, powerful Postgres manager for macOS (Commercial Software)
  • Warp - macOS desktop tool for by-example querying and data transfer from/to PostgreSQL (Commercial Software)

Distributions

  • Postgres.app - The Easiest Way to Get Started with PostgreSQL on macOS

CLI

  • pgcli - Postgres CLI with autocompletion and syntax highlighting
  • psql2csv - Run a query in psql and output the result as CSV

Server

  • Postgres-XL - Scalable Open Source PostgreSQL-based Database Cluster

Monitoring

  • Check_postgres - Nagios check_postgres plugin for checking status of PostgreSQL databases
  • libzbxpgsql - A comprehensive PostgreSQL monitoring module for Zabbix
  • Pome - Pome stands for Postgres Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database
  • pg_view - An open-source command-line tool that shows global system stats, per-partition information, memory stats and other information

Extensions

  • PGStrom - Postgres extension to offload CPU intensive workloads to GPU
  • pg_shard - PostgreSQL extension to scale out real-time reads and writes
  • PostGIS - Spatial and Geographic objects for PostgreSQL
  • pg_paxos - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes
  • zomboDB - Postgres extension that enables efficient full-text searching via the use of indexes backed by Elasticsearch
  • cstore_fdw - Columnar store for analytics with PostgreSQL
  • pg_partman - Partition management extension for PostgreSQL
  • plpgsql_check - An extension that allows to check plpgsql source code
  • pglogical - An extension that provides logical streaming replication

Optimization

  • PgHero - Postgres insights made easy
  • pgtune - PostgreSQL configuration wizard
  • pgtune - Online version of PostgreSQL configuration wizard

Utilities

  • PostgREST - PostgREST serves a fully RESTful API from any existing PostgreSQL database
  • mysql-postgresql-converter - Lanyrd's MySQL to PostgreSQL conversion script
  • postgresql-metrics - Tool that extracts and provides metrics on your PostgreSQL database
  • pgloader - Pgloader loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data
  • pgbadger - a fast PostgreSQL Log Analyzer
  • pg_activity - pg_activity is a top like application for PostgreSQL server activity monitoring
  • pgfutter - Import CSV and JSON into PostgreSQL the easy way
  • pgclimb - Export data from PostgreSQL into different data formats
  • pganalyze - PostgreSQL Performance Monitoring (Commercial Software)
  • yoke - Postgres high-availability cluster with auto-failover and automated cluster recovery
  • pgCenter - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends
  • ERAlchemy - ERAlchemy generates Entity Relation (ER) diagram from databases
  • apgdiff - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one
  • PgBouncer - Lightweight connection pooler for PostgreSQL
  • PGXN client - A command line tool to interact with the PostgreSQL Extension Network
  • PGInsight - CLI tool to easily dig deep inside your Postgresql database
  • pgsync - A tool to sync Postgres data to your local machine
  • pgpool-II - Middleware that provides connection pooling, replication, load balancing and limiting exceeding connections

Language bindings

Tutorials

Blogs

Articles

Newsletters

  • Postgres Weekly - A weekly newsletter that contains articles, news, and repos relevant to Postgres

PaaS

(Postgres as a Service)

  • Database Labs - Get a production-ready cloud Postgres server in minutes, from $20 a month Backups, monitoring, patches, and 24/7 tech support all included
  • ElephantSQL - Offers databases ranging from shared servers for smaller projects and proof of concepts, up to enterprise grade multi server setups. Has free plan for up to 5 DBs, 20 MB each
  • Heroku Postgres - Plans from free to huge, operated by Postgres experts. Does not require running your app on Heroku. Free plan includes 10,000 rows, 20 connections, up to two backups, and has PostGIS support