wxcsdb88 / dashboard-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard API

Env

recommend

go 1.10+

needed

influxdb 1.5.1+

Project structure

┌── api
├── cmd
├── common
├── db
├── log
└── vendor

Build

cmd dashboard-api
# generate the executable file
make
# execute the file
build/dashboard-api start -c <configfile>

Tip

The format column time in result series can be changed by parameter precision.

Precision format like rfc3339|h|m|s|ms|u|ns

About

License:GNU Lesser General Public License v3.0


Languages

Language:Go 99.1%Language:Makefile 0.5%Language:Batchfile 0.3%