-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
docs: fix neon variant doc page (#1569)
* remove image links * Add title
1 parent
210fb33
commit 8f6398d
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Neon PostgreSQL | ||
|
||
Neon's logical replication feature allows you to replicate data from your Neon Postgres database to external destinations. | ||
|
||
## Prerequisites | ||
|
@@ -48,7 +50,7 @@ The following CLI command creates a role. To view the CLI documentation for this | |
neon roles create --name <role> | ||
``` | ||
|
||
The following Neon API method creates a role. To view the API documentation for this method, refer to the [Neon API reference](/docs/reference/cli-roles). | ||
The following Neon API method creates a role. To view the API documentation for this method, refer to the Neon API reference. | ||
|
||
```bash | ||
curl 'https://console.neon.tech/api/v2/projects/hidden-cell-763301/branches/br-blue-tooth-671580/roles' \ | ||
|
@@ -108,7 +110,6 @@ For information about configuring allowed IPs in Neon, see [Configure IP Allow]( | |
```bash | ||
postgres://alex:[email protected]/dbname?sslmode=require | ||
``` | ||
|
||
Enter the details for **your connection string** into the source connector fields. Based on the sample connection string above, the values would be specified as shown below. Your values will differ. | ||
|
||
- **Name: **: Name of the Capture connector | ||
|
@@ -117,13 +118,9 @@ For information about configuring allowed IPs in Neon, see [Configure IP Allow]( | |
- **Password**: Click **Add a new secret...**, then specify a name for that secret and `AbC123dEf` as its value | ||
- **Database**: dbname | ||
|
||
 | ||
|
||
3. Click **Next**. Estuary Flow will now scan the source database for all the tables that can be replicated. Select one or more table(s) by checking the checkbox next to their name. | ||
Optionally, you can change the name of the destination name for each table. You can also take a look at the schema of each stream by clicking on the **Collection** tab. | ||
|
||
 | ||
|
||
4. Click **Save and Publish** to provision the connector and kick off the automated backfill process. | ||
|
||
## Backfills and performance considerations | ||
|