Friday, February 20, 2015

AEM6 with MongoDB links

Setting up AEM with Mongo
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/

Mongo Performance
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/

Saturday, January 31, 2015

Remove Geometrixx content from AEM 6.0 SP1

The standard curl command wasn't working for uninstalling the geometrixx packages in AEM 6.0.  In order to do so, you need to add /day/cq60/product into the package name/location as in:

curl -u admin -X POST http://localhost:4503/crx/packmgr/service/.json/etc/packages/day/cq60/product/cq-geometrixx-all-pkg-5.7.476.zip?cmd=uninstall