mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2024-11-28 09:33:47 +02:00
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
LICENSE | ||
README.md |
awesome-postgres
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
Backups
- wal-e - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku
- Barman - Backup and Recovery Manager for Postgres by 2ndQuadrant
GUI
- pgAdmin - Postgres Adminisitration and Management GUI
- phpPgAdmin - The Premier Web Based Administration Tool for Postgres
- pgweb - Web-based PostgreSQL database browser written in Go
Distributions
- Postgres.app - The Easiest Way to Get Started with PostgreSQL on the Mac
CLI
- pgcli - Postgres CLI with autocompletion and syntax highlighting
Server
- Postgres-XL - Scalable Open Source PostgreSQL-based Database Cluster
Extensions
- PGStorm - Postgres extension to offload CPU intensive workloads to GPU
- pg_shard - PostgreSQL extension to scale out real-time reads and writes
Optimization
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.
Tutorials
- tutorialspoint PostgreSQL tutorial - A very extensive collection of tutorials on PostgreSQL
- Postgres Guide - A guide designed as an aid for beginners and experienced users to find specific tips and explore tools available within Postgres.
- Craig Kerstiens Postgres Posts - A set of posts on Postgres cool features/tips/tricks.
Newsletters
- Postgres Weekly - A weekly newsletter that contains articles, news, and repos relevant to Postgres