Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

mt89vein/Storage

Repository files navigation

Storage project

"Storage" is a research project to find an effective way to store binary data on the disc.

"Storage" project written for another project for use as abstraction layer on top of filesystem.

Written on C# 7.3 .net core, with google protobuf for serializations/deserializations.

The main idea is chunking data to data pages and using BTree index for fast lookup and read data.

Install

  • download or clone
  • dotnet run

Contributions

Feel free for creation issues, or PR :)

Releases

No releases published

Packages

No packages published