https://github.com/reshiadavan/erosdb
My In-Memory Relational Database
https://github.com/reshiadavan/erosdb
btree cprogramming-language multithreading persistence recursion
Last synced: about 1 year ago
JSON representation
My In-Memory Relational Database
- Host: GitHub
- URL: https://github.com/reshiadavan/erosdb
- Owner: ReshiAdavan
- Created: 2023-10-07T02:31:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T15:45:23.000Z (over 2 years ago)
- Last Synced: 2025-01-12T23:09:49.790Z (over 1 year ago)
- Topics: btree, cprogramming-language, multithreading, persistence, recursion
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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