Skip to content

This project implements online-k-clustering algorithm as mentioned in this paper(http://cseweb.ucsd.edu/~dasgupta/291/lec6.pdf). It produces REALTIME k-clustering on an infinite stream of data. It is implemented on top of twitter storm and uses cassandra as database. It deals with 2-dimensional matrices and clusters in Euclidean space.

Notifications You must be signed in to change notification settings

gauravsc/online-k-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This project implements online-k-clustering algorithm as mentioned in this paper(http://cseweb.ucsd.edu/~dasgupta/291/lec6.pdf). It produces a REALTIME, DISTRIBUTED k-clustering on an infinite stream of data(Yes! you heard it right, it's realtime :-)). It is implemented on top of twitter storm and uses cassandra as distributed database. It deals with 2-dimensional matrices and clusters in Euclidean space.
Note: You can read more about twitter storm here(https://github.com/nathanmarz/storm/). This projects implements the algorithm in the local mode and not on actual cluster, but the same implementation can be ported to an actual cluster with very little changes.

About

This project implements online-k-clustering algorithm as mentioned in this paper(http://cseweb.ucsd.edu/~dasgupta/291/lec6.pdf). It produces REALTIME k-clustering on an infinite stream of data. It is implemented on top of twitter storm and uses cassandra as database. It deals with 2-dimensional matrices and clusters in Euclidean space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages