Skip to content

WiseEngineering/stats-geo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsG

GEO oriented stats aggregation server.

Inspired by Etsy/StatsD.

Aggregates metrics values by GPS coordinates and translates aggregated data to subscribers using Pub/Sub pattern.

Run dev server

npm install

node stats.js

Send sample stats

Basic protocol

<metric_name>|<lat,lon>|<value>[@sample_rate]

Command line example

echo "purchase|49.54044734889645,25.58182640021074|10@0.1" | nc -u -w0 127.0.0.1 8190

About

GEO oriented stats aggregation server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •