Building a Cloud Database from Scratch: Why We Moved from C++ to Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • scope_guard

    A modern C++ scope guard that is easy to use but hard to misuse.

  • E.g. see this implementation: https://ricab.github.io/scope_guard/

    But also I should make the point that you generally don't need to write defer-like statements at all when using RAII because it's implemented in the actual type. So it's only more code overall for types that are used only once or maybe twice.

  • 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

  • Possible compiler error ?

    1 project | /r/cpp_questions | 28 Apr 2022
  • C++20 Idioms for Parameter Packs

    1 project | news.ycombinator.com | 27 Feb 2024
  • Ask HN: Catching Up on C++?

    1 project | news.ycombinator.com | 20 Feb 2024
  • fkYAML v0.3.0: Support non-string-scalar nodes as mapping keys

    2 projects | /r/cpp | 10 Dec 2023
  • C++ learning

    1 project | /r/cpp | 7 Dec 2023