Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 861 Bytes

File metadata and controls

19 lines (10 loc) · 861 Bytes

DataProcessing

Getting Started

  1. Clone or download this repository to your local machine.

  2. Open the project in your preferred Java IDE or text editor.

  3. Navigate to the src directory containing the Java files.

  4. Run the storage.java file which contains the provided main method.

  5. Modify the main method to do additional testing if necesary.

How This Assignment Could Become an Official Assignment

  1. Introduce more advanced database operations such as delete, update, and querying. Include support for nested transactions and error handling strategies, for example, detetecting deadlocks.

  2. Introduce a research compenent to the assignment, where students can choose a problem to solve and write code to implement a solution. This would allow students to be exposed to recent advancements in databases/transaction processing.