Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.85 KB

File metadata and controls

33 lines (23 loc) · 1.85 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Databases

Create an Ockam Portal between any application, to any database, in any environment.

In each example, we connect a nodejs app in one private network with a database in another private network.

Each company’s network is private, isolated, and doesn't expose ports. To learn how end-to-end trust is established, please read: “How does Ockam work?

Please select an example to dig in:

{% hint style="info" %} The examples below use PostgreSQL, MongoDB and InfluxDB. However, the same setup works for any database: MySQL, ClickHouse, Cassandra, SQL Server, etc. {% endhint %}

PostgreSQLWe connect a nodejs app in one private network with a PostgreSQL database in another private network.postgres
MongoDBWe connect a nodejs app in one private network with a MongoDB database in another private network.mongodb
InfluxDBWe connect a nodejs app in one private network with a InfluxDB database in another private network.influxDB