How can I query AEM Data from MongoDB
I have configured AEM with MongoDB. I wanted to Query MongoDB to fetch AEM data.
Say I wanted to know list of products for Geometrix Website. OR Say I wanted to know all the users available inside AEM.
Is there any documentation available where I can find out - how to query AEM data from MongoDB, how it is stored and all?
I wanted to know this because, suppose I wanted to write a Java code to insert data inside MongoDB, for adding some data or displaying some data from AEM.
Note: I am using MongodbVUE GUI tool to access DB data.