Skip to content
@SpaghettiDB

SpaghettiDB

Popular repositories Loading

  1. Platform-Backend Platform-Backend Public

    JavaScript

  2. Storage-Engine Storage-Engine Public

    A Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B tree indexes. Utilizes binary data handling for efficient storage and …

    Go 1

  3. SQL-Parser SQL-Parser Public

    This SQL Parser Repository aims to offer in-depth insights into SQL parsing, covering lexical analysis, syntax parsing, semantic validation, and query optimization. It's a work in progress, with on…

    Go

  4. BPlusTree BPlusTree Public

    Forked from krasun/fbptree

    A persistent storage (in file) based using B tree with byte-slice keys and values

    Go

  5. Query-Executer Query-Executer Public

    A Go-based projectbased project focused on implementing a query executor for a database engine. It provides functionality for efficiently executing SQL queries, managing worker threads, caching que…

    Go

Repositories

Showing 5 of 5 repositories
  • SQL-Parser Public

    This SQL Parser Repository aims to offer in-depth insights into SQL parsing, covering lexical analysis, syntax parsing, semantic validation, and query optimization. It's a work in progress, with ongoing updates planned to include detailed documentation, code examples, and practical exercises.

    SpaghettiDB/SQL-Parser’s past year of commit activity
    Go 0 LGPL-2.1 0 0 0 Updated Jul 29, 2024
  • Storage-Engine Public

    A Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B tree indexes. Utilizes binary data handling for efficient storage and retrieval. Follows some guidelines for integrity and consistency in managing tables and indexes.

    SpaghettiDB/Storage-Engine’s past year of commit activity
    Go 0 1 0 0 Updated Jul 29, 2024
  • SpaghettiDB/Platform-Backend’s past year of commit activity
    JavaScript 0 0 0 2 Updated Jul 1, 2024
  • Query-Executer Public

    A Go-based projectbased project focused on implementing a query executor for a database engine. It provides functionality for efficiently executing SQL queries, managing worker threads, caching query results, and interacting with a storage engine. This project aims to offer a scalable solution for executing database queries.

    SpaghettiDB/Query-Executer’s past year of commit activity
    Go 0 MIT 0 0 0 Updated May 9, 2024
  • BPlusTree Public Forked from krasun/fbptree

    A persistent storage (in file) based using B tree with byte-slice keys and values

    SpaghettiDB/BPlusTree’s past year of commit activity
    Go 0 MIT 5 0 0 Updated Jan 9, 2022

Top languages

Loading…

Most used topics

Loading…