I am trying to create synthetic data for a class project that is requiring us to track and analyze web traffic to an imaginary online retailer. I have decided to do this by creating a psuedo Apache log file similar to what is shown below. I have actually been successful in creating all the fields , the only problem now is getting them to show up in a meaningful sequence that imitates actual user activity. The problems I need to solve are:
-
how to get the IP address to repeat multiple times with the timestamp increasing in small increments?
-
is it possible for mockaroo to have “memory” so that requested URL in one row matches the Referer in the next row?
Any suggestions or thoughts on this would be very welcome!