libtsdb/libtsdb-go

[ref] Go projects contains time series related code

at15 opened this issue · 0 comments

at15 commented

The main purpose is to find how they represent series in go, i.e. a slice of struct{t, v} or a struct{[]t, []v} of slice.

https://godoc.org/?q=timeseries is my good friend /w\

TSDB

TSDB Proxy

Metrics (a lot of them support reporting to tsdb directly)

Monitor

Go (the language itself)

Non Go