deanhiller / databus

time series data in cassandra with visualization(NREL's opensource databus project)
Other
53 stars 21 forks source link

New featured module #38

Closed rorshachdb closed 1 year ago

rorshachdb commented 9 years ago

In our project we need to clean data off repeated value. We have functionnalities that report statuses in the form of boolean and we need to only detect a value change (0 -> 1 or 1 -> 0) rather than work on the whole stream of data. Don't know if it can be of any usage to someone else but feel free to use it.