external.rst 4.1 KB

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