awesome-postgres/README.md

41 lines
1.7 KiB
Markdown
Raw Normal View History

2015-08-02 09:27:17 +02:00
# awesome-postgres
2015-11-06 17:27:11 +01:00
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql
2015-08-02 09:32:43 +02:00
2015-08-02 09:42:16 +02:00
- [Awesome-Postgres](https://github.com/dhamaniasad/awesome-postgres#awesome-postgres)
- [Backups](#backups)
2015-08-02 09:50:01 +02:00
- [GUI](#gui)
- [Distributions](#distributions)
2015-08-02 10:20:52 +02:00
- [CLI](#cli)
2015-08-02 10:24:20 +02:00
- [Server](#server)
2015-08-02 10:49:22 +02:00
- [Extensions](#extensions)
2015-08-02 11:20:16 +02:00
- [Optimization](#optimization)
- [Utilities](#utilities)
2015-08-02 09:32:43 +02:00
### Backups
2015-08-02 09:42:16 +02:00
* [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 09:50:01 +02:00
### 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 10:20:52 +02:00
* [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser written in Go
2015-08-02 09:50:01 +02:00
### Distributions
* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on the Mac
2015-08-02 10:20:52 +02:00
### CLI
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
2015-08-02 10:22:17 +02:00
2015-08-02 10:24:20 +02:00
### Server
* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster
2015-08-02 10:49:22 +02:00
### Extensions
* [PGStorm](https://wiki.postgresql.org/wiki/PGStrom) - Postgres extension to offload CPU intensive workloads to GPU
2015-08-02 11:20:16 +02:00
### 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