Expand my Community achievements bar.

SOLVED

Read the aem-author database data in mongodB

Avatar

Level 6

Hi Team,

How can we read the nodes collection in mongoDB.

Any Ideas/Guidance/suggestions .

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

If you are serious about using MongoDB with AEM, then you should get formal training with MongoDB, it's not recommended to proceed into production without it, you would also require enterprise support from MongoDB.

There is an online course with MongoDB University for AEM [0] which provides a good overview of how MongoDB stores the backend data for AEM. I have completed the course myself and four it very good. It is about to start again on the 11th of October.

Regards,

Opkar

[0] https://university.mongodb.com/courses/M212/about

View solution in original post

3 Replies

Avatar

Administrator

Hi 

Please refer to this forums post:- 

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

//

    You can view all data that used to be under repository folder and know is in your mongo database.

    You can use wide range of tools to connect to your database. My choice is RoboMongo :)

   

Also please have a look this this community article:- http://cq-ops.tumblr.com/post/87307885504/useful-mongodb-commands-for-aem-6

// Useful MongoDB Commands for AEM 6

Documentation :- https://docs.adobe.com/docs/en/aem/6-2/deploy/platform/aem-with-mongodb.html

~kautuk



Kautuk Sahni

Avatar

Level 10

Even when AEM uses Mongo - the data is still in the JCR. Why not use standard APIs like JCR SQL or Query Builder? 

Avatar

Correct answer by
Employee

If you are serious about using MongoDB with AEM, then you should get formal training with MongoDB, it's not recommended to proceed into production without it, you would also require enterprise support from MongoDB.

There is an online course with MongoDB University for AEM [0] which provides a good overview of how MongoDB stores the backend data for AEM. I have completed the course myself and four it very good. It is about to start again on the 11th of October.

Regards,

Opkar

[0] https://university.mongodb.com/courses/M212/about