awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDatabase Implementations

Codebases created to teach the internal mechanics of database systems through manual implementation.

Distinct from Educational Implementations: Specifically targets database internals rather than general data structures or ML algorithms

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Database Implementations. Refine with filters or upvote what's useful.

Awesome Database Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pingcap/talent-planpingcap 的头像

    pingcap/talent-plan

    10,938在 GitHub 上查看↗

    Talent Plan 提供以分布式数据库设计、系统编程和开源贡献工作流为核心的指导性培训计划和课程。该项目提供了一个分布式系统教育计划,由专注于数据库内部原理的精选课程和实验组成。 该课程强调使用 Rust 语言构建高性能网络应用和实现分布式算法。它整合了关于版本控制、社区治理以及向公共软件项目贡献所需特定流程的教育材料。 该项目涵盖了广泛的技术和组织领域,包括分布式数据库工程、开源社区管理和技术指导协调。它通过构建容错键值存储和研究专业分布式数据库架构来实现实践应用。 其他材料涵盖了开源基础知识,包括项目治理、软件许可,以及使用 Git 和 GitHub 等协作平台。

    Analyzes the inner workings of professional distributed databases through deep-dive technical study.

    Rust
    在 GitHub 上查看↗10,938
  • cstack/db_tutorialcstack 的头像

    cstack/db_tutorial

    10,464在 GitHub 上查看↗

    This project is an educational implementation of a relational database engine written in C. It functions as a SQLite clone, demonstrating the internal mechanics of a database system through a C-based systems project that focuses on manual memory management and file I/O. The engine is distinguished by its use of a bytecode virtual machine, which executes database operations by compiling SQL statements into low-level instructions. It utilizes a B-tree database engine to organize records in a balanced tree structure, ensuring efficient insertion, search, and range scanning. The system covers co

    Provides a step-by-step implementation of a database to demonstrate SQL compilation and disk persistence.

    Cdatabase
    在 GitHub 上查看↗10,464
  1. Home
  2. Scientific & Mathematical Computing
  3. Data Structure Implementations
  4. Educational Implementations
  5. Database Implementations