From 204c5f751dcd1d9986d89dfce25541d597fa60a1 Mon Sep 17 00:00:00 2001 From: noctarius aka Christoph Engelbert Date: Mon, 29 Aug 2022 22:31:01 +0200 Subject: [PATCH 1/2] Added TimescaleDB links for the PaaS service and Docker image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04cabd0..45205a0 100644 --- a/README.md +++ b/README.md @@ -222,11 +222,13 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [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. * [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. * [Scaleway Managed Database](https://www.scaleway.com/en/database/) - Fully managed PostgreSQL databases with HA, scaling, and automated backups, hosted in the EU. Starting at €10 per month. +* [Timescale Cloud](https://www.timescale.com) - Timesclaae Cloud offers a production-sclae TimescaleDB enabled Postgresql service. ### Docker images * [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container. * [mdillon/postgis](https://hub.docker.com/r/mdillon/postgis/) - PostGIS 2.3 on Postgres 9. Based on the official Postgres container. * [postgres](https://hub.docker.com/_/postgres/) - Official postgres container (from Docker) +* [timescale/timescaledb](https://hub.docker.com/r/timescale/timescaledb) - TimescaleDB official images with TimescaleDB extension. ## Resources From 94ead05f3056c695d4c037a4b52576159ea7a3aa Mon Sep 17 00:00:00 2001 From: noctarius aka Christoph Engelbert Date: Tue, 30 Aug 2022 14:17:40 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: Rajakavitha Kodhandapani --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45205a0..0047d6d 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [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. * [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. * [Scaleway Managed Database](https://www.scaleway.com/en/database/) - Fully managed PostgreSQL databases with HA, scaling, and automated backups, hosted in the EU. Starting at €10 per month. -* [Timescale Cloud](https://www.timescale.com) - Timesclaae Cloud offers a production-sclae TimescaleDB enabled Postgresql service. +* [Timescale Cloud](https://www.timescale.com/timescale-signup) - Timescale Cloud offers a production-scale TimescaleDB enabled PostgreSQL service. ### Docker images * [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.