MongoDB 설치

1. 다운로드

https://www.mongodb.com/try/download/community

 

MongoDB Community Download

Download the Community version of MongoDB's non-relational database server from MongoDB's download center.

www.mongodb.com

2. default 설치 후 환경변수 등록

환경변수 : path에 등록

C:\Program Files\MongoDB\Server\4.2\bin

3. Mongodb 버전 확인

C:\Users\anodos>mongo --version
MongoDB shell version v4.2.18
git version: f65ce5e25c0b26a00d091a4d24eec1a8b3a4c016
allocator: tcmalloc
modules: none
build environment:
    distmod: 2012plus
    distarch: x86_64
    target_arch: x86_64

C:\Users\anodos>

4. Mongodb Compass 실행

connect!!

'빅데이터 & 인공지능' 카테고리의 다른 글

데이터분석전문가 가이드 목차  (0) 2023.06.29
기본 구조  (0) 2022.03.03
Spark MLlib(Spark Machine Learning Library)  (0) 2022.02.21
Spark RDDs vs DataFrames vs SparkSQL 성능비교  (0) 2022.02.21
스칼라(Scala)  (0) 2022.02.21