NoSQL Concepts
Miriam Antona
Software engineer
{
"user_id": 512,
"name": "Carol",
"last_name": "Harper",
"email": "[email protected]",
"address": {
"street": "123 Sesame Street",
"city": "New York City",
"state": "New York",
"country": "USA"
},
"hobbies": [
"hiking",
"painting"
]
}
{
"user_id": 512,
"name": "Carol",
"last_name": "Harper",
"email": "[email protected]",
"address": {
"street": "123 Sesame Street",
"city": "New York City",
"state": "New York",
"country": "USA"
},
"hobbies": [
"hiking",
"painting"
]
}
{
"user_id": 512,
"name": "Carol",
"last_name": "Harper",
"email": "[email protected]",
"address": {
"street": "123 Sesame Street",
"city": "New York City",
"state": "New York",
"country": "USA"
},
"hobbies": [
"hiking",
"painting"
]
}
{
"user_id": 513,
"name": "Benjamin",
"last_name": "Lieberman",
"email": "[email protected]",
"date_of_birth": "07/04/1984",
"hobbies": [
"reading"
]
}
NoSQL Concepts