Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 522 Bytes

File metadata and controls

25 lines (15 loc) · 522 Bytes

Project for the Advanced Database Course (NYU)

Replicated Concurrency Control and Recovery

Goal: Implement a distributed database, with multi-version concurrency control, deadlock detection, replication, and failure recovery.

Running the program

Requirement: Python 3

usage: Driver.py fname

positional arguments:
  fname              specify the input file name the directory name that holds the files to be executed

Examples:

python3 Driver.py ex1.txt
python3 Driver.py test_files_dir