[Week 18- Day 4] 회고
# Poetry로 가상환경 설정
초반에 package 검색하고 설정하는 작업을 하는데, 그 검색결과는 PyPI 기반으로 한다.
jdk4py
Packaged JDK for Python
pypi.org
# 오피스 아워- Project 구성 프로세스
논문을 읽어왔는지 퀴즈를 내서 확인하는 웹페이지 구현하려고 한다.
- ORM = object와 RDB의 data를 자동으로 mapping하는 것
- message queue = 서로 다른 사람들에게 메시지를 보냄으로서 의사소통할 때, destination program이 바쁘거나 연결되지 않았을 때 임시적인 메시지 저장소를 제공하는 구조. 비동기 의사소통 프로토콜을 제공하는, application 들 간의 보낸 메시지들의 queue.
- message brocker = application 들 간의 통신에서 메시지 프로토콜을 변환하는 중간 단계의 컴퓨터 프로그램 모듈. 메시지 유효성 검사 및 라우팅을 위해 사용하며, message queue를 관리할 수 있다.
- Apache Kafka
- Microsoft Azure Service Bus
- AWS Amazon MQ
- AWS Kinesis
- etc.
What is message queuing? - CloudAMQP
This blog article explains what message queuing is, how it can be used and benefits achieved when using message queues.
www.cloudamqp.com
Message broker - Wikipedia
Sequence diagram for depicting the Message Broker pattern A message broker (also known as an integration broker or interface engine[1]) is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to
en.wikipedia.org
## 피드백
내가 조급함을 가지고 있다는 것을 인지하니, 감정적으로 안정이 되었다.
오피스 아워에서 논문 퀴즈를 내는데, 실시간으로 문제 내고 정답 선택하는 게 되게 재미있고 몰입감 있었다.
강의에서 과제로 Components에 대해 찾아보라는 것에 대해 이해할 수 있었다. 다시 수강하면서 컴포넌트에 대해 생각해봐야겠다.