NoSQL Concepts
Miriam Antona
Software engineer
{
"product_id": 879,
"name": "Fashion shirt",
"category": {
"category_id": 15,
"name": "Tops & t-shirts",
"type": "Shirt"
}
}
{
"type": "info",
"message": "user_logged",
"user_id": 551,
...
}
{
"user_id": 512,
"name": "Carol",
"last_name": "Harper",
"email": "[email protected]",
"address": {
"street": "123 Sesame Street",
"city": "New York City",
"state": "New York"
},
...
}
{
"id": 458,
"url": "myblog/datazy.com",
"title": "How to write a blog entry at Datazy",
"tags": [
"Datazy",
"Blog"
],
"last10comments": [
{ "name": "Eliza", "comment": "Great!" },
{ "name": "Eric", "comment": "Thank you!"}
]...
}
{
"_id": "1000241",
"hour": "Sat Jun 12 2021 16:40:00 GMT+0200 (EST)",
"site": "datazy",
"uniques": 5,
"pageviews": 15,
...
}
NoSQL Concepts