diff --git a/README.md b/README.md index 04cabd0..0047d6d 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/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. * [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