Skip to content

Proof of concept StreamingKMeans + BallKMeans implementation with Storm

License

Notifications You must be signed in to change notification settings

dfilimon/streaming-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a prototype implementation, integrating StreamingKMeans clustering into
Storm as a bolt,
- StreamingKMeansBolt
and an aggregator,
- StreamingKMeansAggregator

There are 2 simple tests that create a linear topology from a spout generating
random vectors (HypercubeSpout) to the clusterer and also through some bolts
that write data to disk as sequence files.

The output centroids are then read back in and the distribution of distances is
computed and the results are reasonable (nearly equally sized clusters).

About

Proof of concept StreamingKMeans + BallKMeans implementation with Storm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages