Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishsinha-io/symmetric-concurrent-v4
Attempted implementation of a relational database management system (with PostgreSQL inspired indexing!) in Rust. Слава Україні 🇺🇦.
https://github.com/anishsinha-io/symmetric-concurrent-v4
Last synced: about 1 month ago
JSON representation
Attempted implementation of a relational database management system (with PostgreSQL inspired indexing!) in Rust. Слава Україні 🇺🇦.
- Host: GitHub
- URL: https://github.com/anishsinha-io/symmetric-concurrent-v4
- Owner: anishsinha-io
- Created: 2022-10-06T16:55:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T23:59:54.000Z (over 2 years ago)
- Last Synced: 2024-11-08T12:17:44.354Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### (Currently incomplete) Implementation of an RDBMS in Rust
Currently complete WITH FULL TEST COVERAGE:
- [x] Concurrency API, including implementations of Latches, RwLatches, and Binary Semaphores
- [x] DiskMgr
- [x] Disk FS API
- [x] Memory IO API (encode/decode)
- [x] Constant definitionsIncomplete:
- [ ] Buffer pool manager
- [ ] PostgreSQL-like Lanin + Shasha/Lehman and Yao index
- [ ] Query execution engine
- [ ] Shell...among others
### Build Instructions
- `git clone` this repo
- `cd` into the folder you cloned this into
- run `cargo test` to test everything
- start hacking!The main program doesn't do anything yet. Once the remaining modules are built that will change.
This is FOSS. I haven't added the header to every file but this is the license:
The author disclaims copyright to this source code. In place of a legal notice, here is a blessing:
- May you do good and not evil.
- May you find forgiveness for yourself and forgive others.
- May you share freely, never taking more than you give.
https://spdx.org/licenses/blessing.html