Skip to content

An extremely simple key value store, written in python.

Notifications You must be signed in to change notification settings

chrislessard/key-value-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

key-value-store

This is an extremely simple key value store, supporting two commands:

  1. store {key} {data} : store the pair (key, value) in the database
  2. get {key} : retrieve the most recent value on disk associated with key

Dependencies

Requires python3

Run

Invoke python main.py

Testing

Invoke python basic_log_tests.py

Benchmarking

Invoke python main.py

About

An extremely simple key value store, written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages