Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://opennms.github.io/newts/

New-fangled Timeseries Data Store
https://opennms.github.io/newts/

Last synced: about 1 month ago
JSON representation

New-fangled Timeseries Data Store

Lists

README

        

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_.

.. |circleci| image:: https://circleci.com/gh/OpenNMS/newts.svg?style=svg
:target: https://circleci.com/gh/OpenNMS/newts
.. _Apache Cassandra: http://cassandra.apache.org
.. _Wiki: https://github.com/OpenNMS/newts/wiki
.. _homepage: http://newts.io