From ff4c1bc7df0b859eea18c58c888d03838ed61e37 Mon Sep 17 00:00:00 2001 From: Beomyong Lee Date: Fri, 25 Jan 2019 09:57:44 +0900 Subject: [PATCH 1/6] Add AgensGraph to the server section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7017da8..c416b3b 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ For Database Management * [Postgres-XL](https://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster. * [Citus](https://github.com/citusdata/citus) - Scalable PostgreSQL cluster for real-time workloads. * [PipelineDB](https://www.pipelinedb.com/) - A PostgreSQL extension that runs SQL queries continuously on streams, incrementally storing results in tables. +* [AgensGraph](https://bitnine.net/) - Powerful graph database based on the PostgreSQL. ### Monitoring * [check\_pgactivity](https://github.com/OPMDG/check_pgactivity) - check\_pgactivity is designed to monitor PostgreSQL clusters from Nagios. It offers many options to measure and monitor useful performance metrics. From 5b10ef4cf4d9f27dfcee627cc08ca82201944501 Mon Sep 17 00:00:00 2001 From: Beomyong Lee Date: Fri, 25 Jan 2019 10:56:45 +0900 Subject: [PATCH 2/6] Fix redirect urls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c416b3b..0b9b79a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ For Database Management * [pgloader](https://github.com/dimitri/pgloader) - Loads data into PostgreSQL using the COPY streaming protocol, and does so with separate threads for reading and writing data. * [pgpool-II](http://www.pgpool.net/mediawiki/index.php/Main_Page) - Middleware that provides connection pooling, replication, load balancing and limiting exceeding connections. * [pgsync](https://github.com/ankane/pgsync) - Tool to sync PostgreSQL data to your local machine. -* [PGXN client](https://github.com/dvarrazzo/pgxnclient) - Command line tool to interact with the PostgreSQL Extension Network +* [PGXN client](https://github.com/pgxn/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/PostgREST/postgrest) - Serves a fully RESTful API from any existing PostgreSQL database. * [pREST](https://github.com/prest/prest) - Serve a RESTful API from any PostgreSQL database (Golang) From f7e8bc74b823bd0b3ff9e9fc2d63582c34e1633e Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 30 Mar 2019 12:40:30 -0400 Subject: [PATCH 3/6] Add Haskell bindings Add `postgresql-simple` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78e34d7..569191d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ For Database Management * Clojure: [clj-postgresql](https://github.com/remodoy/clj-postgresql) * Elixir: [postgrex](https://github.com/elixir-ecto/postgrex) * Go: [pgx](https://github.com/jackc/pgx) +* Haskell: [postgresql-simple](http://hackage.haskell.org/package/postgresql-simple) * Java: [PostgreSQL JDBC Driver](https://jdbc.postgresql.org/) * .Net/.Net Core: [Npgsql](https://github.com/npgsql/npgsql) * Node: [node-postgres](https://github.com/brianc/node-postgres), [pg-promise](https://github.com/vitaly-t/pg-promise) From 885de1b63beb33172658fde3c696939ee0847036 Mon Sep 17 00:00:00 2001 From: niespodd Date: Sun, 31 Mar 2019 22:18:37 +0200 Subject: [PATCH 4/6] Add pgRouting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78e34d7..68426a6 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ For Database Management * [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension * [pgTAP](https://pgtap.org/) - Database testing framework for Postgres * [HypoPG](https://github.com/HypoPG/hypopg) - HypoPG provides hypothetical/virtual indexes feature. +* [pgRouting](https://github.com/pgRouting/pgrouting) - pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. ### Optimization * [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy. From 93020ab1e4fa8ff96a7ec0e1f55a615934d4e47e Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sun, 7 Apr 2019 13:37:37 +0530 Subject: [PATCH 5/6] Add Compose.io to PaaS section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8e669..cf27a02 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ For Database Management * [Aiven PostgreSQL](https://aiven.io/postgresql) - PostgreSQL as a service in AWS, Azure, DigitalOcean, Google Cloud and UpCloud; plans range from $19/month single node instances to large highly-available setups, free trial for two weeks. * [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) - Amazon Relational Database Service (RDS) for PostgreSQL * [Citus Cloud](https://www.citusdata.com/product/cloud) - Production grade scaled out PostgreSQL as a service enabling real-time workloads and sharding your multi-tenant apps. +* [Compose](https://www.compose.com/databases/postgresql) - PostgreSQL as a service in AWS, Google Cloud Platform, and IBM Cloud; plans range from $17.5/month for 1GB storage and scale at $12/GB beyond that. Free trial for 30 days available. * [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/services/postgresql/) - Azure Database for PostgreSQL provides fully managed, enterprise-ready community PostgreSQL database as a service. It provides builtin HA, elastic scaling and native integration with Azure ecosystem. * [Database Labs](https://www.databaselabs.io) - Get a production-ready cloud PostgreSQL server in minutes, from $20 a month Backups, monitoring, patches, and 24/7 tech support all included. * [ElephantSQL](https://www.elephantsql.com/) - 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. From 0a8a44168cb34c88c41a6a27fd884b9435365ab3 Mon Sep 17 00:00:00 2001 From: Asad Dhamani Date: Sun, 7 Apr 2019 13:38:30 +0530 Subject: [PATCH 6/6] Alphabetize PaaS list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf27a02..272753b 100644 --- a/README.md +++ b/README.md @@ -189,14 +189,14 @@ For Database Management ### PaaS *(PostgreSQL as a Service)* * [Aiven PostgreSQL](https://aiven.io/postgresql) - PostgreSQL as a service in AWS, Azure, DigitalOcean, Google Cloud and UpCloud; plans range from $19/month single node instances to large highly-available setups, free trial for two weeks. * [Amazon RDS for PostgreSQL](https://aws.amazon.com/rds/postgresql/) - Amazon Relational Database Service (RDS) for PostgreSQL +* [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/services/postgresql/) - Azure Database for PostgreSQL provides fully managed, enterprise-ready community PostgreSQL database as a service. It provides builtin HA, elastic scaling and native integration with Azure ecosystem. * [Citus Cloud](https://www.citusdata.com/product/cloud) - Production grade scaled out PostgreSQL as a service enabling real-time workloads and sharding your multi-tenant apps. * [Compose](https://www.compose.com/databases/postgresql) - PostgreSQL as a service in AWS, Google Cloud Platform, and IBM Cloud; plans range from $17.5/month for 1GB storage and scale at $12/GB beyond that. Free trial for 30 days available. -* [Azure Database for PostgreSQL](https://azure.microsoft.com/en-us/services/postgresql/) - Azure Database for PostgreSQL provides fully managed, enterprise-ready community PostgreSQL database as a service. It provides builtin HA, elastic scaling and native integration with Azure ecosystem. * [Database Labs](https://www.databaselabs.io) - Get a production-ready cloud PostgreSQL server in minutes, from $20 a month Backups, monitoring, patches, and 24/7 tech support all included. +* [DigitalOcean Managed Databases](https://www.digitalocean.com/products/managed-databases/) - Fully managed PostgreSQL databases. No free plan. Starting at $15/mo. Daily backups with point-in-time recovery. Standby nodes with auto-failover. * [ElephantSQL](https://www.elephantsql.com/) - 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. * [Google Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres/) - Fully-managed database service that makes it easy to set up, maintain, manage, and administer your PostgreSQL relational databases on Google Cloud Platform. (Beta) * [Heroku Postgres](https://elements.heroku.com/addons/heroku-postgresql) - Plans from free to huge, operated by PostgreSQL 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. -* [DigitalOcean Managed Databases](https://www.digitalocean.com/products/managed-databases/) - Fully managed PostgreSQL databases. No free plan. Starting at $15/mo. Daily backups with point-in-time recovery. Standby nodes with auto-failover. ### Docker images * [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.