Skip to content

odd-man/dashboard-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%