Tutorial (1) 썸네일형 리스트형 MongoDB Installation & Tutorial (MacOS) 설치 (brew 설치가 사전에 필요합니다!) Homebrew The Missing Package Manager for macOS (or Linux). brew.sh brew tap mongodb/brew brew install mongodb-community DB 시작, 중지, 재시작 명령어 brew services start mongodb-community brew services stop mongodb-community brew services restart mongodb-community Mongo DB 구조 MongoDB는 NoSQL유형으로 관계형 데이터베이스가 아니기에 단순화, 확장성에 좋습니다. - Database - Collection - Document ㅇ 다음과 같은 계층 구조를 가지고 .. 이전 1 다음