community.rst 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. .. _community:
  2. =======================
  3. Community Resources
  4. =======================
  5. This is a list of external blog posts, tutorials and slides related
  6. to Celery. If you have a link that's missing from this list, please
  7. contact the mailing-list or submit a patch.
  8. .. contents::
  9. :local:
  10. .. _community-resources:
  11. Resources
  12. =========
  13. .. _res-using-celery:
  14. Who's using Celery
  15. ------------------
  16. http://wiki.github.com/celery/celery/using
  17. .. _res-wiki:
  18. Wiki
  19. ----
  20. http://wiki.github.com/celery/celery/
  21. .. _res-stackoverflow:
  22. Celery questions on Stack Overflow
  23. ----------------------------------
  24. http://stackoverflow.com/search?q=celery&tab=newest
  25. .. _res-mailing-list-archive:
  26. Mailing-list Archive: celery-users
  27. ----------------------------------
  28. http://blog.gmane.org/gmane.comp.python.amqp.celery.user
  29. .. _res-irc-logs:
  30. IRC Logs
  31. --------
  32. http://botland.oebfare.com/logger/celery/
  33. .. _community-news:
  34. News
  35. ====
  36. Celery: Mini Tutorial (Catalan)
  37. -------------------------------
  38. http://trespams.com/2010/11/28/celery-mini-tutorial/
  39. Building a Django App Server with Chef
  40. --------------------------------------
  41. http://ericholscher.com/blog/2010/nov/11/building-django-app-server-chef-part-4/
  42. Introducció a Celery (Catalan)
  43. ------------------------------
  44. http://trespams.com/2010/11/13/introduccio-celery/
  45. Django and Celery - Death to Cron
  46. ---------------------------------
  47. http://tensixtyone.com/django-and-celery-death-to-cron
  48. Celery Tips
  49. -----------
  50. http://ericholscher.com/blog/2010/nov/2/celery-tips/
  51. What's your favorite Django app?
  52. --------------------------------
  53. http://jacobian.org/writing/favorite-apps/
  54. Virtualenv Tips
  55. ---------------
  56. http://ericholscher.com/blog/2010/nov/1/virtualenv-tips/
  57. 10 Tools That Make Django Better
  58. --------------------------------
  59. http://iamseb.com/seb/2010/10/10-django-tools/
  60. Distributed Task Locking in Celery
  61. ----------------------------------
  62. http://www.loose-bits.com/2010_10_10_archive.html
  63. Celery — распределенные очереди задач на Python (Russian)
  64. ---------------------------------------------------------
  65. http://www.bitbybit.ru/article/216
  66. Подробнее о Celery (Russian)
  67. ----------------------------
  68. http://vorushin.ru/blog/34-celery-described/
  69. Celery, RabbitMQ and sending messages directly.
  70. -----------------------------------------------
  71. http://blog.timc3.com/2010/10/17/celery-rabbitmq-and-sending-messages-directly/
  72. Cron dentro do Django com Celery (Portugese)
  73. --------------------------------------------
  74. http://blog.avelino.us/2010/10/cron-dentro-do-django-com-celery.html
  75. RabbitMQとCeleryを使ってDjangoでジョブキューしてみる (Japanese)
  76. ---------------------------------------------------------------
  77. http://d.hatena.ne.jp/yuku_t/
  78. Kaninchen & Schlangen: RabbitMQ & Python (German)
  79. -------------------------------------------------
  80. http://www.scribd.com/doc/37562923/Kaninchen-Schlangen-RabbitMQ-Python
  81. Celery - Eine asynchrone Task Queue (nicht nur) für Django (German)
  82. -------------------------------------------------------------------
  83. http://www.scribd.com/doc/39203296/Celery-Eine-asynchrone-Task-Queue-nicht-nur-fur-Django
  84. Asynchronous Processing Using Celery (historio.us)
  85. --------------------------------------------------
  86. http://blog.historio.us/asynchronous-processing-using-celery
  87. "Massaging the Pony: Message Queues and You" (Djangocon 2010)
  88. -------------------------------------------------------------
  89. http://www.slideshare.net/shawnrider/massaging-the-pony-message-queues-and-you
  90. "Large problems, Mostly Solved" (Djangocon 2010)
  91. ------------------------------------------------
  92. http://www.slideshare.net/ericholscher/large-problems
  93. A Simple Celery with Django How-To
  94. ----------------------------------
  95. http://shawnmilo.blogspot.com/2010/07/simple-celery-with-django-how-to.html
  96. Django and asynchronous jobs
  97. ----------------------------
  98. http://www.davidfischer.name/2010/09/django-and-asynchronous-jobs/
  99. Celery: добавляем параллелизм в Django (Russian)
  100. ------------------------------------------------
  101. http://www.proft.com.ua/2010/09/4/celery-dobavlyaem-parallelizm-v-django/
  102. Celery presentation at PyCon India 2010
  103. ---------------------------------------
  104. http://in.pycon.org/2010/talks/50-python-celery
  105. http://in.pycon.org/2010/static/files/talks/50/mahendra-celery-pycon-2010.pdf
  106. celery, django and virtualenv playing nice.
  107. -------------------------------------------
  108. http://tumblr.whatupderek.com/post/1072002968/celery-django-and-virtualenv-playing-nice
  109. Django Task Queueing with Celery
  110. --------------------------------
  111. http://justinvoss.wordpress.com/2010/06/22/django-task-queueing-with-celery/
  112. django-celery presentation at DJUGL 2010.
  113. -----------------------------------------
  114. http://www.slideshare.net/matclayton/django-celery
  115. .. raw:: html
  116. <div style="width:425px" id="__ss_4848163"><strong style="display:block;
  117. margin:12px 0 4px">
  118. <a href="http://www.slideshare.net/matclayton/django-celery"
  119. title="Django Celery ">Django Celery </a></strong>
  120. <object id="__sse4848163" width="425" height="355">
  121. <param name="movie"
  122. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?
  123. doc=djangocelery1-100727052925-phpapp02&stripped_title=django-celery" />
  124. <param name="allowFullScreen" value="true"/>
  125. <param name="allowScriptAccess" value="always"/>
  126. <embed name="__sse4848163"
  127. src="http://static.slidesharecdn.com/swf/ssplayer2.swf?
  128. doc=djangocelery1-100727052925-phpapp02&stripped_title=django-celery"
  129. type="application/x-shockwave-flash" allowscriptaccess="always"
  130. allowfullscreen="true" width="425" height="355"></embed></object>
  131. <div style="padding:5px 0 12px">View more
  132. <a href="http://www.slideshare.net/">presentations</a> from
  133. <a href="http://www.slideshare.net/matclayton">Wakari Limited</a>.
  134. </div></div>
  135. Django/Celery Quickstart (or, how I learned to stop using cron and love celery)
  136. -------------------------------------------------------------------------------
  137. http://bitkickers.blogspot.com/2010/07/djangocelery-quickstart-or-how-i.html
  138. Using Python magic to improve the deferred API
  139. ----------------------------------------------
  140. http://blog.notdot.net/2010/06/Using-Python-magic-to-improve-the-deferred-API
  141. How Celery, Carrot, and your messaging stack work
  142. -------------------------------------------------
  143. http://jasonmbaker.com/how-celery-carrot-and-your-messaging-stack-wo
  144. Large Problems in Django, Mostly Solved: Delayed Execution
  145. ----------------------------------------------------------
  146. http://ericholscher.com/blog/2010/jun/23/large-problems-django-mostly-solved-delayed-execut/
  147. Introduction to Celery
  148. ----------------------
  149. Awesome slides from when `Idan Gazit`_ had a talk about Celery at `PyWeb-IL`_:
  150. http://www.slideshare.net/idangazit/an-introduction-to-celery
  151. .. _`Idan Gazit`: http://twitter.com/IdanGazit
  152. .. _`PyWeb-IL`: http://groups.google.com/group/pyweb-il
  153. .. raw:: html
  154. <div style="width:425px;text-align:left" id="__ss_2089054">
  155. <a style="font:14px Helvetica,Arial,Sans-serif;display:block;
  156. margin:12px 0 3px 0;text-decoration:underline;"
  157. href="http://www.slideshare.net/idangazit/an-introduction-to-celery"
  158. title="An Introduction to Celery">An Introduction to Celery</a>
  159. <object style="margin:0px" width="425" height="355"> <param name="movie"
  160. value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pyweb-celery-090929081406-phpapp01&stripped_title=an-introduction-to-celery" />
  161. <param name="allowFullScreen" value="true"/><param name="allowScriptAccess"
  162. 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">
  163. </embed></object><div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more
  164. <a style="text-decoration:underline;"
  165. href="http://www.slideshare.net/">documents</a>
  166. from <a style="text-decoration:underline;"
  167. href="http://www.slideshare.net/idangazit">Idan Gazit</a>.</div></div>
  168. RabbitMQ, Celery and Django
  169. ---------------------------
  170. Great Celery tutorial by `Robert Pogorzelski`_ at his blog "Happy Stream of
  171. Thoughts":
  172. http://robertpogorzelski.com/blog/2009/09/10/rabbitmq-celery-and-django/
  173. .. _`Robert Pogorzelski`: http://robertpogorzelski.com/
  174. Message Queues, Django and Celery Quick Start
  175. ---------------------------------------------
  176. Celery tutorial by `Rich Leland`_, the installation section is Mac OS X
  177. specific:
  178. http://mathematism.com/2010/feb/16/message-queues-django-and-celery-quick-start/
  179. .. _`Rich Leland`: http://twitter.com/richleland
  180. Background task processing and deferred execution in Django
  181. -----------------------------------------------------------
  182. `Alon Swartz`_ writes about celery and RabbitMQ on his blog:
  183. http://www.turnkeylinux.org/blog/django-celery-rabbitmq
  184. .. _`Alon Swartz`: http://twitter.com/alonswartz
  185. Build a processing queue [...] in less than a day using RabbitMQ and Celery
  186. ---------------------------------------------------------------------------
  187. Tutorial in 2 parts written by `Tim Bull`_:
  188. http://timbull.com/build-a-processing-queue-with-multi-threading
  189. .. _`Tim Bull`: http://twitter.com/timbull
  190. How to get celeryd to work on FreeBSD
  191. -------------------------------------
  192. Installing multiprocessing on FreeBSD isn't that easy, but thanks to `Viktor Petersson`_
  193. we now have a step-to-step guide:
  194. http://www.playingwithwire.com/2009/10/how-to-get-celeryd-to-work-on-freebsd/
  195. .. _`Viktor Petersson`: http://twitter.com/vpetersson
  196. Web-based 3D animation software
  197. -------------------------------
  198. Indy Chang Liu at `ThinkingCactus`_ uses Celery to render animations
  199. asynchronously (PDF):
  200. http://ojs.pythonpapers.org/index.php/tppm/article/viewFile/105/122
  201. .. _`ThinkingCactus`: http://thinkingcactus.com/
  202. Queued Storage Backend for Django
  203. ---------------------------------
  204. http://stepsandnumbers.com/archive/2010/01/04/queued-storage-backend-for-django/
  205. RabbitMQ with Python and Ruby
  206. -----------------------------
  207. http://www.slideshare.net/hungryblank/rabbitmq-with-python-and-ruby-rupy-2009