we have a use case where we are suppose to store millions of user information in AEM, users are actual end users and not the internal users of AEM.
This user information is basically stored in AEM because to support personalization of users. Is it feasible to store such huge number of user in AEM? What is the best way to store such huge number of users in AEM.?
Solved! Go to Solution.
It probably depends on what you're doing for personalization. I think there are some OOTB features that rely on the users being stored in AEM. However, I've also used the "script" trait in CQ 5.4 to enable personalization for user data stored in another system. You just need a way to get the relevant data from your other system to the JS code of your trait (eg cookie, local storage), and that way needs to be appropriate to the security needs of the user data.
Views
Replies
Total Likes
Nice use case.
Large number of user information would mean large number of JCR Nodes...
There are some general practices in AEM when willing to go for a large number of JCR Nodes:
Thanks,
Peter
Views
Replies
Total Likes
Actually most of the user information is stored in another system which is hybris, But just to support personalization in AEM we are looking to store some part of the user details in AEM.
I haven't really worked on personalization so far but what my understanding is to implement personalization in AEM the users should be within AEM. Is my understanding correct?
Views
Replies
Total Likes
It probably depends on what you're doing for personalization. I think there are some OOTB features that rely on the users being stored in AEM. However, I've also used the "script" trait in CQ 5.4 to enable personalization for user data stored in another system. You just need a way to get the relevant data from your other system to the JS code of your trait (eg cookie, local storage), and that way needs to be appropriate to the security needs of the user data.
Views
Replies
Total Likes
Hi amitn47551657 Murali89
We have a similar requirement, where we might need to store millions of users in two aem publish instances. Could you please let us know what might be a way to go about this? Did you also create users in AEM ?
We have similar requirement and will be really helpful if you could provide your response.
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies