New Timeseries Datastore :: Examples

High throughput, distributed time series datastore

Лицензия

Лицензия

Группа

Группа

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

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

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

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

2.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

Скачать newts-examples

Имя Файла Размер
newts-examples-2.0.0.pom 879 bytes
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • gsod
  • stress

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