This is an extremely simple key value store, supporting two commands:
- store {key} {data} : store the pair (key, value) in the database
- get {key} : retrieve the most recent value on disk associated with key
Requires python3
Invoke python main.py
Invoke python basic_log_tests.py
Invoke python main.py