Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
docs: upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot committed Oct 9, 2023
1 parent 924902f commit de9413f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions docs/concepts/planetscale-connect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'PlanetScale Connect'
subtitle: 'Use PlanetScale Connect to easily perform ETL actions on your data.'
date: '2023-10-09'
---

PlanetScale Connect is one of the underlying mechanisms we use to transfer data between parties. With PlanetScale Connect, you can integrate with supported ETL platforms to extract data from your PlanetScale database and safely load it into other destinations for analysis, transformation, and more.

## ETL integrations

We currently support the following connectors:

{% grid columns=3 %}
{% cell href="/docs/integrations/airbyte" title="Airbyte" /%}
{% cell href="/docs/integrations/stitch" title="Stitch" /%}
{% cell href="/docs/integrations/hightouch" title="Hightouch" /%}
{% /grid %}
6 changes: 3 additions & 3 deletions docs/concepts/security.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Security and compliance'
subtitle: 'Learn about security and compliance with PlanetScale'
date: '2022-11-18'
date: '2023-10-09'
---

PlanetScale is committed to delivering a powerful and easy-to-use database
Expand Down Expand Up @@ -44,8 +44,8 @@ Data is encrypted at rest on the underlying storage media that serves database b
Encrypted data is transmitted to PlanetScale databases through three major paths:

- The [PlanetScale CLI](/docs/reference/planetscale-cli), leverages [Mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication#mTLS) when initiating a connection to PlanetScale via `shell` or `connect` commands.
- PlanetScale [Connection Strings](/docs/concepts/connection-strings) require the successful establishment of a TLS session before any SQL commands can be issued.
- When using [PlanetScale Connect](/docs/integrations/airbyte), [Mutual TLS](https://en.wikipedia.org/wiki/Mutual_authentication#mTLS) is used to secure all data transmitted between PlanetScale and Airbyte.
- PlanetScale [connection strings](/docs/concepts/connection-strings) require the successful establishment of a TLS session before any SQL commands can be issued.
- [TLS](https://en.wikipedia.org/wiki/Transport_Layer_Security) is used to secure all data transmitted between PlanetScale and [clients using PlanetScale Connect](/docs/integrations/planetscale-connect).

### Additional data protection controls

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/airbyte.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'PlanetScale Connect - Airbyte'
title: 'Airbyte integration'
subtitle: 'Extract, load, and transform your PlanetScale data with Airbyte.'
date: '2023-07-27'
meta:
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/stitch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'PlanetScale Connect - Stitch'
title: 'Stitch integration'
subtitle: 'Extract, load, and transform your PlanetScale data with Stitch.'
date: '2022-08-01'
meta:
Expand Down

0 comments on commit de9413f

Please sign in to comment.