Skip to content

ReshiAdavan/ErosDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ErosDB

My In-Memory Relational Database

(It functions equivalently to sqlite)

Inspiration

  • I am looking to expand my knowledge in distributed systems, one project at a time. So far I covered Sentinel, a distributed KV storage which covered consensus algorithms, distributed networking, etc.
  • I am looking to create a load balancer and database from scratch and maybe create a large-scale distributed system leveraging these components.

Topics

  • Languages: C
  • Concepts
    • Techniques: Multi-threading
    • Data Structures/Algorithms: B-Trees, Recursion, Key & Binary Search
    • Other: Persistence

Releases

No releases published

Packages

No packages published

Languages