vibhav011 / CS387-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENO: A solution to ACIDity

This project is a course project under Prof. Umesh Bellur and aims to add ACID properties to ToyDB.

Building

cd inside the receiver directory and run make. This will create two executables: daemon and dbprocess.

Running

  • First run the executable daemon. This will initialize the database (and recover if the database crashed in the last run), and communicate with the worker processes.
  • Then run the executable dbprocess. This process will connect with daemon and can be used to send queries to it.

Contributors

About


Languages

Language:C 64.1%Language:C++ 29.0%Language:Yacc 4.8%Language:Makefile 1.1%Language:Lex 0.8%Language:Shell 0.2%