
MongoDB란?
1. 비관계형 데이터베이스
2. 데이터를 object 자료형처럼 저장
3. collection, document 방식으로 데이터 저장
=> collection = 폴더
=> document = 파일
1. mongoDB 사이트 접속
MongoDB: The Developer Data Platform
Get your ideas to market faster with a developer data platform built on the leading modern database. MongoDB makes working with data easy.
www.mongodb.com
2. 회원가입
3. Databace Access 메뉴 클릭

4. Add Now Databace User 버튼 클릭

1) ID/PW 기입
2) Built-in Role > Atlas admin (관리자 계정으로 접속)
3) add User 버튼 클릭
5. Network Access 메뉴 클릭

6. Add IP Address 버튼 클릭

나는 보안이 중요하다 => ADD CURRENT IP ADDRESS 클릭
나는 다른 IP에서도 사용할 것이다 => ALLOW ACCESS FROM ANYWHERE 클릭
그리고 Confirm 버튼 클릭하면 셋팅 끝.
이번 포스팅에서는 MongoDB 셋팅만을 다루었고 다음 포스팅은 이어서 Collections 만드는 법을 소개해드리겠습니다!!
'MongoDB' 카테고리의 다른 글
MongoDB Collections (0) | 2023.07.05 |
---|

MongoDB란?
1. 비관계형 데이터베이스
2. 데이터를 object 자료형처럼 저장
3. collection, document 방식으로 데이터 저장
=> collection = 폴더
=> document = 파일
1. mongoDB 사이트 접속
MongoDB: The Developer Data Platform
Get your ideas to market faster with a developer data platform built on the leading modern database. MongoDB makes working with data easy.
www.mongodb.com
2. 회원가입
3. Databace Access 메뉴 클릭

4. Add Now Databace User 버튼 클릭

1) ID/PW 기입
2) Built-in Role > Atlas admin (관리자 계정으로 접속)
3) add User 버튼 클릭
5. Network Access 메뉴 클릭

6. Add IP Address 버튼 클릭

나는 보안이 중요하다 => ADD CURRENT IP ADDRESS 클릭
나는 다른 IP에서도 사용할 것이다 => ALLOW ACCESS FROM ANYWHERE 클릭
그리고 Confirm 버튼 클릭하면 셋팅 끝.
이번 포스팅에서는 MongoDB 셋팅만을 다루었고 다음 포스팅은 이어서 Collections 만드는 법을 소개해드리겠습니다!!
'MongoDB' 카테고리의 다른 글
MongoDB Collections (0) | 2023.07.05 |
---|