Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

effectivewang/easydb

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyDB

EasyDB is an experimental, in-memory database system developed as an AI-assisted educational project. It serves as a playground for learning database internals and SQL processing concepts.

Purpose

  • Educational exploration of database system concepts
  • Experiment with modern Java features
  • Demonstrate basic database operations in a simplified context

Key Features

  • Pure in-memory storage with no persistence
  • SQL parser and query execution engine
  • Query planner with support for joins and sorting
  • MVCC-based transaction management
  • Multiple index types (Planned):
    • B-tree index
    • Hash index
    • GIN (Generalized Inverted Index)

Note

This is not intended for production use. It's a learning project created with the assistance of AI to understand database internals better.

Build

bazel build //:easydb

License

MIT

About

Educational In-Memory Database, Just for Fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.