GitHunt
GO

gopigof/GopherDB

NoSQL Database Implementation

This is a simple implementation of a NoSQL database using Go from scratch.

Implementation Strategy

  • So far, this repo attempts to create a database from ground-up, by starting with pages and Data Access Layer
  • The Data Access Layer is implemented using pages (based on OS Page size) and managing them.

Languages

Go100.0%

Contributors

Created September 13, 2024
Updated September 13, 2024