Skip to content

adamdrake/stream-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stream-processing

Some example of tools and techniques for processing streaming data.

Includes examples for pre-processing and for analytics.

Some examples are complete, others are to be added.

Pre-processing

  • Counting
    • Basic Counting
  • Sampling
    • Reservoir sampling
  • Sketches
    • Count-Min
    • Flajolet-Martin (FM)
  • Quantization
    • Scalar quantization
    • Vector quantization
  • Dimensionality Reduction

Analytics

  • Classification
  • Clustering
  • Regression
    • Stochastic Gradient Descent
  • Pattern Matching
  • Anomaly Detection

About

Some tools for streaming data analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages