Skip to content

Key-Value Database System. Implementation of UNIX-like file system on underneath KV database

License

Notifications You must be signed in to change notification settings

gauravyeole/KVstoreDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key-Value Database

An In-Memory Key-Value Store database system implemented in Python. This database supports the following API:

  • put(key, value)
  • get(key)
  • delete(key)

key is 256 byte String and value is 64 byte binary data object.

About

Key-Value Database System. Implementation of UNIX-like file system on underneath KV database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages