From 9ed17d58d4744713dae3d308c570797dbb4702bb Mon Sep 17 00:00:00 2001 From: cbbrowne Date: Mon, 31 Oct 2016 13:14:18 -0400 Subject: [PATCH 1/3] Skytools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edfd6c1..e11cad7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [pglookout](https://github.com/ohmu/pglookout) - Replication monitoring and failover daemon * [repmgr](https://github.com/2ndQuadrant/repmgr) - Is an open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers * [Slony-I](http://slony.info) - A "master to multiple slaves" replication system with cascading and failover +* [SkyTools](https://github.com/markokr/skytools) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. ### Backups * [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant From f1fb9d6a71a2be50480e3c66f691b559a41316c0 Mon Sep 17 00:00:00 2001 From: Christopher Browne Date: Fri, 27 Jan 2017 12:59:53 -0500 Subject: [PATCH 2/3] Repoint to parent repo skytools-legacy is where the issue tracker resides. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11cad7..99125d1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i * [pglookout](https://github.com/ohmu/pglookout) - Replication monitoring and failover daemon * [repmgr](https://github.com/2ndQuadrant/repmgr) - Is an open-source tool suite to manage replication and failover in a cluster of PostgreSQL servers * [Slony-I](http://slony.info) - A "master to multiple slaves" replication system with cascading and failover -* [SkyTools](https://github.com/markokr/skytools) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. +* [SkyTools](https://github.com/pgq/skytools-legacy) - Replication tools, including PgQ, a queuing system, and Londiste, a replication system a bit simpler to manage than Slony. ### Backups * [Barman](http://www.pgbarman.org/) - Backup and Recovery Manager for Postgres by 2ndQuadrant From f2f41d04bc0d85c7878c0d72e09d2abb5b7c531e Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Tue, 7 Nov 2017 22:10:21 +0530 Subject: [PATCH 3/3] Fix failing build due to link redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ac5e3..1cd45d3 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ * [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network * [postgresql-metrics](https://github.com/spotify/postgresql-metrics) - Tool that extracts and provides metrics for your PostgreSQL database. * [PostgREST](https://github.com/begriffs/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database. -* [pREST](https://github.com/nuveo/prest) - Serve a RESTful API from any PostgreSQL database (Golang) +* [pREST](https://github.com/prest/prest) - Serve a RESTful API from any PostgreSQL database (Golang) * [PostGraphQL](https://github.com/postgraphql/postgraphql) - A GraphQL schema created by reflection over a PostgreSQL schema. * [yoke](https://github.com/nanopack/yoke) - PostgreSQL high-availability cluster with auto-failover and automated cluster recovery. * [pglistend](https://github.com/kabirbaidhya/pglistend) - A lightweight PostgresSQL `LISTEN`/`NOTIFY` daemon built on top of `node-postgres`.