Blob Reader Project
This project has the objective to read any blob file of a database. It extracts the blob object, deserializes it and saves it into the file system. It is developed using Java 7 and maven.
Current Status
- It extracts the blob and saves it to the filesystem successfully.
- The blob is saved in two files. One in XML format and other in JSON format.
- Its execution only happens successfully when executed through the IDE (Eclipse for example).
TODO
- Improve Unit Tests.
- Fix the Maven Assembly to generate project distrubtion correctly
- Fix the the code to allow read the database connection details when executing through command line
Authors and Contributors
Author: Gabriel CĂ´rtes (@gaco).