Skip to main content

User generated content (UGC) implementation - SoCo or AEM communities or Adobe LiveFyre or Adobe Social

Users are contributing content more than ever before, and it's getting difficult for Enterprise systems to manage it. To cope up with this, Adobe keeps evolving their UGC ecosystem.


I think it was called Social Collaboration tool before CQ 5.5

After CQ 5.5 it was called Social Communities (So-Co), this was shortened to So-Co.

With AEM 6, this was rebranded as AEM Communities. At that point, all UGC components functionality was moved into Communities from AEM. So forums, comments/ratings etc.

With 6.2, the concept of a central store was introduced, so content was saved outside of AEM in a central location where all instances would read and write, this can be Mongo, or JCR (but only for single instances) or it can be cloud storage (better name than social storage) which as you know carries a cost.

And then Adobe overtook another product named Livefyre which is managed comments and other UGC content in a SAAS kind of model.

Finally, there is a product named Adobe Social, which is a social management platform.

I was quite confused between all these approaches and modules available, hence thought to put some lines of each of these.

  1. Reverse replication based UGC - 
    1. This is the primitive style of storing UGC content (before  AEM 6.0)
    2. It has many flaws in the architecture hence is not encouraged. However, some legacy and small AEM systems still use it
    3. Unnecessary round trips are there for UGC putting load on the system
  2. AEM communities - 
    1. AEM Communities 6.2 supports local storage of UGC in mongodb which is referred to as MSRP or a cloud storage of UGC which is called ASRP.
    2. ASRP is a separate (very inexpensive) add-on SKU that must be purchased. Neither SRP requires reverse replication of UGC.
    3. ASRP has higher latencies than MSRP but either SRP can support very large amounts of UGC being created at very high rates – more than anything we’ve seen in the real world so far.
    4. Here is a doc link for further reading:


  1. LiveFyre - 
    1. Livefyre helps discover UGC
    2. Help categorize, tag and save the UGC
    3. Helps share UGC contents on your sites without coding
    4. Helps engage audience
  2. Adobe Social - 
    1. Using Adobe social you can get all social content at one place
    2. You can measure the impact of social content and identify what activity drives engagement and conversion

Comments

Popular posts from this blog

A case for 'strategy' in Digital Strategy...

I recently finished a book named 'Digital Strategy' by Alexander Rauser. Alexander has given current day problems during any Digital transformation and pragmatic solutions for that. Having worked in the IT industry for 17 years and last 10 years mostly into Digital Transformations for most of the fortune 500 companies, it was quite relevant to me. If you are also part of any digital transformation of any organization in any capacity, you will find it helpful too. Over the last decade, companies have thought of digital strategy as a means to market new technology or recognize upcoming trends. However, today few of those companies do realize that Digital Strategy is all about continuously improving your business to stay ahead in the curve, but some are still stuck in the old mindset. It's surprising to see  'Strategy' is missing from the Digital Strategy for many of the transformations happening, rather the focus is just on 'Marketing' (Digital Marketing...

Comparing two AEM installations

There are many situations when you need to compare two AEM instances. The easiest approach is to compare packages, bundles and configurations. Here is how you can do it - Compare package managers  http://localhost:4502/crx/packmgr/service.jsp?cmd=ls Compare Bundles  http://localhost:4502/system/console/bundles.json Compare Configurations  http://localhost:4502/system/console/status-Configurations Compare system properties  http://localhost:4502/system/console/status-System%20Properties You can then compare these manually using any text comparers. Another quicker approach is to compare those using below tools by Aemstuff.com - http://www.aemstuff.com/tools/cti.html http://www.aemstuff.com/tools/coi.html

Some SDL Tridion Interview Questions…

Many of my friends keep asking me to provide some interview questions related with SDL Tridion . Surprisingly, there are hardly any site available for questions related with SDL Tridion., though you can find host of sites for other WCMs like AEM and Sitecore. Hence, I thought to put some basic Tridion related questions on the basis of my experience with it. I know it may require several improvements but thought to share something for someone who is looking to get some Tridion related questions to start with. I will be glad to incorporate any suggestion you have. Development phases related questions - What is the development methodology recommended by SDL for development/integration based on SDL Tridion? Have you participated in any Blueprinting workshop, please share the experience? What are the inputs required in BluePrint? How can inheritance of content flow be altered explicitly? What are priority and ranking in Blueprint? What are the inputs required for Content Modeling ...