Help with timeseries data

This page summarizes the projects mentioned and recommended in the original post on /r/Database

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • TimescaleDB

    An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.

    TimescaleDB is Postgres with extensions to automatically partition tables for fast processing of time series data.

  • ticktock

    TickTockDB is an OpenTSDB-like time series database, with much better performance.

    TickTockDB is a new open-src TSDB. Although it is not rich in features, its write throughput can reach 3.2M data points/sec v.s. InfluxDB 74K in a 2c4g x86 (detail report here). It is enough for your case (79M data point/day = 914/sec). You may also have to consider max cardinality (i.e., number of time series supported) of TSDB. TickTockDB's max cardinality is 2M v.s. InfluxDB 150k in RaspberryPI4 (detail report here)).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts