Slide 27
Slide 27 text
MongoDB documents
{
"search_results": [
{
"hotel": {
"name": "Sofitel Marseille",
"rating": 4,
},
"merchants": {
"accor": 145.20,
"expedia": 150.00,
"ratestogo": "full"
}
},{
"hotel": {
"name": "Radisson Blu",
"rating": 4,
},
"merchants": {
"hotelclub": 150.00,
"expedia": 154.00,
"booking": "full"
}
}
]
}