Skip to content

ishukeshri27/mongo-db-enterprise-bot-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Problem statement

  1. Write a shell script to install, start and initiate the Mongo dB replica set on your local machine with the below requirements.
  2. The MongoDB version must be v5.0.
  3. There must be 3 members in the replica set with port numbers 27017,27018 and 27019 respectively.
  4. Replica set name should be rs0.
  5. The 3rd member should be an arbiter.
  6. The WiredTiger cache for all the members should be 1GB
  7. The configuration to disable javascript execution should be added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages