DDD-Hamburg / participate

Discuss everything user group related, e.g. ideas or proposals for talks
GNU General Public License v3.0
2 stars 0 forks source link

NoSQL as the ideal aggregate store #5

Open Partyschaum opened 7 years ago

Partyschaum commented 7 years ago

NoSQL as the ideal aggregate store

While some developers are still new to ORMs, the technology of shoehorning objects into relational databases is more than 20 years old. In 20+ years, why haven’t we found a better way to store Aggregates?

Storing aggregates as whole documents would make things much easier, wouldn't it?

Examine and explore Vernon's PostgreSQL solution of an aggregate store. Maybe compare it with a traditional NoSQL store like MongoDB. Could the missing transactions be mitigated by decoupling the bounded contexts via events queues?