From cc783a55da185d67823fd72f9b5d4b536152ed67 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 18 May 2020 21:00:08 +0200 Subject: [PATCH] new entry --- docs/databases.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/databases.md b/docs/databases.md index 0da659e8..b3af06ec 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -7,6 +7,7 @@ - [Operator Lifecycle Manager (OLM)](#operator-lifecycle-manager-olm) - [Spilo PostgreSQL Operator](#spilo-postgresql-operator) - [Crunchy Data PostgreSQL Operator](#crunchy-data-postgresql-operator) + - [Crunchy Data Developer Portal](#crunchy-data-developer-portal) - [Crunchy Data Postgres Operator in OpenShift 4. Overview & Proof of Concept](#crunchy-data-postgres-operator-in-openshift-4-overview--proof-of-concept) - [Crunchydata Postgres Operator 3.5](#crunchydata-postgres-operator-35) - [Crunchydata Postgres Operator 4.0.1](#crunchydata-postgres-operator-401) @@ -80,6 +81,11 @@ * [info.crunchydata.com: Quickly Document Your Postgres Database Using psql Meta-Commands](https://info.crunchydata.com/blog/d-meta) * [info.crunchydata.com: Fast CSV and JSON Ingestion in PostgreSQL with COPY](https://info.crunchydata.com/blog/fast-csv-and-json-ingestion-in-postgresql-with-copy) + +### Crunchy Data Developer Portal +- [Announcing the Crunchy Data Developer Portal](https://info.crunchydata.com/blog/announcing-the-crunchy-data-developer-portal) +- [Crunchy Data Developer Portal](https://www.crunchydata.com/developers) Self-service tools for developers and data scientists to easily get productive with PostgreSQL and Crunchy Data products. + ### Crunchy Data Postgres Operator in OpenShift 4. Overview & Proof of Concept - In earlier days, Red Hat recommended running PostgreSQL database outside the Kubernetes cluster. Now, with [Kubernetes Operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) technology, you can run stateful database applications on Kubernetes. - [Crunchy PostgreSQL Operator](https://github.com/CrunchyData/postgres-operator) extends Kubernetes to give you the power to easily  create, configure and manage PostgreSQL clusters at scale.  When combined with the [Crunchy PostgreSQL Container Suite](https://github.com/CrunchyData/crunchy-containers), the Crunchy PostgreSQL Operator provides an open source software solution for PostgreSQL scaling, high-availability, disaster recovery, monitoring, and more.  All of this capability comes with the repeatability and automation that comes from Operators on Kubernetes.