Crate cudb[][src]

Expand description

Simple document-based NoSQL similar to MongoDB.

Final project for ECE464 Databases. By Jonathan Lam, Derek Lee, Victor Zhang.

Modules

User-facing API for collection-level CRUD operations.

User-facing structural API of database.

Document model data representation.

B-tree indexing.

A simple implementation of a mmapv1-like storage system.

User-facing query representation.

Variant types for flexible JSON-like document values.