From 3dd0bfde152eb6f5bc4677644dd6ecb901809e49 Mon Sep 17 00:00:00 2001 From: Christopher Winslett Date: Tue, 17 Mar 2015 11:40:04 -0700 Subject: [PATCH] Add context for this project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98b56bbf..f964fc34 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ *There are many ways to run high availability with PostgreSQL; here we present a template for you to create your own custom fit high availability solution using etcd and python for maximum accessibility.* +Compose runs a a [Postgresql as a service platform](https://www.compose.io/postgresql), which is highly-available from creation. This is a coded example from our prior blog post: [High Availability for PostgreSQL, Batteries Not Included](https://blog.compose.io/high-availability-for-postgresql-batteries-not-included/). + To get started, do the following from different terminals: ```