https://github.com/subsetpark/nottwo
https://github.com/subsetpark/nottwo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subsetpark/nottwo
- Owner: subsetpark
- Created: 2019-12-17T02:48:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-17T04:17:21.000Z (over 6 years ago)
- Last Synced: 2025-07-20T00:14:15.963Z (11 months ago)
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nottwo
A series of exercises in building a relational database.
## I
In-memory storage built on structs.
A simple query struct that can compile together multiple `eq` clauses.
Filtering by iteration and predication.
### II
Joins.
### III
Use gb-trees for data store (from a library, not my own!).
### IV
Maintain indices.