Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 898 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 898 Bytes

loran

GitHub Workflow Status Codecov

A distinct counter using the HyperLogLog algorithm.

Description

Sometimes, we need to count the distinct count of an entity that is observed by some users.
Using the HyperLogLog algorithm we could approximate the number of distinct elements in a multiset. For better performance, this service has three components, i.e., Abacus, Cranmer, and Scheduler. For more information, you can check out the architecture section.

Architecture

loran