[go: up one dir, main page]

Suggested Categories:

Time Series Databases
Time series databases (TSDB) are databases designed to store time series and time-stamped data as pairs of times and values. Time series databases are useful for easily managing and analyzing time series.
Data Management Software
Data management software systems are software platforms that help organize, store and analyze information. They provide a secure platform for data sharing and analysis with features such as reporting, automation, visualizations, and collaboration. Data management software can be customized to fit the needs of any organization by providing numerous user options to easily access or modify data. These systems enable organizations to keep track of their data more efficiently while reducing the risk of data loss or breaches for improved business security.
  • 1
    OpenTSDB

    OpenTSDB

    OpenTSDB

    ...The data schema is highly optimized for fast aggregations of similar time series to minimize storage space. Users of the TSD never need to access the underlying store directly. You can communicate with the TSD via a simple telnet-style protocol, an HTTP API or a simple built-in GUI. The first step in using OpenTSDB is to send time series data to the TSDs. A number of tools exist to pull data from various sources into OpenTSDB.
  • 2
    KairosDB

    KairosDB

    KairosDB

    Data can be pushed in KairosDB via multiple protocols like Telnet, Rest and Graphite. Other mechanisms such as plugins can also be used. KairosDB stores time series in Cassandra, the popular and performant NoSQL datastore. The schema consists of 3 column families. This API provides operations to list existing metric names, list tag names and values, store metric data points, and query for metric data points.
  • Previous
  • You're on page 1
  • Next