Skip to content

ali-a-a/loran

Repository files navigation

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

About

A distinct counter using the HyperLogLog algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published