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.

For instance, if you're working with a system with limitations on the number of usage events it can handle, the Data Aggregator Function can simplify this by performing operations like SUM, COUNT, MAX, MIN, and AVERAGE on selected fields. After setting a timeout, you can add custom conditions on it that specify when the data should be output.

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

Subsections

This section contains the following subsections: