Data aggregator

The Data aggregator function helps you streamline data by combining related records from one or more sources into a single, more useful format. This process allows for easier analysis and better decision-making. It groups records into sessions based on their field values and configurable conditions, making data usable for different use cases.

If you are working with a system with limitations on the number of usage events it can handle, for example, the Data aggregator can alleviate this by performing operations like SUM, COUNT, MAX, MIN, and AVERAGE on selected fields. When you have set a timeout, you can add custom conditions that specify when the data should be output.

A typical use case is to accumulate usage records per account, subscriber, or service over time. You can then calculate the total monthly usage and send the aggregated data to a billing system or cloud-based storage, making your data management much more efficient.

Subsections

This section contains the following subsections: