Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siddharthborderwala/teddy

Teddy 🧸 - A blazing fast and secure in memory key-value store built with Rust 🦀
https://github.com/siddharthborderwala/teddy

Last synced: 26 days ago
JSON representation

Teddy 🧸 - A blazing fast and secure in memory key-value store built with Rust 🦀

Awesome Lists containing this project

README

        

# Teddy 🧸

Blazing fast key value in-memory database built in rust.

Yes, Redis is amazing, but I have created Teddy as a modern day alternative.

## Overview

The project is a cargo workspace and has 2 members currently -
1. **teddy-rs**: the crate containing the core functionality of Teddy
2. **teddy-shell**: the crate containing a REPL for Teddy

### NOTE: Project under development