Django ORM

https://www.slideshare.net/perhapsspy/django-42665652

 

Django, 저는 이렇게 씁니다.

Django로 알파카코믹스 프로젝트를 진행하면서 겪은 몇가지 문제 해결에 대한 간략한 소개입니다. 파이썬 코리아 세미나에서 발표한 자료입니다.

www.slideshare.net

https://docs.djangoproject.com/en/2.2/topics/db/examples/

 

Examples of model relationship API usage | Django documentation | Django

Django The web framework for perfectionists with deadlines.

docs.djangoproject.com

 

비동기 IO

- 필요한 이유, Worker 의 개념

http://egloos.zum.com/killins/v/3093026

 

Celery, Distributed task queue 혹은 worker

웹서비스에서 뒷단의 작업을 처리하는 별도의 프레임웍을 사용하는 케이스가 많은데 보통 이런 기능을 하는 프레임웍을 worker라고 많이들 부른다. 그중 파이썬으로 작성된 celery 및 worker의 간단한 개념을 정리해본다.사실 celery를 무엇이라고 불러야할지 명확하게 잘 모르겠다. Celery 공식 홈페이지에는 Distributed task queue

egloos.zum.com

 

메시지 큐 오픈소스https://www.rabbitmq.com/tutorials/tutorial-one-python.html

 

RabbitMQ tutorial - "Hello world!" — RabbitMQ

Introduction Prerequisites This tutorial assumes RabbitMQ is installed and running on localhost on standard port (5672). In case you use a different host, port or credentials, connections settings would require adjusting. Where to get help If you're having

www.rabbitmq.com

 

- Demo

https://spoqa.github.io/2012/05/29/distribute-task-with-celery.html

 

Celery를 이용한 긴 작업 처리

처리 시간이 오래 걸리는 작업을 Celery를 통해 개선하는 방법을 알아봅니다.

spoqa.github.io

https://www.slideshare.net/JueunSeo1/django-64975491

 

Django에서의 대용량 트래픽 처리 - 병목을 찾아라

서주은 - zuneseo@buzzvil.com Django에서의 대용량 트래픽 처리 - 병목을 찾아라

www.slideshare.net

 

- Usage

https://www.linode.com/docs/development/python/task-queue-celery-rabbitmq/

 

How to Set Up a Task Queue with Celery and RabbitMQ

How to Set Up a Task Queue with Celery and RabbitMQ

www.linode.com

 

Docker 배포

https://github.com/chrisk314/django-celery-docker-example

 

chrisk314/django-celery-docker-example

Example Docker setup for a Django app behind an Nginx proxy with Celery workers - chrisk314/django-celery-docker-example

github.com

 

 

 

+ Recent posts