Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.24 KB

File metadata and controls

25 lines (19 loc) · 1.24 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

InfluxDB

This section contains hands-on examples that use Ockam to create encrypted portals to InfluxDB databases running in various environments.

In each example, we connect a nodejs app in one private network with a InfluxDB database in another private network. To understand how end-to-end trust is established, and how the portal works even though the two networks are isolated with no exposed ports, please read: “How does Ockam work?

Please select an example to dig in:

InfluxDB - Amazon TimestreamWe connect a nodejs app in one Amazon VPC with a InfluxDB database in another Amazon VPC. The example uses AWS CLI to create these VPCs.