Giter VIP home page Giter VIP logo

opentsdb-meta's Introduction

OpenTSDB Metadata Store

Build Status

Myst is OpenTSDB's persistent Metadata Store. Myst has the capability to read raw timeseries Metadata from any remote storage system and also flush segments to any remote storage system.

Configuration

Myst reads configuration from /etc/myst/myst.toml. Please see src/utils/config.rs for the required configurations.

Usage

Using Cargo

1. Run Server

cargo run --bin server --release

2. Run Segment Generator

cargo run --bin segment-gen --release

Using Binary

1. Build using cargo

cargo build --release

2. Run Server

sh target/release/server

3. Run Segment Generator

sh target/release/segment-gen

Using Docker:

1. Build:

docker build . -t opentsdb-meta

2. Run Server

docker run --name opentsdb-meta IMAGE_ID server

3. Run Segment Generator

docker run --name opentsdb-meta IMAGE_ID segment-gen

Plugins

Instrumentation

metrics-reporter contains the traits used to report counter and gauge metrics. The binaries (server and segment-gen) load plugins during runtime that implement this trait.

A sample plugin noop-metrics-reporter is provided for your reference. Building this will generate a shared library (*so or *dll) based on the platform. Server loads this shared library during run time from the plugin_path specified in the config file and reports the metrics.

Contribute

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

Maintainers

  • Siddartha Guthikonda
  • Ravi Kiran Chiruvolu

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-meta's People

Contributors

anonthing avatar mailravi3390 avatar manolama avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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