Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 730 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 730 Bytes

Boundary Aggregators

The repository provides two boundary aggregators for computing aggregations over sliding windows, namely sequential and parallel boundary aggregators (SBA and PBA).

Orginaztion

pba includes an implementation of SBA and PBA, as well as a standalone performance evaluation framework.

fpba shows a simple integration of PBA on top of Apache Flink.