Here are the video and the slides from my Entity Relationships in a Document Database at ZendCon 2012.
http://www.youtube.com/watch?v=gjv1OKYzJe4
Some of the tools mentioned in the presentation:
Here are the video and the slides from my Entity Relationships in a Document Database at ZendCon 2012.
http://www.youtube.com/watch?v=gjv1OKYzJe4
Some of the tools mentioned in the presentation:
© 2008-2014 Bradley Holt
One Comment
Just FYI .. its also Doctrine CouchDB ODM. Basically in the Doctrine project we call everything that implements the Doctrine Common Persistence interfaces on top of a “document store” ODM.
BTW there is also Doctrine PHPCR ODM and there is even an implementation on top of OrientDB which also implements these interfaces, which might also be moved to the Doctrine organization eventually.
Since you mentioned a CMS as a use case on one of the early slides, PHPCR ODM is actually optimized for the CMS problem domain.