Skip to content

whatupdave/streamplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamplot Build Status

streamplot is a command line app that plots a histogram of streaming data.

Example: show histogram of wikipedia updates

$ git clone git@github.com:whatupdave/streamplot.git
$ cd streamplot && zig build
$ curl -sN https://stream.wikimedia.org/v2/stream/recentchange \
  | sed -n 's/^data: \(.*\)$/\1/p' \
  | jq --unbuffered --raw-output '.type' \
  | ./zig-cache/streamplot

About

plot streaming histograms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages