From 4a44c51a46af4c60bcb9d59d40339dfc651c696a Mon Sep 17 00:00:00 2001 From: Eren Basak Date: Mon, 7 Nov 2016 13:51:02 -0800 Subject: [PATCH] Add Citus Cloud Paas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 967c818..c5648c4 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i ### 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. +* [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. * [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. * [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.