Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Data-processing

How to Run the Code Prerequisites Ensure you have Python installed on your machine. This code has been tested with Python 3.8 and above. No external libraries are required for this program. Setup and Execution Download the Code: Clone the repository or download the ZIP file and extract it. Navigate to the file "Dataprocessing." Run the Program: Open a terminal in the project directory. Run the command python in_memory_db.py to execute the script. The program will simulate a transaction process, outputting the results to the terminal.

Modifications for Official Assignment

My Recommendations:

Detailed Specification: Provide a more detailed description of expected behaviors and edge cases. The assignment is ambiguous right now so I do not know if we need user input or if we want to build a specific scenario. Extend Functionality: Include additional methods such as delete(key) or update(key, value) to broaden the scope of the database operations, providing a more comprehensive understanding of transactional systems. Automated Testing: Integrate a suite of unit tests to automatically evaluate the correctness of the implemented functions. Allow for some extra credit from this assignment and I think it will be great as an official assignmen.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors