This blog discusses an option to improve Solr indexing performance. To improve the speed at which indexing occurs by solr it is important that Solr can quickly retrieve a list of documents that require indexing. When a document or folder is added or updated in Alfresco a transaction is written to the DB. Using a […]
Alfresco Out-of-Process Extensions SDK
With the release of version 7 of Alfresco an additional feature, called Out of Process Events, has been added to the Alfresco architecture. For specific events, such as document create, an event is created on a message queue which an external event handler can then process. Event processing is traditionaly supported by Alfresco using the […]
Adding an extension library to Alfresco Content App
The Alfresco Content App is the new ADF (Alfresco Development Framework) based front end for content management in Alfresco Content Services. It has been specially designed with focus on streamlining the default Alfresco UX and fully supports extension libraries which are based on the standard Angular libraries and definition files in the JSON format. So […]
Activiti Message Signal Thrower REST Endpoint
In our blog Activiti Message Signal Thrower, we showed how to implement a message thrower spring bean in Activiti and how to use Service Task to call that bean. But one workflow using a spring bean to throw a message signal while another workflow in a wait state is listening for a message signal might […]
Deploying Alfresco Content Services in AWS EKS cluster
In our previous blog, we described how to set up an EKS Cluster and other resources such as the EFS volume and Nginx-Ingress service/controller and in this blog we are going to show how to deploy ACS using the default Alfresco Helm charts. This creates all the required containers (and pods) to support a demo […]
Alfresco Content Services and AWS EKS
Introduction With the release of Alfresco Content Services 6.0, Alfresco moved from the traditional installer based deployment to a containerised docker deployment. Alfresco have been putting a lot of time into updating the Digital Business Platform to support a microservice architecture. This allows the system to be configured to scale out in parts that are […]