Hi Anshu, I had the same problem once and wrote the following Spout for it:
https://github.com/mjsax/aeolus/blob/master/queries/utils/src/main/java/de/hub/cs/dbis/aeolus/queries/utils/DataDrivenStreamRateDriverSpout.java It is a wrapper to the Spout that actually emit the tuples. Basically, my wrapper throttles the emit speed of the spout that is wrapped. Feel free to use it. Feedback is welcome. -Matthias On 05/11/2015 10:50 AM, anshu shukla wrote: > I have the real DEBS-TAxi data in csv file , in order to operate over it > how to simulate a "Spout" kind of thing as event generator using the > timestamps in CSV file. > > http://stackoverflow.com/questions/30149868/generate-events-tuples-using-csv-file-with-timestamps > -- > Thanks & Regards, > Anshu Shukla
signature.asc
Description: OpenPGP digital signature
