MongoDB (from "humongous") is an open source document-oriented database system developed and supported by 10gen.
5
votes
3answers
308 views
DDD - Aggregate Roots - Dealing with Efficiency and Concurrency
First off, I'll admit that I'm a newbie to DDD and need to read the "blue book".
I'm building a system that has an AggregateRoot of type "Match". Each Match can have a collection of "Votes" and also ...