[Chicago] Python traffic analysis idea

Chris Sinchok chris at sinchok.com
Tue Jan 28 22:52:34 CET 2014


Something like Kibana might be really useful for this:
http://www.elasticsearch.org/overview/kibana/

Kibana is a simple front end that's powered by elasticsearch, and it's
quite easy to get data into elasticsearch from Python--or from logstash,
etc. Here's a demo, to show a few possible uses:
http://demo.kibana.org/#/dashboard


On Tue, Jan 28, 2014 at 3:41 PM, Adrian Buford <
technicallydebatable at gmail.com> wrote:

> Have no way of making the logs is main concern.
> On Jan 28, 2014 3:14 PM, "sheila miguez" <shekay at pobox.com> wrote:
>
>>
>> On Tue, Jan 28, 2014 at 3:09 PM, Nick Bennett <nick at goggl.es> wrote:
>>
>>> For the logging component, there's already the logging module in the
>>> Python standard library. For an idea of how to use it, try Victor Lin's
>>> guide on good logging practice in Python<http://victorlin.me/posts/2012/08/26/good-logging-practice-in-python>
>>> .
>>>
>>
>> I'm wondering what he wants to log and what it will be used for. If the
>> intent is to analyze data to get information about average times, then he
>> can use logs for that, then later scrape them to get the data, but he could
>> handle that in other ways as well, like sending events to graphite.
>>
>>
>> --
>> sheila
>>
>> _______________________________________________
>> Chicago mailing list
>> Chicago at python.org
>> https://mail.python.org/mailman/listinfo/chicago
>>
>>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20140128/a8d6341a/attachment.html>


More information about the Chicago mailing list