Is there an example app that uses Sled database in Rust?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • atomic-server

    An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

  • I use sled in Atomic Server. Here's the actual sled usage.

  • conduit

  • There's a Rust implementation of a Matrix server that uses sled: https://gitlab.com/famedly/conduit/

  • 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
  • rust-cycle

    A Bike Computer written in Rust running on RaspberryPi

  • Not my best work, but I use it for the pi based bike computer I’ve been working on. It’s capturing raw telemetry data from the GPS and BLE peripherals: https://github.com/IamfromSpace/rust-cycle/blob/master/src/telemetry_db.rs

  • titan

    A half-finished terminal browser for the Gemini protocol (by mkeeter)

  • I use it to store certificates in Titan, which is a half-finished browser for Gemini. The relevant code is here!

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