Git Product home page Git Product logo

opentsdb-aura's Introduction

Build Status

OpenTSDB Aura Time Series Store

Aura is an in-memory time-series data store with the ability to flush "segments" to other long-term storage systems.

Background

Taking inspiration from Facebook's Gorilla/Beringei and Pinterest's Yuvi in-memory stores, Aura compresses time-series data following the Gorilla format with the added capability to perform additional lossy compression to save space.

The store is meant to hold the most recent time series data with a query engine like OpenTSDB 3.x routing queries to longer term storage for older data.

Configuration

Configuration is performed via a ShardConfig and OpenTSDB configuration class. Future work will merge them.

Usage

Currently, the repo contains the individual libraries for Aura components. We'll will tie in OpenTSDB 3.0's write path with Kafka and Pulsar streaming input as well as the OpenTSDB query servlets.

To store data a TimeSeriesStorageIf instance must be instantiated with a ShardConfig. Data can then be written via TimeSeriesShardIF.addEvent(HashedLowLevelMetricData data) where the data is an implementation of the low-level interface.

Data can then be read out using the AuraMetricsSourceFactory and OpenTSDB query layer.

Work is ongoing to integrate flushes and reads with an Aeropsike cluster for long-term retention.

Contribute

Please see the Contributing file for information on how to get involved. We welcome issues, questions, and pull requests.

Maintainers

  • Smruti Ranjan Sahoo @smrutilal2
  • Arun Gupta @arungupta
  • Ravi Kiran Chiruvolu @mailravi3390
  • Chaitanya GSK @gskchaitanya
  • Chris Larsen @manolama

License

This project is licensed under the terms of the Apache 2.0 open source license. Please refer to LICENSE for the full terms.

opentsdb-aura's People

Contributors

arungupta avatar manolama avatar smrutilal2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.