New Timeseries Datastore :: Cassandra

High throughput, distributed time series datastore

License

License

Categories

Categories

Cassandra Data Databases
GroupId

GroupId

org.opennms.newts
ArtifactId

ArtifactId

newts-cassandra-parent
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download newts-cassandra-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • common
  • search
  • storage
  • test

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

Versions

Version
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