Skip to content

pstadler/rethinkdb-udp-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time charts using RethinkDB changefeeds

This is an experiment using RethinkDB changefeeds to push data via websockets to browser clients. The endpoint for gathering data is a simple UDP listener.

Setup

$ npm install

# Start RethinkDB
$ rethinkdb

Usage

$ npm start
# Open http://localhost:8080 in a browser

# Push metrics to the UDP endpoint, e.g.
$ echo "some_metric=12.34" | nc -u -w0 127.0.0.1 8888

About

Real-time charts using RethinkDB changefeeds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published