SlateDB – An embedded database built on object storage

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • slatedb

    A cloud native embedded storage engine built on object storage.

    I don't see any evidence this is implemented in the source code, and the README on Github also marks it as not-yet-implemented. There is an open issue for "design doc for transaction" here: https://github.com/slatedb/slatedb/issues/248 and an open issue for "Add range queries" here: https://github.com/slatedb/slatedb/issues/8

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • cbindgen

    A project for generating C bindings from Rust code

    Rust is just another programming language that’s quite similar to C++. The main difference is there’s like 4 types for String (some are references and some are owned) and methods for a struct go in a `impl StructName` block after the struct definition instead of inside it.

    I don’t really know rust either but I’m currently writing some bindings to expose Rust libraries to NodeJS and not having too much trouble.

    For rust -> c++ I googled one time and found this tool which Mozilla seems to use to call Rust from C++ in their web browser, maybe it would “just work”: https://github.com/mozilla/cbindgen?tab=readme-ov-file

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

  • Hello World in Go From Rust

    2 projects | dev.to | 7 Jan 2024
  • Ask HN: Automating multi-lang communication with a meta programming language

    1 project | news.ycombinator.com | 11 Oct 2023
  • How can I use rust libraries in zig/C

    2 projects | /r/rust | 16 Apr 2023
  • In which circumstances is C++ better than Rust?

    6 projects | /r/cpp | 19 Feb 2023
  • An epic unexplored opportunity: Rust bindings for Raylib

    2 projects | /r/rust_gamedev | 27 Jan 2023

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