Skip to content

noelwelsh/fleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fleet

Streaming algorithms for a data-driven age.

Fleet implements several streaming algorithms in Scala, and wraps up the algorithms in a service that exposes a REST API. These two parts are independent.

A streaming algorithm is an algorithm that makes a single pass over data. That is, it can only visit a data point once and much summarise that point in some way and then throw it away. Streaming algorithms typically have memory usage that is sublinear, low CPU usage, and by their nature give real-time results.

Resources

We stand on the shoulder of giants.

About

Streaming algorithms for a data-driven age.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages