matomo-org / piwik-python-api

Piwik API for Python
BSD 3-Clause "New" or "Revised" License
99 stars 43 forks source link

Calls are blocking #16

Closed trevoriancox closed 7 years ago

trevoriancox commented 8 years ago

I don't see any mention of this library being non-blocking. Typically one wouldn't want the analytics to slow down the website. e.g. I currently use segment.com's analytics python client which is non-blocking: https://segment.com/docs/libraries/python/.

brendon-codes commented 7 years ago

This would be a nice feature, but I don't expect that I will have the time to implement this. If anyone wants to, they could integrate on of these: