external.rst 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. ==================================
  2. External tutorials and resources
  3. ==================================
  4. This is a list of external blog posts, tutorials and slides related
  5. to Celery. If you have a link that's missing from this list, please
  6. contact the mailing-list or submit a patch.
  7. .. contents::
  8. :local:
  9. Introduction to Celery
  10. ======================
  11. Awesome slides from when `Idan Gazit`_ had a talk about Celery at `PyWeb-IL`_:
  12. http://www.slideshare.net/idangazit/an-introduction-to-celery
  13. .. _`Idan Gazit`: http://twitter.com/IdanGazit
  14. .. _`PyWeb-IL`: http://groups.google.com/group/pyweb-il
  15. .. raw:: html
  16. <div style="width:425px;text-align:left" id="__ss_2089054">
  17. <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
  18. margin:12px 0 3px 0;text-decoration:underline;"
  19. href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
  20. title="An Introduction to Celery">An Introduction to Celery</a>
  21. <object style="margin:0px" width="425" height="355"> <param name="movie"
  22. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
  23. <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
  24. value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355">
  25. </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
  26. <a style="text-decoration:underline;"
  27. href="http://www.slideshare.net/">documents</a>
  28. from <a style="text-decoration:underline;"
  29. href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
  30. RabbitMQ, Celery and Django
  31. ===========================
  32. Great Celery tutorial by `Robert Pogorzelski`_ at his blog "Happy Stream of
  33. Thoughts":
  34. http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
  35. .. _`Robert Pogorzelski`: http://robertpogorzelski.com/
  36. Message Queues, Django and Celery Quick Start
  37. =============================================
  38. Celery tutorial by `Rich Leland`_, the installation section is Mac OS X
  39. specific:
  40. http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
  41. .. _`Rich Leland`: http://twitter.com/richleland
  42. Background task processing and deferred execution in Django
  43. ===========================================================
  44. `Alon Swartz`_ writes about celery and RabbitMQ on his blog:
  45. http://www.turnkeylinux.org/blog/django-celery-rabbitmq
  46. .. _`Alon Swartz`: http://twitter.com/alonswartz
  47. Build a processing queue [...] in less than a day using RabbitMQ and Celery
  48. ===========================================================================
  49. Tutorial in 2 parts written by `Tim Bull`_:
  50. http://timbull.com/build-a-processing-queue-with-multi-threading
  51. .. _`Tim Bull`: http://twitter.com/timbull
  52. How to get celeryd to work on FreeBSD
  53. =====================================
  54. Installing multiprocessing on FreeBSD isn't that easy, but thanks to `Viktor Petersson`_
  55. we now have a step-to-step guide:
  56. http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
  57. .. _`Viktor Petersson`: http://twitter.com/vpetersson
  58. Web-based 3D animation software
  59. ===============================
  60. Indy Chang Liu at `ThinkingCactus`_ uses Celery to render animations
  61. asynchronously (PDF):
  62. http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
  63. .. _`ThinkingCactus`: http://thinkingcactus.com/
  64. RabbitMQ with Python and Ruby
  65. =============================
  66. http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009