Django ORM
https://www.slideshare.net/perhapsspy/django-42665652
https://docs.djangoproject.com/en/2.2/topics/db/examples/
비동기 IO
- 필요한 이유, Worker 의 개념
http://egloos.zum.com/killins/v/3093026
메시지 큐 오픈소스: https://www.rabbitmq.com/tutorials/tutorial-one-python.html
- Demo
https://spoqa.github.io/2012/05/29/distribute-task-with-celery.html
https://www.slideshare.net/JueunSeo1/django-64975491
- Usage
https://www.linode.com/docs/development/python/task-queue-celery-rabbitmq/
Docker 배포
https://github.com/chrisk314/django-celery-docker-example
'Note' 카테고리의 다른 글
동적 라이브러리 경로 변경 (0) | 2019.07.24 |
---|---|
[Linux Debugger] strace (0) | 2019.07.03 |
오픈소스 가이드 (0) | 2019.06.30 |
Eclipse + Android SDK (0) | 2019.04.06 |
의존성 관리와 빌드 자동화 툴 (Dependency management and a build automation tool) (2) | 2019.03.30 |