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 30, 2023
1 parent a12ee83 commit 3264fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/deployment-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you're interested in learning more, please [reach out](/contact) and we can f
- Your databases can be deployed to any cloud provider region you choose that offers three Availability Zones, even [regions](/docs/concepts/regions) that PlanetScale does not offer on our self-serve plans
- You can continue to use the PlanetScale UI and CLI in the same way that you would our general self-serve offerings, but the infrastructure runs in an isolated environment
- BAAs available for HIPAA compliance
- In the [Managed offering](/blog/introducing-planetscale-managed) where you own the account, it is possible to establish private database connectivity via:
- In the [Managed offering](/blog/introducing-planetscale-managed) where you own the account, you have private database connectivity via:
- **AWS** — [AWS PrivateLink](https://aws.amazon.com/privatelink/) (recommended) or [VPC Peering](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html)
- **GCP** — [Private Service Connect](https://cloud.google.com/vpc/docs/private-access-options)

Expand Down
9 changes: 5 additions & 4 deletions docs/integrations/airbyte.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Airbyte integration'
subtitle: 'Extract, load, and transform your PlanetScale data with Airbyte.'
date: '2023-07-27'
date: '2023-10-27'
meta:
title: 'Connect with Airbyte ELT'
---
Expand All @@ -22,12 +22,12 @@ Only [Airbyte Open Source](https://docs.airbyte.com/quickstart/deploy-airbyte) s
### Set up Airbyte locally

1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
2. Clone the Airbyte repo and run Docker:
2. Clone the Airbyte repo and run the startup script:

```bash
git clone https://github.com/airbytehq/airbyte.git
cd airbyte
docker-compose up
./run-ab-platform.sh
```

3. Open Airbyte in the browser at [http://localhost:8000](http://localhost:8000).
Expand All @@ -39,7 +39,8 @@ Now that Airbyte is running locally, let's set up the custom PlanetScale source.
1. In the Airbyte dashboard, click "**Settings**" on the bottom left.
2. Click "**Sources**" on the left sidebar.
3. Click the "**New connector**" button.
4. Fill in the connector values as follows:
4. Click the "**Add a new Docker connector**" option.
5. Fill in the connector values as follows:
- **Connector display name**: PlanetScale
- **Docker repository name**: planetscale/airbyte-source
Expand Down

0 comments on commit 3264fd3

Please sign in to comment.