o

opentsdb

OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase. OpenTSDB was written to address a common need: store, index and serve metrics collected from computer systems (network gear, operating systems, applications) at a large scale, and make this data easily accessible and graphable.
http://opentsdb.net
LGPLv2.1+
The OpenTSDB Authors
Benoit "tsuna" Sigoure
文件下载
文件名 操作
opentsdb-2.3.0.jar 下载
opentsdb-2.3.0.pom 下载
opentsdb-2.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.opentsdb</groupId>
  <artifactId>opentsdb</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.opentsdb:opentsdb:2.3.0'
Gradle Kotlin
implementation("net.opentsdb:opentsdb:2.3.0")
Scala SBT
libraryDependencies += "net.opentsdb" % "opentsdb" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.opentsdb', module='opentsdb', version='2.3.0')
)
Apache Ivy
<dependency org="net.opentsdb" name="opentsdb" rev="2.3.0" />
Leiningen
[net.opentsdb/opentsdb "2.3.0"]
Apache Buildr
'net.opentsdb:opentsdb:jar:2.3.0'