From 028da2408f5da7eb85ff6ea642563ccf6b5bd8de Mon Sep 17 00:00:00 2001 From: Mrinal Wadhwa Date: Thu, 22 Feb 2024 15:17:40 +0000 Subject: [PATCH] GITBOOK-1360: change request with no subject merged in GitBook --- portals/databases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portals/databases/README.md b/portals/databases/README.md index e77056ee..bbfec649 100644 --- a/portals/databases/README.md +++ b/portals/databases/README.md @@ -25,7 +25,7 @@ In each example, we connect a nodejs app in one private network with a database Please select an example to dig in: {% hint style="info" %} -The examples below use Postgres, however, the same setup works for any database: _MySQL, MariaDB, MongoDB, ClickHouse, InfluxDB, SQL Server, etc._ +The examples below use Postgres, however, the same setup works for any database: _MySQL, MongoDB, ClickHouse, Cassandra, InfluxDB, SQL Server, etc._ {% endhint %}
PostgreSQL - DockerWe connect a nodejs app in one virtual private network with a postgres database in another virtual private network. The example uses docker and docker compose to create these virtual networks.
PostgreSQL - KubernetesWe connect a nodejs app in one private kubernetes cluster with a postgres database in another private kubernetes cluster. The example uses docker and kind to create these kubernetes clusters.