Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🦀
- Host: GitHub
- URL: https://github.com/siddharthborderwala/teddy
- Owner: siddharthborderwala
- Created: 2022-04-22T12:09:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T20:27:50.000Z (over 2 years ago)
- Last Synced: 2024-10-06T11:56:28.734Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - teddy - Teddy 🧸 - A blazing fast and secure in memory key-value store built with Rust 🦀 (Rust)
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