Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 591 Bytes

Kv_storage

This project is an experiment over building key value storage on macOS platform going completely natively using macOS capabilities.

🛠 Requirements

To embark on this exciting journey, make sure you have the following software installed on your machine:

🚀 Building from Sources

Building the project is a simple. Run this single command:

 mkdir build 
 cd build
 cmake .. 
 cmake --build . 
 

🚁 Trying the App

./Storage.app/Contents/MacOS/Storage