{
"_id": ObjectId("5099803df3f4948bd2f98391"),
"username": "velopert",
"name": { first: "M.J.", last: "Kim" }
}
| RDBMS | MongoDB |
|---|---|
| Table | Collection |
| Tuple / Row | Document |
| Column | Key / Field |
| Table Join | Embedded Documents |
table과 비슷한 개념
- homebrew 사전 설치 필요
$ brew tap mongodb/brew
$ brew install mongodb-community
$ brew services start mongodb-community
