This module is sponsored by Redpill Linpro AB - http://www.redpill-linpro.com.
This project contains some basic statistics gathering of your Alfresco system.
Compatible with Alfresco 7.4.x, built with Alfresco SDK 4.6.
The project consists of a platform (repository) module and a share module packaged as jar files, built using the Alfresco SDK 4.x AIO structure with Docker support.
The build produces several jar files. Attach them to your own maven project using dependencies or put them under tomcat/shared/lib.
Platform (repository) dependency:
<dependency>
<groupId>org.redpill-linpro.alfresco.statistics</groupId>
<artifactId>alfresco-system-usage-statistics-platform</artifactId>
<version>1.2.0</version>
</dependency>Share dependency:
<dependency>
<groupId>org.redpill-linpro.alfresco.statistics</groupId>
<artifactId>alfresco-system-usage-statistics-share</artifactId>
<version>1.2.0</version>
</dependency>Maven repository:
<repository>
<id>redpill-public</id>
<url>https://maven.redpill-linpro.com/nexus/content/groups/public</url>
</repository>The jar files are also downloadable from: https://maven.redpill-linpro.com/nexus/index.html#nexus-search;quick~alfresco-system-usage-statistics
This application is licensed under the LGPLv3 License. See the LICENSE file for details.
Marcus Svartmark - Redpill Linpro AB