An open API service indexing awesome lists of open source software.

https://github.com/subsetpark/nottwo


https://github.com/subsetpark/nottwo

Last synced: 11 months ago
JSON representation

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.