Michel Banagouro
Arquiteto e especialista em desenvolvimento web em .NET há 7 anos. Sócio e fundador na empresa LeanWork desenvolvendo soluções customizadas para web. Professor de cursos online sobre ASP .NET MVC, Azure, Entity Framework e MongoDB.
Michel Banagouro






{"name" : "Michel","registered" : true,languages : [ "c#", "python", "ruby" ],"address" : {"city" : "Londrina","state" : "PR""country" : "Brasil"},created_on : new Date()}







Sem joins
Sem transações
Escalabilidade horizontal




db.products.aggregate([
{$group:
{
_id: {
"maker":"$manufacturer"
},
max_price:{$max:"$price"}
}
}
])
(mas não menos importante)



By Michel Banagouro
Arquiteto e especialista em desenvolvimento web em .NET há 7 anos. Sócio e fundador na empresa LeanWork desenvolvendo soluções customizadas para web. Professor de cursos online sobre ASP .NET MVC, Azure, Entity Framework e MongoDB.