Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 436 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 436 Bytes

jsonds

This is a sample application of running a backend for a Grafana simple json datasource.

build

$ go get github.com/smcquay/jsonds

run

$ jsonds

You can specify a number of options, as listed in the -help, for example:

# emit new events every 10 seconds
$ jsonds -period 10s

# start with 30 existing events
$ jsonds -hist 30