Skip to content

Files

Latest commit

author
tlindener
Mar 26, 2018
e0b1963 · Mar 26, 2018

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