New Timeseries Datastore :: REST

High throughput, distributed time series datastore

Лицензия

Лицензия

Группа

Группа

org.opennms.newts
Идентификатор

Идентификатор

newts-rest
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

New Timeseries Datastore :: REST
High throughput, distributed time series datastore

Скачать newts-rest

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.opennms.newts/newts-rest/ -->
<dependency>
    <groupId>org.opennms.newts</groupId>
    <artifactId>newts-rest</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.newts/newts-rest/
implementation 'org.opennms.newts:newts-rest:2.0.0'
// https://jarcasting.com/artifacts/org.opennms.newts/newts-rest/
implementation ("org.opennms.newts:newts-rest:2.0.0")
'org.opennms.newts:newts-rest:jar:2.0.0'
<dependency org="org.opennms.newts" name="newts-rest" rev="2.0.0">
  <artifact name="newts-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opennms.newts', module='newts-rest', version='2.0.0')
)
libraryDependencies += "org.opennms.newts" % "newts-rest" % "2.0.0"
[org.opennms.newts/newts-rest "2.0.0"]

Зависимости

compile (16)

Идентификатор библиотеки Тип Версия
org.opennms.newts : newts-api jar 2.0.0
org.opennms.newts : newts-queryparser jar 2.0.0
org.opennms.newts : newts-cassandra jar 2.0.0
org.opennms.newts : newts-cassandra-search jar 2.0.0
org.opennms.newts : newts-ui jar 2.0.0
org.opennms.newts : newts-graphite jar 2.0.0
com.google.guava : guava jar 23.0
com.google.inject : guice jar 4.0
com.google.inject.extensions : guice-multibindings jar 4.0
io.dropwizard : dropwizard-core jar 0.8.1
org.skife.gressil : gressil jar 0.0.6
args4j : args4j jar 2.32
org.xerial.snappy : snappy-java jar 1.1.1.7
net.jpountz.lz4 : lz4 jar 1.3.0
commons-codec : commons-codec jar 1.9
io.dropwizard : dropwizard-assets jar 0.8.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.mockito : mockito-core jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

Newts circleci

Newts is a time-series data store based on Apache Cassandra.

Features

High throughput
Newts is built upon Apache Cassandra, a write-optimized, fully distributed partioned row store.
Grouped access
It's common to collect, store, and retrieve metrics together, (think bytes in and bytes out, or 1, 5, and 15 minute load averages.); Newts allows for similar metrics to be grouped together, for more efficient storage and retrieval.
Late aggregation
Most time-series solutions perform in-line aggregations for purposes of later ploting visualizations, even though the ratio of reads to write is staggeringly small. Newts performs plot aggregations at the time of the read.
Searchable Metadata
Fully searchable sample resource metadata.

More information can be found in the project Wiki, or the homepage.

org.opennms.newts

OpenNMS

Enterprise-Grade Open-Source Network Management

Версии библиотеки

Версия
2.0.0
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0