Usage Analytics
Usage analytics is a set of analytic dashboards that lets Sinequa administrators/users track the activity of their application(s).
This application relies on the dataset web service to fetch usage data from an audit-type index. The application is designed to be fully customizable via a simple JSON configuration.
Usage analytics has a single route "/audit". The dashboards are composed of many standard components from the @sinequa/components
and @sinequa/analytics
libraries. The 2 top-level components are:
- The App component, which is essentially a wrapper for the
<router-outlet>
. - An Audit route, allowing users to browse analytic dashboards and customize them. Dashboards are built on top of the angular-gridster2 library, like the dashboard module powering Pepper.
To access the comprehensive technical documentation of Usage analytics, please refer to the detailed information available in the GitHub repository