Skip to content

stucchio/timeserieszen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timeseries zen

Long term goal: To be a better graphite. Not much here right now.

Playing around

Suppose /tmp/TSZFiles is the directory where you store your data. Open an sbt console.

import com.timeserieszen.wal_handlers._
import com.timeserieszen.listener._
UDPListener(9999).map(x => {println(x); x}).to(new TextWALHandler("/tmp/TSZFiles").writer).run.run

This will make you listen on port 9999 for graphite like messages. One major difference - you can include multiple keys and values in the same message. To test this:

$ echo -n "foo.bar 23.3 foo.baz 25.3 12350" | nc -4u -w1 localhost 9999

About

Time series database, totally at the beginning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published