Surrealdb – FOSS document-graph database, for the realtime web in Rust

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. surrealdb

    A scalable, distributed, collaborative, document-graph database, for the realtime web

    That's a hell lot of buzzwords (GPT-3 trained with HN titles, eh?). Does "serverless" and "cloud-native" database together even make any sense? Idk, but I feel like these folks are doing too much pointless marketing when the core product literally just "borrows" code from other databases without any credit to them.

    Came across this rather interesting issue on their own repo: https://github.com/surrealdb/surrealdb/issues/103

    I think it's time we say "Stable Diffusion Powered Hyperfast Scalable Ultimate Cloud-Native Kubernetes Native Document Graph Relational NewNoSQL Database"

    Enough of the buzzwords on HN, honestly.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. tikv

    Distributed transactional key-value database, originally created to complement TiDB

    > Many,many smart people…

    If you look inside the code you can see the stated features are a result of underlying engine (TiKV [0] also in c and rust from pingcap). Surrealdb is standing on shoulders of giants at present, they are TiKV, FoundationDB and rocksdb. The feature set they mentioned mostly coming from TiKV at present.

    [0] https://tikv.org/

  4. plv8

    V8 Engine Javascript Procedural Language add-on for PostgreSQL

    To be honest I haven't used it, but I've extensively used pl/pgsql and a little pl/ruby, and know that https://plv8.github.io/ exists - it might be what you're looking for and it's on my list of things to play with

  5. flutter_surrealdb_client_example

    Example usage of SurrealDB in Flutter app

    I’ve made quick and messy SurrealDB usage example for authentication and user data storage in a Flutter app: https://github.com/wrbl606/flutter_surrealdb_client_example

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

  • TiDB – cloud-native, distributed SQL database written in Go

    5 projects | news.ycombinator.com | 3 Jan 2025
  • Plv8: V8 Engine JavaScript Procedural Language Add-On for PostgreSQL

    1 project | news.ycombinator.com | 7 Jun 2024
  • PLJS – JavaScript Language Plugin for PostreSQL

    4 projects | news.ycombinator.com | 23 Jul 2023
  • Apache Pegasus – A a distributed key-value storage system

    4 projects | news.ycombinator.com | 6 Oct 2022
  • I wrote a database engine in Typescript

    3 projects | /r/programming | 23 Sep 2022

Did you know that Rust is
the 5th most popular programming language
based on number of references?