Skip to content

A simple GoLang program that reads a stream of measurements and outputs the running median

Notifications You must be signed in to change notification settings

g-leon/go-running-median

Repository files navigation

go-running-median

A simple GoLang program that reads a stream of measurements from any source and outputs the running median.

Quick setup

# get the project
- go get github.com/g-leon/go-running-median
# go into the project folder
- cd $GOPATH/src/github.com/g-leon/go-running-median
# run the program on the existing data sets
- go run main.go 
# run tests
- go test ./...  

About

A simple GoLang program that reads a stream of measurements and outputs the running median

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages