{"id":1365,"date":"2016-09-08T22:04:29","date_gmt":"2016-09-08T15:04:29","guid":{"rendered":"http:\/\/huongdanjava.com\/?p=1365"},"modified":"2019-08-27T07:53:17","modified_gmt":"2019-08-27T00:53:17","slug":"install-mongodb-community-server-on-window","status":"publish","type":"post","link":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html","title":{"rendered":"Install MongoDB Community Server on Window"},"content":{"rendered":"<p>In this tutorial, I will show you how we can install the <strong>MongoDB Community Server<\/strong> on Window environment.<\/p>\n<h3>Download MongoDB<\/h3>\n<p>To download <strong>MongoDB<\/strong>, you can go to the download page of <strong>MongoDB<\/strong> at <a href=\"https:\/\/www.mongodb.com\/download-center\/community\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.mongodb.com\/download-center\/community<\/a>, and choose the version suitable for\u00a0your machine.<\/p>\n<p>I am using Window 64bit, so I will download the version 64bit of <strong>MongoDB<\/strong> for Window.<br \/>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script><br \/>\n<ins class=\"adsbygoogle\" style=\"display: block; text-align: center;\" data-ad-layout=\"in-article\" data-ad-format=\"fluid\" data-ad-client=\"ca-pub-7304065639390615\" data-ad-slot=\"6822390817\"><\/ins><br \/>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/p>\n<h3>Steps to install<\/h3>\n<p>After downloading the install package to your machine, you can double click on the binary file. A dialog will be displayed as below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14990 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-1.png\" alt=\"Install MongoDB Community Server on Window\" width=\"497\" height=\"386\" \/><\/p>\n<p>Press button <strong>Next<\/strong>\u00a0to continue.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14991 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-2.png\" alt=\"Install MongoDB Community Server on Window\" width=\"496\" height=\"388\" \/><\/p>\n<p>Click the checkbox\u00a0<strong>I accept the terms in the License Agreement, <\/strong>then press button <strong>Next<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14992 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-3.png\" alt=\"Install MongoDB Community Server on Window\" width=\"496\" height=\"388\" \/><\/p>\n<p>Here, you can press the button <strong>Complete<\/strong>\u00a0to install all existing features of <strong>MongoDB<\/strong>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14993 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-4.png\" alt=\"Install MongoDB Community Server on Window\" width=\"496\" height=\"389\" \/><\/p>\n<p>Click the Next button to continue!<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14994 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-5.png\" alt=\"Install MongoDB Community Server on Window\" width=\"496\" height=\"387\" \/><\/p>\n<p>This window allows you to choose to install the MongoDB Compass, a tool that helps us manipulate MongoDB Server with the GUI, or not? If you want to install MongoDB Compass, leave the default and then click the Next button. If not, uncheck &#8220;Install MongoDB Compass&#8221;!<\/p>\n<p>I will leave the default setting for MongoDB Compass and click the Next button:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14995 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-6.png\" alt=\"Install MongoDB Community Server on Window\" width=\"495\" height=\"387\" \/><\/p>\n<p>Press the <strong>Install <\/strong>button\u00a0to start the installation.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14996 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-7.png\" alt=\"Install MongoDB Community Server on Window\" width=\"495\" height=\"388\" \/><\/p>\n<p>After the installation is completed:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14997 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-8.png\" alt=\"Install MongoDB Community Server on Window\" width=\"494\" height=\"388\" \/><\/p>\n<p>You can press the button <strong>Finish<\/strong>\u00a0to finish installing <strong>MongoDB<\/strong>\u00a0into our computer.<\/p>\n<p>By default, <strong>MongoDB<\/strong>\u00a0will be installed at <strong>C:\\Program Files\\MongoDB\\Server<\/strong>.<br \/>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script><br \/>\n<ins class=\"adsbygoogle\" style=\"display: block; text-align: center;\" data-ad-layout=\"in-article\" data-ad-format=\"fluid\" data-ad-client=\"ca-pub-7304065639390615\" data-ad-slot=\"6822390817\"><\/ins><br \/>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/p>\n<h3>Environment configuration for MongoDB<\/h3>\n<p>To run, <strong>MongoDB<\/strong> needs a folder to store the data. By default, this folder will be located at <strong>C:\\data\\db<\/strong>. So, we need to create this folder:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14998 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-9.png\" alt=\"Install MongoDB Community Server on Window\" width=\"547\" height=\"240\" \/><\/p>\n<h3>Run\u00a0MongoDB<\/h3>\n<p><strong>MongoDB<\/strong>\u00a0will use the file, named <strong>mongod.exe<\/strong>\u00a0in the folder <strong>C:\\Program Files\\MongoDB\\Server\\4.2\\bin<\/strong>\u00a0to run.<\/p>\n<p>So that, you need to open the command line and go to the folder <strong>C:\\Program Files\\MongoDB\\Server\\4.2\\bin, <\/strong>then run\u00a0<strong>MongoDB<\/strong>\u00a0by using this file\u00a0<strong>mongod.exe<\/strong>\u00a0as below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-14999 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-10.png\" alt=\"Install MongoDB Community Server on Window\" width=\"700\" height=\"365\" \/><\/p>\n<p>Now, we ran <strong>MongoDB<\/strong> successfully!<\/p>\n<h3>Connect to\u00a0MongoDB<\/h3>\n<p>To connect to <strong>MongoDB<\/strong>, we will use the file <strong>mongo.exe<\/strong>\u00a0in the same folder of <strong>mongod.exe,<\/strong>\u00a0<strong>C:\\Program Files\\MongoDB\\Server\\4.2\\bin<\/strong>.<\/p>\n<p>See result:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-15000 size-full\" src=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/09\/install-mongodb-community-server-on-window-11.png\" alt=\"Install MongoDB Community Server on Window\" width=\"700\" height=\"367\" \/><\/p>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom\"\n    data-payload='{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;1365&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;0&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;0&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;4&quot;,&quot;greet&quot;:&quot;&quot;,&quot;legend&quot;:&quot;0\\\/5 - (0 votes)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;Install MongoDB Community Server on Window&quot;,&quot;width&quot;:&quot;0&quot;,&quot;_legend&quot;:&quot;{score}\\\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n            \n<div class=\"kksr-stars\">\n    \n<div class=\"kksr-stars-inactive\">\n            <div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n    \n<div class=\"kksr-stars-active\" style=\"width: 0px;\">\n            <div class=\"kksr-star\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 4px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n                \n\n<div class=\"kksr-legend\" style=\"font-size: 19.2px;\">\n            <span class=\"kksr-muted\"><\/span>\n    <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, I will show you how we can install the MongoDB Community Server on Window environment. Download MongoDB To download MongoDB, you can go to the download page of MongoDB at https:\/\/www.mongodb.com\/download-center\/community, and choose the version suitable for\u00a0your machine. I am using Window&hellip; <a href=\"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":1327,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[123],"tags":[],"class_list":["post-1365","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mongodb-en","clearfix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install MongoDB Community Server on Window - Huong Dan Java<\/title>\n<meta name=\"description\" content=\"In this tutorial, I will show you how we can install MongoDB Community Server on Window.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install MongoDB Community Server on Window - Huong Dan Java\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, I will show you how we can install MongoDB Community Server on Window.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html\" \/>\n<meta property=\"og:site_name\" content=\"Huong Dan Java\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nhkhanh2406\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/nhkhanh2406\" \/>\n<meta property=\"article:published_time\" content=\"2016-09-08T15:04:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-08-27T00:53:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Khanh Nguyen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/KhanhNguyenJ\" \/>\n<meta name=\"twitter:site\" content=\"@KhanhNguyenJ\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Khanh Nguyen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html\"},\"author\":{\"name\":\"Khanh Nguyen\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#\\\/schema\\\/person\\\/dc859d7f8cbea3b593e6738de9cbb82d\"},\"headline\":\"Install MongoDB Community Server on Window\",\"datePublished\":\"2016-09-08T15:04:29+00:00\",\"dateModified\":\"2019-08-27T00:53:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html\"},\"wordCount\":351,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#\\\/schema\\\/person\\\/dc859d7f8cbea3b593e6738de9cbb82d\"},\"image\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/mongodb.png\",\"articleSection\":[\"MongoDB\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html\",\"url\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html\",\"name\":\"Install MongoDB Community Server on Window - Huong Dan Java\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/mongodb.png\",\"datePublished\":\"2016-09-08T15:04:29+00:00\",\"dateModified\":\"2019-08-27T00:53:17+00:00\",\"description\":\"In this tutorial, I will show you how we can install MongoDB Community Server on Window.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#primaryimage\",\"url\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/mongodb.png\",\"contentUrl\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2016\\\/08\\\/mongodb.png\",\"width\":400,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/install-mongodb-community-server-on-window.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/huongdanjava.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install MongoDB Community Server on Window\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#website\",\"url\":\"https:\\\/\\\/huongdanjava.com\\\/\",\"name\":\"Huong Dan Java\",\"description\":\"Java development tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#\\\/schema\\\/person\\\/dc859d7f8cbea3b593e6738de9cbb82d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/huongdanjava.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/#\\\/schema\\\/person\\\/dc859d7f8cbea3b593e6738de9cbb82d\",\"name\":\"Khanh Nguyen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg\",\"url\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg\",\"contentUrl\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg\",\"width\":1267,\"height\":1517,\"caption\":\"Khanh Nguyen\"},\"logo\":{\"@id\":\"https:\\\/\\\/huongdanjava.com\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg\"},\"description\":\"I love Java and everything related to Java.\",\"sameAs\":[\"https:\\\/\\\/huongdanjava.com\",\"https:\\\/\\\/www.facebook.com\\\/nhkhanh2406\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/KhanhNguyenJ\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install MongoDB Community Server on Window - Huong Dan Java","description":"In this tutorial, I will show you how we can install MongoDB Community Server on Window.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html","og_locale":"en_US","og_type":"article","og_title":"Install MongoDB Community Server on Window - Huong Dan Java","og_description":"In this tutorial, I will show you how we can install MongoDB Community Server on Window.","og_url":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html","og_site_name":"Huong Dan Java","article_publisher":"https:\/\/www.facebook.com\/nhkhanh2406","article_author":"https:\/\/www.facebook.com\/nhkhanh2406","article_published_time":"2016-09-08T15:04:29+00:00","article_modified_time":"2019-08-27T00:53:17+00:00","og_image":[{"width":400,"height":400,"url":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png","type":"image\/png"}],"author":"Khanh Nguyen","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/KhanhNguyenJ","twitter_site":"@KhanhNguyenJ","twitter_misc":{"Written by":"Khanh Nguyen","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#article","isPartOf":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html"},"author":{"name":"Khanh Nguyen","@id":"https:\/\/huongdanjava.com\/#\/schema\/person\/dc859d7f8cbea3b593e6738de9cbb82d"},"headline":"Install MongoDB Community Server on Window","datePublished":"2016-09-08T15:04:29+00:00","dateModified":"2019-08-27T00:53:17+00:00","mainEntityOfPage":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html"},"wordCount":351,"commentCount":0,"publisher":{"@id":"https:\/\/huongdanjava.com\/#\/schema\/person\/dc859d7f8cbea3b593e6738de9cbb82d"},"image":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#primaryimage"},"thumbnailUrl":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png","articleSection":["MongoDB"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html","url":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html","name":"Install MongoDB Community Server on Window - Huong Dan Java","isPartOf":{"@id":"https:\/\/huongdanjava.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#primaryimage"},"image":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#primaryimage"},"thumbnailUrl":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png","datePublished":"2016-09-08T15:04:29+00:00","dateModified":"2019-08-27T00:53:17+00:00","description":"In this tutorial, I will show you how we can install MongoDB Community Server on Window.","breadcrumb":{"@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#primaryimage","url":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png","contentUrl":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2016\/08\/mongodb.png","width":400,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/huongdanjava.com\/install-mongodb-community-server-on-window.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/huongdanjava.com\/"},{"@type":"ListItem","position":2,"name":"Install MongoDB Community Server on Window"}]},{"@type":"WebSite","@id":"https:\/\/huongdanjava.com\/#website","url":"https:\/\/huongdanjava.com\/","name":"Huong Dan Java","description":"Java development tutorials","publisher":{"@id":"https:\/\/huongdanjava.com\/#\/schema\/person\/dc859d7f8cbea3b593e6738de9cbb82d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/huongdanjava.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/huongdanjava.com\/#\/schema\/person\/dc859d7f8cbea3b593e6738de9cbb82d","name":"Khanh Nguyen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2021\/07\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg","url":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2021\/07\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg","contentUrl":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2021\/07\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg","width":1267,"height":1517,"caption":"Khanh Nguyen"},"logo":{"@id":"https:\/\/huongdanjava.com\/wp-content\/uploads\/2021\/07\/CC6FAC58-D227-4DD8-93D1-6D6A795577E3_1_201_a.jpeg"},"description":"I love Java and everything related to Java.","sameAs":["https:\/\/huongdanjava.com","https:\/\/www.facebook.com\/nhkhanh2406","https:\/\/x.com\/https:\/\/twitter.com\/KhanhNguyenJ"]}]}},"_links":{"self":[{"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/posts\/1365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/comments?post=1365"}],"version-history":[{"count":5,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/posts\/1365\/revisions"}],"predecessor-version":[{"id":15001,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/posts\/1365\/revisions\/15001"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/media\/1327"}],"wp:attachment":[{"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/media?parent=1365"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/categories?post=1365"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/huongdanjava.com\/wp-json\/wp\/v2\/tags?post=1365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}