[weather-rewrite] Update on hourly-script

Hi Team, please see [1] for the current status of the hourly bandwidth script and feel free to comment on any improvements! Currently it's just a script calling several functions and performing some work 'off hand'. Once we move into integrating with a webapp, refactoring should make this nice and object-oriented :) Have a nice weekend and happy hacking, Oliver [1] https://trac.torproject.org/projects/tor/ticket/10697

Hello, I've been following the tor rewrite for a while. While I don't currently see where I could directly help out with code, I have the following hint: Celery[1] is a task/queue management system that has excellent django integration and can be used to solve the "how to perform the hourly query" question mentioned on the github page. Best regards, Luke [1] http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html On 02/27/2014 10:18 PM, Oliver Baumann wrote:
Hi Team,
please see [1] for the current status of the hourly bandwidth script and feel free to comment on any improvements!
Currently it's just a script calling several functions and performing some work 'off hand'. Once we move into integrating with a webapp, refactoring should make this nice and object-oriented :)
Have a nice weekend and happy hacking,
Oliver
[1] https://trac.torproject.org/projects/tor/ticket/10697
_______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

Lukas, Thanks for the suggestion. Celery sounds like good option, I will try to look into it once I find time. About the coding part, in the coming days we are planning on integrating these hourly and daily scripts with the existing web-application. If you are interested you can take a look at the projects wiki page[1]. Cheers! Abhiram [1]: https://trac.torproject.org/projects/tor/wiki/doc/weather-in-2014 On Sat, Mar 1, 2014 at 8:16 AM, Lukas Erlacher <tor@lerlacher.de> wrote:
Hello,
I've been following the tor rewrite for a while. While I don't currently see where I could directly help out with code, I have the following hint: Celery[1] is a task/queue management system that has excellent django integration and can be used to solve the "how to perform the hourly query" question mentioned on the github page.
Best regards, Luke
[1] http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html
On 02/27/2014 10:18 PM, Oliver Baumann wrote:
Hi Team,
please see [1] for the current status of the hourly bandwidth script and feel free to comment on any improvements!
Currently it's just a script calling several functions and performing some work 'off hand'. Once we move into integrating with a webapp, refactoring should make this nice and object-oriented :)
Have a nice weekend and happy hacking,
Oliver
[1] https://trac.torproject.org/projects/tor/ticket/10697
_______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
_______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
-- Abhiram Chintangal

Hi, I second Abhiram's opinion, let's see if this comes in handy. Thanks for the tip, anyway! Lukas, if you're interested, we generally meet in #tor-dev Wednesdays, 18:00 UTC. Come join in if you want to, we generally talk about what we worked on and what the next steps are. Feel free to contribute! Cheers, Oliver On 03/01/14, Abhiram Chintangal wrote:
Lukas,
Thanks for the suggestion. Celery sounds like good option, I will try to look into it once I find time.
About the coding part, in the coming days we are planning on integrating these hourly and daily scripts with the existing web-application.
If you are interested you can take a look at the projects wiki page[1].
Cheers!
Abhiram
[1]: https://trac.torproject.org/projects/tor/wiki/doc/weather-in-2014
On Sat, Mar 1, 2014 at 8:16 AM, Lukas Erlacher <tor@lerlacher.de> wrote:
Hello,
I've been following the tor rewrite for a while. While I don't currently see where I could directly help out with code, I have the following hint: Celery[1] is a task/queue management system that has excellent django integration and can be used to solve the "how to perform the hourly query" question mentioned on the github page.
Best regards, Luke
[1] http://celery.readthedocs.org/en/latest/django/first-steps-with-django.html
On 02/27/2014 10:18 PM, Oliver Baumann wrote:
Hi Team,
please see [1] for the current status of the hourly bandwidth script and feel free to comment on any improvements!
Currently it's just a script calling several functions and performing some work 'off hand'. Once we move into integrating with a webapp, refactoring should make this nice and object-oriented :)
Have a nice weekend and happy hacking,
Oliver
[1] https://trac.torproject.org/projects/tor/ticket/10697
_______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
_______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
-- Abhiram Chintangal _______________________________________________ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev
participants (3)
-
Abhiram Chintangal
-
Lukas Erlacher
-
Oliver Baumann