community.rst 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. =======================
  2. Community 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. Resources
  10. =========
  11. Who's using Celery
  12. ------------------
  13. http://wiki.github.com/ask/celery/using
  14. Wiki
  15. ----
  16. http://wiki.github.com/ask/celery/
  17. Celery questions on Stack Overflow
  18. ----------------------------------
  19. http://stackoverflow.com/search?q=celery&tab=newest
  20. Mailing-list Archive: celery-users
  21. ----------------------------------
  22. http://blog.gmane.org/gmane.comp.python.amqp.celery.user
  23. IRC Logs
  24. --------
  25. http://botland.oebfare.com/logger/celery/
  26. News
  27. ====
  28. Django and asynchronous jobs
  29. ----------------------------
  30. http://www.davidfischer.name/2010/09/django-and-asynchronous-jobs/
  31. Celery presentation at PyCon India 2010
  32. ---------------------------------------
  33. http://in.pycon.org/2010/talks/50-python-celery
  34. http://in.pycon.org/2010/static/files/talks/50/mahendra-celery-pycon-2010.pdf
  35. celery, django and virtualenv playing nice.
  36. -------------------------------------------
  37. http://tumblr.whatupderek.com/post/1072002968/celery-django-and-virtualenv-playing-nice
  38. Django Task Queueing with Celery
  39. --------------------------------
  40. http://justinvoss.wordpress.com/2010/06/22/django-task-queueing-with-celery/
  41. django-celery presentation at DJUGL 2010.
  42. -----------------------------------------
  43. http://www.slideshare.net/matclayton/django-celery
  44. .. raw:: html
  45. <div style="width:425px" id="__ss_4848163"><strong style="display:block;
  46. margin:12px 0 4px">
  47. <a href="http://www.slideshare.net/matclayton/django-celery"
  48. title="Django Celery ">Django Celery </a></strong>
  49. <object id="__sse4848163" width="425" height="355">
  50. <param name="movie"
  51. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?
  52. doc=djangocelery1-100727052925-phpapp02&stripped_title=django-celery" />
  53. <param name="allowFullScreen" value="true"/>
  54. <param name="allowScriptAccess" value="always"/>
  55. <embed name="__sse4848163"
  56. src="http://static.slidesharecdn.com/swf/ssplayer2.swf?
  57. doc=djangocelery1-100727052925-phpapp02&stripped_title=django-celery"
  58. type="application/x-shockwave-flash" allowscriptaccess="always"
  59. allowfullscreen="true" width="425" height="355"></embed></object>
  60. <div style="padding:5px 0 12px">View more
  61. <a href="http://www.slideshare.net/">presentations</a> from
  62. <a href="http://www.slideshare.net/matclayton">Wakari Limited</a>.
  63. </div></div>
  64. Django/Celery Quickstart (or, how I learned to stop using cron and love celery)
  65. -------------------------------------------------------------------------------
  66. http://bitkickers.blogspot.com/2010/07/djangocelery-quickstart-or-how-i.html
  67. Using Python magic to improve the deferred API
  68. ----------------------------------------------
  69. http://blog.notdot.net/2010/06/Using-Python-magic-to-improve-the-deferred-API
  70. How Celery, Carrot, and your messaging stack work
  71. -------------------------------------------------
  72. http://jasonmbaker.com/how-celery-carrot-and-your-messaging-stack-wo
  73. Large Problems in Django, Mostly Solved: Delayed Execution
  74. ----------------------------------------------------------
  75. http://ericholscher.com/blog/2010/jun/23/large-problems-django-mostly-solved-delayed-execut/
  76. Introduction to Celery
  77. ----------------------
  78. Awesome slides from when `Idan Gazit`_ had a talk about Celery at `PyWeb-IL`_:
  79. http://www.slideshare.net/idangazit/an-introduction-to-celery
  80. .. _`Idan Gazit`: http://twitter.com/IdanGazit
  81. .. _`PyWeb-IL`: http://groups.google.com/group/pyweb-il
  82. .. raw:: html
  83. <div style="width:425px;text-align:left" id="__ss_2089054">
  84. <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
  85. margin:12px 0 3px 0;text-decoration:underline;"
  86. href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
  87. title="An Introduction to Celery">An Introduction to Celery</a>
  88. <object style="margin:0px" width="425" height="355"> <param name="movie"
  89. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
  90. <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
  91. 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">
  92. </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
  93. <a style="text-decoration:underline;"
  94. href="http://www.slideshare.net/">documents</a>
  95. from <a style="text-decoration:underline;"
  96. href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
  97. RabbitMQ, Celery and Django
  98. ---------------------------
  99. Great Celery tutorial by `Robert Pogorzelski`_ at his blog "Happy Stream of
  100. Thoughts":
  101. http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
  102. .. _`Robert Pogorzelski`: http://robertpogorzelski.com/
  103. Message Queues, Django and Celery Quick Start
  104. ---------------------------------------------
  105. Celery tutorial by `Rich Leland`_, the installation section is Mac OS X
  106. specific:
  107. http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
  108. .. _`Rich Leland`: http://twitter.com/richleland
  109. Background task processing and deferred execution in Django
  110. -----------------------------------------------------------
  111. `Alon Swartz`_ writes about celery and RabbitMQ on his blog:
  112. http://www.turnkeylinux.org/blog/django-celery-rabbitmq
  113. .. _`Alon Swartz`: http://twitter.com/alonswartz
  114. Build a processing queue [...] in less than a day using RabbitMQ and Celery
  115. ---------------------------------------------------------------------------
  116. Tutorial in 2 parts written by `Tim Bull`_:
  117. http://timbull.com/build-a-processing-queue-with-multi-threading
  118. .. _`Tim Bull`: http://twitter.com/timbull
  119. How to get celeryd to work on FreeBSD
  120. -------------------------------------
  121. Installing multiprocessing on FreeBSD isn't that easy, but thanks to `Viktor Petersson`_
  122. we now have a step-to-step guide:
  123. http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
  124. .. _`Viktor Petersson`: http://twitter.com/vpetersson
  125. Web-based 3D animation software
  126. -------------------------------
  127. Indy Chang Liu at `ThinkingCactus`_ uses Celery to render animations
  128. asynchronously (PDF):
  129. http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
  130. .. _`ThinkingCactus`: http://thinkingcactus.com/
  131. Queued Storage Backend for Django
  132. ---------------------------------
  133. http://stepsandnumbers.com/archive/2010/01/04/queued-storage-backend-for-django/
  134. RabbitMQ with Python and Ruby
  135. -----------------------------
  136. http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009