Ad

opentsdb: Scalable Time Series Database

OpenTSDB provides a distributed time series database built on HBase, enabling large-scale storage and retrieval of metrics from diverse systems.
Screenshot of OpenTSDB/opentsdb homepage

OpenTSDB provides a distributed time series database designed for storing, indexing, and serving metrics from computer systems. It addresses the challenge of managing large volumes of time-stamped data collected from network gear, operating systems, and applications. It leverages HBase for scalability, allowing users to store vast amounts of data with high ingestion rates.

OpenTSDB utilizes HBase’s distributed architecture for horizontal scalability, supporting the storage of billions of data points. It avoids data deletion or downsampling, ensuring comprehensive historical data retention. The system is suitable for high-volume metric collection and efficient time-based data analysis.

  • Scalability: Built on HBase for handling massive datasets and high ingestion rates.
  • Data Retention: Stores all data without downsampling or deletion.
  • Integration: Designed to work within existing Hadoop ecosystems.
  • Querying: Provides a flexible query language for time series data analysis.
  • Distributed Architecture: Ensures fault tolerance and high availability.

OpenTSDB is an established project with a history dating back to 2010 and ongoing maintenance. Recent commits indicate continued development and support. The project has a significant community presence and extensive documentation, contributing to its reliability.

OpenTSDB benefits system administrators, DevOps engineers, and data analysts who need to monitor and analyze time-series data from complex infrastructure. It supports use cases like performance monitoring, capacity planning, and anomaly detection. It offers a robust alternative to solutions requiring data aggregation or limitations on data retention.

Summarize:
Share:
Stars
5,067
Forks
1,239
Issues
539
Created
15 years ago
Commit
1 year ago
License
LGPL-2.1
Archived
No
Updated 16 days ago

Similar Repositories