Skip to content

OpenNMS/newts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56e51ed · Apr 22, 2024
Mar 19, 2024
Apr 10, 2024
Mar 4, 2024
Mar 4, 2024
Apr 18, 2023
Mar 4, 2024
Mar 4, 2024
Mar 4, 2024
Apr 15, 2024
Apr 18, 2023
Mar 4, 2024
Mar 4, 2024
Mar 19, 2024
Apr 19, 2018
Mar 29, 2023
Mar 17, 2016
Apr 8, 2014
Mar 31, 2023
Apr 19, 2018
Apr 18, 2023
Apr 22, 2024

Repository files navigation

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.