-
Notifications
You must be signed in to change notification settings - Fork 8
[Blog post] Spinning up a 3-node MongoDB Replica Set in 5 minutes #37
Copy link
Copy link
Open
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Description
Write a blog post: 3-node MongoDB Replica Set in 5 minutes
The idea
Setting up a replica set manually is tedious. We want to show how fast it is with OpenEverest. This is a "time trial" blog post. Can you get a high-availability MongoDB cluster running before your coffee gets cold?
Structure ideas:
- Start the Clock: Record the time (or timestamp) when you start the request.
- The Config: Show the settings you chose (CPU, RAM, 3 nodes).
- The Result: Screenshot the "Active" status and the timestamp.
- Verification: Connect to the cluster and run
rs.status()to show the primary and secondaries.
Note: Speed is the key here. Keep the text short and the screenshots proof-heavy.
How to submit
Please check our specific instructions on how to add a blog post to the repo here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blogNew blog or blog-related changesNew blog or blog-related changesgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Ready for Pick-up