From af47e5fd2f6c19505c2844d25f67836015ee0147 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Wed, 9 May 2018 07:45:54 -0700 Subject: [PATCH] add citus data --- templates/context.json | 26 ++++++++++++++++++-------- templates/context.override.json | 26 ++++++++++++++++++-------- 2 files changed, 36 insertions(+), 16 deletions(-) diff --git a/templates/context.json b/templates/context.json index 8df85de..4880982 100644 --- a/templates/context.json +++ b/templates/context.json @@ -4,14 +4,24 @@ "conference": "PostgresOpen 2018", + "diamond": [ + { + "name": "Citus Data", + "logo": "citusdata.png", + "largelogo": "citusdata.png", + "badgelogo": "citusdata.png", + "link": "https://www.citusdata.com/", + "intro": "Citus is worry-free Postgres that is built to scale out. Made for SaaS and enterprises, Citus is an extension to Postgres that distributes data and queries across multiple nodes. Whether you need to scale out a multi-tenant app—or are building real-time analytics dashboards that require sub-second responses—Citus makes it simple to shard Postgres. Our Citus distributed database is available as open source, as enterprise software, and as a fully-managed cloud database." + } + ], "gold": [ - { - "name": "2ndQuadrant", - "logo": "2ndQ_logo.png", - "largelogo": "2ndQ_logo.png", - "badgelogo": "2ndQ_logo.png", - "link": "https://www.2ndquadrant.com/", - } -] + { + "name": "2ndQuadrant", + "logo": "2ndQ_logo.png", + "largelogo": "2ndQ_logo.png", + "badgelogo": "2ndQ_logo.png", + "link": "https://www.2ndquadrant.com/", + } + ] } diff --git a/templates/context.override.json b/templates/context.override.json index a650196..4e6b24d 100644 --- a/templates/context.override.json +++ b/templates/context.override.json @@ -4,14 +4,24 @@ "conference": "PostgresOpen 2018", + "diamond": [ + { + "name": "Citus Data", + "logo": "citusdata.png", + "largelogo": "citusdata.png", + "badgelogo": "citusdata.png", + "link": "https://www.citusdata.com/", + "intro": "Citus is worry-free Postgres that is built to scale out. Made for SaaS and enterprises, Citus is an extension to Postgres that distributes data and queries across multiple nodes. Whether you need to scale out a multi-tenant app—or are building real-time analytics dashboards that require sub-second responses—Citus makes it simple to shard Postgres. Our Citus distributed database is available as open source, as enterprise software, and as a fully-managed cloud database." + } + ], "gold": [ - { - "name": "2ndQuadrant", - "logo": "2ndQ_logo.png", - "largelogo": "2ndQ_logo.png", - "badgelogo": "2ndQ_logo.png", - "link": "https://www.2ndquadrant.com/", - } -] + { + "name": "2ndQuadrant", + "logo": "2ndQ_logo.png", + "largelogo": "2ndQ_logo.png", + "badgelogo": "2ndQ_logo.png", + "link": "https://www.2ndquadrant.com/", + } + ] } -- 2.39.5