Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 270 Bytes

ApproximateQueries

Library to do approximate queries within Apache Flink.

Implements HyperLogLog, Theta Sketches and Top N queries as well as Quantile analytics.

Requirements

  • Java8
  • maven
  • Apache Flink

Credits

Built on top of the Yahoo DataSketch library