in the University Rovira i Virgili
Authors: Jordi Llatser and Alexia Vidal
Packages:
- dataFrame: implemented dataFrame and his operations
- factory: implemented factory design pattern for different types of files
- composite: implemented composite design pattern to categorize the data in dataFrame
- mapReduce: implemented mapReduce framework for a collection of dataFrames
- visitor: implemented visitor design pattern in the previous composite
- observer: implemented observer and dynamic proxy design pattern
- Test: two clases for UnitTest and examples to prove how all the features implemented work