Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T15:45:23.000Z (about 1 year ago)
- Last Synced: 2023-10-12T09:01:40.180Z (about 1 year ago)
- Topics: btree, cprogramming-language, multithreading, persistence, recursion
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 1
- 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