Proxy Log Generator to Load Test NiFi

When it comes to streaming, writing your own data generator is often times the easiest way forward. I’ve written a simple Python script providing me with realistically looking web proxy logs. Apart from other features (volumes, frequency, DoS attack simulation etc.), it allows to stream traffic to a remote HTTP endpoint. This post Read more…

Haversine formula application in Python

I have recently enrolled to Introduction to Data Science. One of the very first assignments was Twitter sentiment analysis performed in Python. Leaving a whole lot aside, what captured my attention was a requirement to resolve tweets’ geocoded locations without relying on 3rd party services. The assignment paper suggested to Read more…