junkumar / redbaseLinks
A mini database implementation.
☆235Updated last year
Alternatives and similar repositories for redbase
Users that are interested in redbase are comparing it to the libraries listed below
Sorting:
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆166Updated 10 years ago
- The tiny bitcask storage engine☆113Updated 6 years ago
- Course info for 6.814/6.830 Fall 2018☆163Updated 4 years ago
- Distributed In-Memory Index 分布式内存索引☆329Updated 6 years ago
- 数据库引擎开发课程☆131Updated 4 years ago
- cmu 15445 2018,DBMS实现☆49Updated 6 years ago
- LevelDB 源码剖析☆180Updated 6 years ago
- ☆130Updated 4 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆222Updated 7 years ago
- CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.☆170Updated 7 years ago
- Focus on Database kernel Development, include Basic Skill Content.☆154Updated 2 years ago
- qw4990's Blog☆218Updated 2 years ago
- 上过的公开课的作业,源代码的注释版本,一个大杂烩。☆124Updated 7 years ago
- CMU 15-445 2017 (force pushed to erase my works)☆59Updated 5 years ago
- Labs on distributed transaction☆236Updated 3 years ago
- ☆171Updated 9 years ago
- CMU的数据库系统课程☆256Updated 6 years ago
- MIT 6.824 2016☆156Updated 6 years ago
- ☆111Updated 7 years ago
- my labs answer for https://pdos.csail.mit.edu/6.828/2014/☆65Updated 9 years ago
- A simple relational database based on Stanford CS346 RedBase, implemented in elegant modern C++14.☆53Updated 3 years ago
- Raft学习的一些资料☆230Updated 4 years ago
- mit-6.824-2012☆42Updated 9 years ago
- Probably the best implementation for SkipList written by C++☆123Updated 2 years ago
- 数据库课程项目 CMU 15-445 (Fall 2019)☆52Updated 5 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.