miskcoo / TrivialDB
A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fall 2018.
☆148Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for TrivialDB
- Final project for course 'Introduction to Databases' of Tsinghua University, Fall 2017☆42Updated 6 years ago
- 数据库引擎开发课程☆125Updated 4 years ago
- ☆109Updated 7 years ago
- Lab for Network Principles since 2019-2020 fall☆167Updated 8 months ago
- A website providing info for self-learners who want to explore the world of operating systems. The website template is from https://githu…☆50Updated 3 years ago
- cmu 15445 2018,DBMS实现☆50Updated 5 years ago
- mit 6.828 2018,JOS实现☆82Updated 5 years ago
- A raft consensus protocol implementation in C++.☆187Updated 3 years ago
- record some trivialities☆52Updated 9 months ago
- qemu patched for debugging, used for 6.828☆77Updated 7 months ago
- CS 346 RedBase Project (Stanford)☆37Updated 9 years ago
- 上过的公开课的作业,源代码的注释版本,一个大杂烩。☆125Updated 6 years ago
- MIT 6.828 操作系统工程 2018 fall labs & notes☆41Updated last year
- os kernel labs for operating systems course in Tsinghua University.☆31Updated 2 years ago
- ☆23Updated 3 years ago
- ☆32Updated 7 years ago
- The source of lab and assignment for 6.828 of MIT☆177Updated 8 years ago
- 电子科技大学分布式存储与计算实验室2018新生学习资料整理☆79Updated 5 years ago
- C++ raft lib☆128Updated 2 years ago
- OS教学实验:用Rust&C实现各种历史上的经典OS Kernels的实例☆47Updated 2 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆216Updated 6 years ago
- ucore with comments & logs☆60Updated last year
- Homemade OS based on MIT6.828 JOS with a GUI and some new features.☆40Updated 7 years ago
- TinyDB (under progress)☆58Updated 2 years ago
- tutorial labs for os course