Skip to content

Code checking whether a schedule respects some properties, like 2PL protocol and conflict serializability

License

Notifications You must be signed in to change notification settings

MrSpadala/2PL-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2PL tester

Script checking whether or not a schedule of operations on a database respects:

  • 2PL protocol, plain, strict and strong
  • Conflict serializability
  • Concurrency using timestamps

Useful for the course of Data Managment of Maurizio Lenzerini @ Sapienza.

How to use

The software was put behind a minimal front-end, now running here

If, for whatever reason, the link is down clone this repo, cd into src/ and launch main.py. Flask is required.

Caveats

Some schedules raises an error inside the code. If you see "Internal server error" feel free to open an issue posting the input that made the system crash.

About

Code checking whether a schedule respects some properties, like 2PL protocol and conflict serializability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published