Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 14, 2024
1 parent 0c290bc commit 76c6030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![CI](https://github.com/marvin-j97/smoltable/actions/workflows/test.yml/badge.svg)](https://github.com/marvin-j97/smoltable/actions/workflows/test.yml)

<p align="center">
<img src="/logo.png" height="96">
<img src="/logo.png" height="96" />
</p>
<p align="center>
<p align="center">
Bigtable but smol.
</p>

## About

[![CI](https://github.com/marvin-j97/smoltable/actions/workflows/test.yml/badge.svg)](https://github.com/marvin-j97/smoltable/actions/workflows/test.yml)

Smoltable is a tiny wide-column store heavily inspired by [Google Bigtable](https://static.googleusercontent.com/media/research.google.com/de//archive/bigtable-osdi06.pdf). It is implemented in Rust and is based on a [custom-written LSM storage engine](https://github.com/marvin-j97/fjall), also written in Rust. It can be accessed through a JSON REST API, with potential plans for future embeddability.

## Data model
Expand Down

0 comments on commit 76c6030

Please sign in to comment.