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.