AEM6 + Mongo Minimal Setup
http://blogs.adobe.com/contentmanagement/2014/07/22/aem6-mongo-minimal-setup/
Getting AEM6.0 to work with MongoDB
http://files.meetup.com/5087432/AEM-MongoDB.pdf
How to Set Up Clustering In CQ/AEM 6 using MongoDB
http://www.wemblog.com/2014/12/how-to-set-up-clustering-in-cqaem-6.html
Starting AEM 6.0 with MongoDB
https://rmengji.wordpress.com/2014/06/05/starting-aem-6-0-with-mongodb/
Jackrabbit Oak 1.0.1 benchmarks, EC2 m3.largehttps://gist.github.com/jukka/078bd524aa0ba36b184bMy analysis of the stats show the following:
- Oak-Mongo is 18% slower across the board than Jackrabbit
- Oak-Tar is 3.26 times faster than Jackrabbit
When you look at simply read operations (no writes involved):
- Oak-Mongo is 2% faster than Jackrabbit
- Oak-Tar is 1.8 times faster than Jackrabbit
- Oak-Mongo is 43% slower than Jackrabbit
General info about AEM6
New Repository in AEM 6
http://www.slideshare.net/AEMHub2014/oak-michael-marth
Useful MongoDB Commands for AEM 6
http://cq-ops.tumblr.com/post/87307885504/useful-mongodb-commands-for-aem-6
Helpful articles if you're new to MongoDB
SQL to MongoDB Mapping Chart
http://docs.mongodb.org/manual/reference/sql-comparison/
FAQ: Sharding with MongoDB
http://docs.mongodb.org/manual/faq/sharding/