From 4ebce45485cb8f85cf166570de4df90d725c082b Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Thu, 7 Jan 2016 18:50:37 +0530 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 2 ++ params.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6a00794..1f1452d 100644 --- a/index.html +++ b/index.html @@ -102,6 +102,8 @@

diff --git a/params.json b/params.json index 35cf22b..057b297 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"Awesome Postgres","tagline":"A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql","body":"# awesome-postgres\r\nA curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql\r\n\r\n- [Awesome-Postgres](https://github.com/dhamaniasad/awesome-postgres#awesome-postgres)\r\n - [Backups](#backups)\r\n - [GUI](#gui)\r\n - [Distributions](#distributions)\r\n - [CLI](#cli)\r\n - [Server](#server)\r\n - [Monitoring](#monitoring)\r\n - [Extensions](#extensions)\r\n - [Optimization](#optimization)\r\n - [Utilities](#utilities)\r\n - [Language bindings](#language-bindings)\r\n - [Tutorials](#tutorials)\r\n - [Blogs](#blogs)\r\n - [Newsletters](#newsletters)\r\n\r\n### Backups\r\n* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku\r\n* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant\r\n\r\n### GUI\r\n* [pgAdmin](http://pgadmin.org/) - Postgres Administration and Management GUI\r\n* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - The Premier Web Based Administration Tool for Postgres\r\n* [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser written in Go\r\n* [Postico](https://eggerapps.at/postico/) - A Modern PostgreSQL Client for OS X (Commercial Software)\r\n\r\n### Distributions\r\n* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on the Mac\r\n\r\n### CLI\r\n* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting\r\n* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV\r\n\r\n### Server\r\n* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster\r\n\r\n### Monitoring\r\n* [Check_postgres](https://github.com/bucardo/check_postgres) - Nagios check_postgres plugin for checking status of PostgreSQL databases\r\n\r\n### Extensions\r\n* [PGStrom](https://wiki.postgresql.org/wiki/PGStrom) - Postgres extension to offload CPU intensive workloads to GPU\r\n* [pg_shard](https://github.com/citusdata/pg_shard) - PostgreSQL extension to scale out real-time reads and writes\r\n* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL\r\n* [pg_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes\r\n\r\n### Optimization\r\n* [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy\r\n* [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard\r\n\r\n### Utilities\r\n* [PostgREST](https://github.com/begriffs/postgrest) - PostgREST serves a fully RESTful API from any existing PostgreSQL database\r\n* [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script\r\n* [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics on your PostgreSQL database\r\n* [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\r\n* [pgbadger](https://github.com/dalibo/pgbadger) - a fast PostgreSQL Log Analyzer\r\n* [pg_activity](https://github.com/julmon/pg_activity) - pg_activity is a top like application for PostgreSQL server activity monitoring\r\n* [pgfutter](https://github.com/lukasmartinelli/pgfutter) - Import CSV and JSON into PostgreSQL the easy way\r\n* [pganalyze](https://pganalyze.com) - PostgreSQL Performance Monitoring (Commercial Software)\r\n* [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery\r\n* [pgCenter](https://github.com/lesovsky/pgcenter) - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends\r\n* [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases\r\n\r\n### Language bindings\r\n* [rust-postgresql](https://github.com/sfackler/rust-postgres) - [Rust](http://www.rust-lang.org/)\r\n* [DBD-Pg](http://search.cpan.org/~rudy/DBD-Pg/Pg.pm) - [Perl](https://www.perl.org/)\r\n* [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) - [Java](https://www.java.com/)\r\n\r\n### Tutorials\r\n* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL\r\n* [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\r\n* [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\r\n* [PostgreSQL Exercises](http://pgexercises.com/) - A site to make it easy to learn PostgreSQL by doing\r\n\r\n### Blogs\r\n* [Planet PostgreSQL](https://planet.postgresql.org/) - A blog aggregation service for PostgreSQL\r\n* [Craig Kerstiens Postgres Posts](http://www.craigkerstiens.com/categories/postgres/) - A set of posts on Postgres cool features/tips/tricks\r\n\r\n### Newsletters\r\n\r\n* [Postgres Weekly](http://www.postgresweekly.com) - A weekly newsletter that contains articles, news, and repos relevant to Postgres\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"Awesome Postgres","tagline":"A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql","body":"# awesome-postgres\r\nA curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql\r\n\r\n- [Awesome-Postgres](https://github.com/dhamaniasad/awesome-postgres#awesome-postgres)\r\n - [Backups](#backups)\r\n - [GUI](#gui)\r\n - [Distributions](#distributions)\r\n - [CLI](#cli)\r\n - [Server](#server)\r\n - [Monitoring](#monitoring)\r\n - [Extensions](#extensions)\r\n - [Optimization](#optimization)\r\n - [Utilities](#utilities)\r\n - [Language bindings](#language-bindings)\r\n - [Tutorials](#tutorials)\r\n - [Blogs](#blogs)\r\n - [Newsletters](#newsletters)\r\n\r\n### Backups\r\n* [wal-e](https://github.com/wal-e/wal-e) - Simple Continuous Archiving for Postgres to S3, Azure, or Swift by Heroku\r\n* [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant\r\n\r\n### GUI\r\n* [pgAdmin](http://pgadmin.org/) - Postgres Administration and Management GUI\r\n* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - The Premier Web Based Administration Tool for Postgres\r\n* [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser written in Go\r\n* [Postico](https://eggerapps.at/postico/) - A Modern PostgreSQL Client for OS X (Commercial Software)\r\n\r\n### Distributions\r\n* [Postgres.app](http://postgresapp.com/) - The Easiest Way to Get Started with PostgreSQL on the Mac\r\n\r\n### CLI\r\n* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting\r\n* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV\r\n\r\n### Server\r\n* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster\r\n\r\n### Monitoring\r\n* [Check_postgres](https://github.com/bucardo/check_postgres) - Nagios check_postgres plugin for checking status of PostgreSQL databases\r\n* [Pome](https://github.com/rach/pome) - Pome stands for Postgres Metrics. Pome is a PostgreSQL Metrics Dashboard to keep track of the health of your database\r\n\r\n### Extensions\r\n* [PGStrom](https://wiki.postgresql.org/wiki/PGStrom) - Postgres extension to offload CPU intensive workloads to GPU\r\n* [pg_shard](https://github.com/citusdata/pg_shard) - PostgreSQL extension to scale out real-time reads and writes\r\n* [PostGIS](http://postgis.net/) - Spatial and Geographic objects for PostgreSQL\r\n* [pg_paxos](https://github.com/citusdata/pg_paxos/) - Basic implementation of Paxos and Paxos-based table replication for a cluster of PostgreSQL nodes\r\n\r\n### Optimization\r\n* [PgHero](https://github.com/ankane/pghero) - Postgres insights made easy\r\n* [pgtune](https://github.com/gregs1104/pgtune/) - PostgreSQL configuration wizard\r\n\r\n### Utilities\r\n* [PostgREST](https://github.com/begriffs/postgrest) - PostgREST serves a fully RESTful API from any existing PostgreSQL database\r\n* [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script\r\n* [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics on your PostgreSQL database\r\n* [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\r\n* [pgbadger](https://github.com/dalibo/pgbadger) - a fast PostgreSQL Log Analyzer\r\n* [pg_activity](https://github.com/julmon/pg_activity) - pg_activity is a top like application for PostgreSQL server activity monitoring\r\n* [pgfutter](https://github.com/lukasmartinelli/pgfutter) - Import CSV and JSON into PostgreSQL the easy way\r\n* [pganalyze](https://pganalyze.com) - PostgreSQL Performance Monitoring (Commercial Software)\r\n* [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery\r\n* [pgCenter](https://github.com/lesovsky/pgcenter) - Provides convenient interface to various statistics, management task, reloading services, viewing log files and canceling or terminating database backends\r\n* [ERAlchemy](https://github.com/Alexis-benoist/eralchemy) - ERAlchemy generates Entity Relation (ER) diagram from databases\r\n\r\n### Language bindings\r\n* [rust-postgresql](https://github.com/sfackler/rust-postgres) - [Rust](http://www.rust-lang.org/)\r\n* [DBD-Pg](http://search.cpan.org/~rudy/DBD-Pg/Pg.pm) - [Perl](https://www.perl.org/)\r\n* [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) - [Java](https://www.java.com/)\r\n\r\n### Tutorials\r\n* [tutorialspoint PostgreSQL tutorial](http://www.tutorialspoint.com/postgresql/) - A very extensive collection of tutorials on PostgreSQL\r\n* [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\r\n* [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\r\n* [PostgreSQL Exercises](http://pgexercises.com/) - A site to make it easy to learn PostgreSQL by doing\r\n\r\n### Blogs\r\n* [Planet PostgreSQL](https://planet.postgresql.org/) - A blog aggregation service for PostgreSQL\r\n* [Craig Kerstiens Postgres Posts](http://www.craigkerstiens.com/categories/postgres/) - A set of posts on Postgres cool features/tips/tricks\r\n\r\n### Newsletters\r\n\r\n* [Postgres Weekly](http://www.postgresweekly.com) - A weekly newsletter that contains articles, news, and repos relevant to Postgres\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file