Skip to content

Commit

Permalink
Update _posts/2024-09-24-creating-a-new-database-integration-with-dat…
Browse files Browse the repository at this point in the history
…a-prepper.markdown

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 and natebower authored Nov 4, 2024
1 parent 349a8c2 commit 0eae00d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ db.demo_collection.insertOne({"key-three": "value-three"})
To run OpenSearch locally, follow the steps in the [Installation quickstart](https://opensearch.org/docs/latest/getting-started/quickstart/).
#### Step 4 - Create an Amazon S3 bucket
#### Step 4: Create an Amazon S3 bucket
Follow the steps in [Create a new S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html). You can skip this step if you have an existing bucket. This S3 buckets enables parallel processing and writing to OpenSearch across multiple Data Prepper containers in a multi-node setup, as only one node can read from MongoDB streams at a time.
#### Step 5 - Get AWS credentials for DynamoDB and S3 access
Expand Down

0 comments on commit 0eae00d

Please sign in to comment.