SlateDB icon
SlateDB icon

SlateDB

An embedded database built on object storage. Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage to provide bottomless storage capacity, high durability, and easy replication.

SlateDB screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Self-Hosted
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Ad-free
  2.  Replication
  3.  Rust
  4.  Object storage
  5.  Low Latency

 Tags

  • Cloud Native
  • database-replication
  • built-with-rust
  • data-replication
  • Database
  • object-store
  • embedded-database

SlateDB News & Activities

Highlights All activities

Recent activities

Show all activities

SlateDB information

  • Developed by

    SlateDB
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    51 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  2,543 Stars
  •  166 Forks
  •  144 Open Issues
  •   Updated  
View on GitHub
SlateDB was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is SlateDB?

An embedded database built on object storage. Unlike traditional LSM-tree storage engines, SlateDB writes data to object storage to provide bottomless storage capacity, high durability, and easy replication.

  • Object Store Durability: SlateDB inherits your object store's durability. Yup, 99.999999999% durability.
  • Zero-Disk Architecture: SlateDB runs without disks. No more disk failures, no more disk corruption.
  • Simple Replication: Why write complex replication protocols when you can let your object store handle it?
  • Tunable Performance: Configure SlateDB to optimize for low latency, low cost, or high durability.
  • Scalable Readers: Supports a single writer and multiple readers. SlateDB detects and fences zombie writers.
  • Built in Rust: SlateDB is an embeddable library built in Rust. Use SlateDB with the language of your choice.

Add SlateDB to your dependencies and you are off to the races!

Official Links