"If this one guy got hit by a bus, the software would fall apart."

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

    libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

  • sqlite already had an active community fork started by Turso called libsql. They are fixing longstanding API gaps the upstream team isn’t interested in supporting. For example, they added a native write-ahead log API, so you can plug directly into the WAL for streaming replication. This is possible-ish with upstream sqlite + LiteFs but litefs has to implement a whole FUSE file system and can’t run on Mac for that reason.

    It’s more risky to run libsql because new features mean new bugs, but it seems worth it to me.

    Libsql: https://github.com/tursodatabase/libsql

  • 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

  • Sqld – A Server Mode for LibSQL

    1 project | news.ycombinator.com | 16 Jan 2024
  • LibSQL, a fork of SQLite accepting third-party contributions

    1 project | news.ycombinator.com | 13 Dec 2023
  • SQLite builds for WASI since 3.41.0

    5 projects | news.ycombinator.com | 24 May 2023
  • Get started with libSQL, a next-gen fork of SQLite

    3 projects | dev.to | 6 Apr 2023
  • Making a change to SQLite source code

    1 project | news.ycombinator.com | 26 Oct 2022