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 708dda4 commit 3d6f563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ git clone https://github.com/opensearch-project/data-prepper.git
./gradlew assemble
```

#### Step 2 - Set up MongoDB locally
#### Step 2: Set up MongoDB locally

First, install and configure MongoDB using the [MongoDB installation guide](https://www.mongodb.com/docs/manual/installation/). Before running MongoDB, enable [MongoDB change streams](https://www.mongodb.com/docs/manual/changeStreams/) by following the instructions in [Convert a Standalone Self-Managed mongod to a Replica Set](https://www.mongodb.com/docs/manual/tutorial/convert-standalone-to-replica-set/).

Check failure on line 139 in _posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.Spelling] Error: mongod. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks. Raw Output: {"message": "[OpenSearch.Spelling] Error: mongod. If you are referencing a setting, variable, format, function, or repository, surround it with tic marks.", "location": {"path": "_posts/2024-09-24-creating-a-new-database-integration-with-data-prepper.markdown", "range": {"start": {"line": 139, "column": 305}}}, "severity": "ERROR"}

Expand Down

0 comments on commit 3d6f563

Please sign in to comment.