New Timeseries Datastore :: Cassandra :: Testing

High throughput, distributed time series datastore

Лицензия

Лицензия

Категории

Категории

Cassandra Данные Базы данных
Группа

Группа

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

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

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

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

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

New Timeseries Datastore :: Cassandra :: Testing
High throughput, distributed time series datastore

Скачать newts-cassandra-test

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.opennms.newts : newts-cassandra-common jar 2.0.0
com.google.guava : guava jar 23.0
com.google.inject : guice jar 4.0
org.cassandraunit : cassandra-unit jar 3.1.3.2

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

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

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