Comment on page
Developer documentation

ACONA stands for Augmented Content Analytics - an open source tool that automatically analyzes and simplifies data, for example from server logs or existing (open source) analytics tools, and proposes concrete measures for optimizing your content.
Provides persistent storage for ACONA Data, using a timescale database. It uses postgREST to turn the database into a RESTful API.
Github Repo: https://github.com/acolono/ACONA-data-warehouse
More documentation: https://app.gitbook.com/@acolono/s/acona/developer-documentation/acona-data-warehouse
This component is responsible to write data into the Data Warehouse. It schedules jobs and provides functionality to calculate scores, recommendations, forecasts and alerts.
For forecasts we use Prophet, an Open Source software by Facebook: https://facebook.github.io/prophet/
ETL Pipelines and forecasting is done in Python.
ACONA Backend
This project provides an administration page for managing ACONA users, domains and configuration. It is based on Drupal and Thunder.org and adds specific functionality on top.
It uses the following custom repositories:
- ACONA Drupal theme: https://github.com/acolono/ACONA-drupal-theme
- ACONA Configuration suite: https://github.com/acolono/ACONA-Configuration-Suite Provides a userinterface for configuration like ACONA Success Score definitions.
ACONA WordPress Integration
Integration for WordPress. The idea is that scores and recommendations are shown directly there where editors create and maintain content (in the CMS).
Github repo: https://github.com/acolono/ACONA-WordPress
ACONA Neos Integration
Integration for the Neos CMS.
ACONA Drupal Integration
Integration for the Drupal CMS.
Last modified 2yr ago