In order to generate a sample log of customer location (100,000 records), please follow the following steps, which are very similar to the above mentioned customer generation.
- Clone/Update the source code for the project (we assume this is already done as you have cloned the whole book’s code from git when you started) chapter08/web-generator
- Change into the directory containing the project (web-generator) and run the following command to generate the tarball:
mvn install
- Change to a user directory, ~/data-generators as in previous case, and extract contents with the following command:
tar -zxvf <web-generator project>/target/web-generator-1.0-SNAPSHOT-bin.tar.gz
- Change to the user directory containing the ...