Skip to content

Shobiya09/Shobiya

Repository files navigation

Key-Value Datastore

A file-based key-value data store that supports the basic CRD (create, read, and delete) operations. This data store is meant to be used as a local storage for one single process on one laptop. The data store is exposed as a library to clients that can instantiate a class and work with the data store.

Installation

Install the package manager pip to install cachetools

 pip install cachetools

Usage

To run crd_unit_test.py

  python crd_unit_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages