<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 2tweenty47</title>
    <description>The latest articles on DEV Community by 2tweenty47 (@tweenty247).</description>
    <link>https://dev.to/tweenty247</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F541935%2F892741d1-5785-4a8f-9e3e-57eacfec3f13.jpeg</url>
      <title>DEV Community: 2tweenty47</title>
      <link>https://dev.to/tweenty247</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tweenty247"/>
    <language>en</language>
    <item>
      <title>How to Download and Install MongoDB on windows 8 computer</title>
      <dc:creator>2tweenty47</dc:creator>
      <pubDate>Thu, 17 Dec 2020 04:53:12 +0000</pubDate>
      <link>https://dev.to/tweenty247/how-to-download-and-install-mongodb-on-windows-8-computer-25h4</link>
      <guid>https://dev.to/tweenty247/how-to-download-and-install-mongodb-on-windows-8-computer-25h4</guid>
      <description>&lt;p&gt;What is mongoDB in general  terms.&lt;br&gt;&lt;br&gt;
MongoDB is a document-oriented NoSQL database used for high volume data storage. Instead of using tables and rows as in the traditional relational databases, MongoDB makes use of collections and documents. Documents consist of key-value pairs which are the basic unit of data in MongoDB. Collections contain sets of documents and function which is the equivalent of relational database tables. MongoDB is a database which came into light around.&lt;/p&gt;

&lt;p&gt;Steps to Follow to Install MongoDB&lt;br&gt;
Step1-&lt;br&gt;
 Download the MongoDB installer file from the downloads section of the MongoDB website.Go to the link:&lt;a href="https://www.mongodb.com/download-center/community"&gt;https://www.mongodb.com/download-center/community&lt;/a&gt;&lt;br&gt;
Note: On windows 8 you can only download mongodb version 3.6 or lower version..this is because the recent release version of mongodb 4.0 is not supported on windows 8.1.&lt;/p&gt;

&lt;p&gt;Step2-&lt;br&gt;
Find the dowloaded .msi file in the Windows Explorer. Double click the file and follow the prompts to install Mongo. Note: unless you specify a custom directory Mongo is most likely installed in the C:\mongodb directory**. However, based on settings on your machine Mongo may be installed other places. For example, C:\Program Files\MongoDB\Server\3.2. Additionally, you may find MongoDB in the add/remove programs menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8Hem6mON--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l42mmxjs3jev97lbv0du.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8Hem6mON--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/l42mmxjs3jev97lbv0du.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
• After downloading the setup, open the MSI file&lt;br&gt;
• Click on Next on the setup screen&lt;/p&gt;

&lt;p&gt;Step3-&lt;br&gt;
• Accept the End-User License Agreement&lt;br&gt;
• Click on Next&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dosvli4I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8zzomfwwf97uxjb2nyvg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dosvli4I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/8zzomfwwf97uxjb2nyvg.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step4-&lt;br&gt;
• On the next screen, click on the Complete button to install MongoDB components. If you choose the custom option, then you can install selective components and you can change the location of the installation if needed&lt;/p&gt;

&lt;p&gt;Step5-&lt;br&gt;
• Now, select Run service as Network Service user&lt;br&gt;
• Copy the Data Directory location. You will need this in a later step&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uI0KyibB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9q10s71y2xd6emjdpbiv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uI0KyibB--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/9q10s71y2xd6emjdpbiv.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step6-&lt;br&gt;
• Click on the Install button to start installing MongoDB&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e6XdThlM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m63wb57bttxr0dt0ro6e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e6XdThlM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m63wb57bttxr0dt0ro6e.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step7-&lt;br&gt;
• At this point, the installation process starts. Once it is completed, click on Next&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--P_9YDez3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/eii0all6r748nr4fzyrs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--P_9YDez3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/eii0all6r748nr4fzyrs.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step8-&lt;br&gt;
• Finally, click on Finish to complete installation&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pVk3CWzJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g9dlhcp33xfomxxun9v6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pVk3CWzJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g9dlhcp33xfomxxun9v6.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
Congratulation you have successfully install MongoDB on your windows 8.1.&lt;br&gt;
To verify whether the installation has been completed successfully, you have to open a Command Prompt and write mongo, and then you have to check MongoDB versions. If they are shown correctly, it means that MongoDB is installed successfully&lt;/p&gt;

</description>
      <category>defination</category>
    </item>
  </channel>
</rss>
