data-TPCTC-Pocketdata/README

18 lines
563 B
Plaintext

GENERAL:
Clone the project and just type 'ant'.
Change build.xml as required.
FOLDERS:
/data - Contains data generated by JoinsFileGenerator.
/lib - Contains all libs used in this project.
/logs - Necessary logs for further investigation.
/scripts - python scripts to generate plots.
/src - Java code to parse the SQLLite queries.
NOTE:
Original data for generating the files in the data directory is obtained from
PhoneLab SQLLite logs.
NOTE:
Sqlparser based on modified code written by Paul McGuire to read our SQLLite logs.
Requires more work and testing.