I'm building a real-time monitoring system for metrics of servers in Rust !

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TimescaleDB

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

  • I could have used a time series oriented database, but I preferred to use Postgres for its stability. Postgres can be very fast, even for time series data. I automatically partition the tables by date using Partman, which allows for faster reading and very little overhead when inserting. But if performance starts to be a problem because of Postgres, there is always https://www.timescale.com. A standard Postgres instance can be turned into a timescaleDB and the Speculare server will need very few changes.

  • ClickHouse

    ClickHouse® is a free analytics DBMS for big data

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • We Built a 19 PiB Logging Platform with ClickHouse and Saved Millions

    1 project | news.ycombinator.com | 2 Apr 2024
  • 1 billion rows challenge in PostgreSQL and ClickHouse

    1 project | dev.to | 18 Jan 2024
  • We Executed a Critical Supply Chain Attack on PyTorch

    6 projects | news.ycombinator.com | 14 Jan 2024
  • Tell HN: Hacker News dataset on BigQuery hasn't been updated since Nov 2022

    1 project | news.ycombinator.com | 27 Dec 2023
  • Real-Time Data Enrichment and Analytics With RisingWave and ClickHouse

    1 project | dev.to | 25 Dec 2023