일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Cloud Spanner
- psql extension
- uuid-ossp
- 파이썬
- mistel키보드
- c++
- GraphQL
- 쿠버네티스
- SFINAE
- 정렬
- 엣지컴퓨팅
- 부동소수점
- adminbro
- 자료구조
- 스플릿키보드
- 어셈블리어
- 42서울
- enable_if
- schema first
- 프라이빗클라우드
- 동료학습
- 레이캐스팅
- 도커
- 이노베이션아카데미
- 텍스트북
- 어셈블리
- 스타트업
- raycasting
- 창업
- 42seoul
- Today
- Total
목록Born 2 Code (79)
written by yechoi
GCP Fundamentals: Core Infrastrucure 📍 강의 출처: Coursera GCP Fundamentals: Core Infrastructure Introduction to Big Data and Machine Learning Google Cloud Big Data Platform Cloud Dataproc managed Hadoop MapReduce, Spark, Pig, Hive service(빅데이터 프레임워크들) 🔗 각 프레임 워크의 차이를 알고 싶다면 여기로 MapReduce 모델 대용량 데이터 처리를 위한 '분산 프로그래밍' 모델로 구글이 2004년 발표한 소프트웨어 프레임 워크다. 맵과 리듀스 두가지 닩계로 이뤄진다. 맵은 데이터를 키와 밸류로 변환하고, 리듀스는 중복 ..
gunicorn을 사용하는 데는 두가지 방식이 있다. 하나는 포트를 이용해 서버를 띄우는 것이다. gunicorn --bind 0:8000 config.wsgi:application 와 같은 커맨드가 그러한 역할을 한다. 두번째는 소켓을 사용하는 것이다. unix 계열 시스템에선 포트로 서비스 하는 것보다 유니스 소켓을 사용하는 게 빠르고 효율적이라고 한다. gunicorn --bind unix:/tmp/gunicorn.sock config.wsgi:application와 같은 커맨드로 소켓을 사용할 수 있다. 나는 소켓을 사용하는 방식을 택했다. 자동적으로 gunicorn을 실행하기 위해선 앞선 명령어를 매번 쓰는 것보단, gunicorn을 서비스로 등록하는 게 좋다. gunicorn 서비스로 등록하기..
request 메세지 수신을 멈추는 조건은 다음과 같습니다. 1. 클라이언트가 Transfer-Encoding: Chunked 로 메세지를 보냈다면, chunk의 길이가 0일 때 메세지 수신을 완료 2. 클라이언트가 Content-Length 헤더를 보냈다면 해당 길이만큼 바디를 읽었을 때 완료 3. 메세지 바디가 없는 경우(\r\n이 연달아 두번 이어질 때) 🔗스택오버플로우
Google Cloud Product Fundamentals Google Cloud Product Fundamentals Google 클라우드에서 제공합니다. This course builds on the Business Transformation with Google Cloud course by taking you on a journey into the ... Enroll for free. www.coursera.org Module 3: Transforming business with Artificial Intelligence and Machine Learning 1: Introduction learn about what is ML and why is data integral for its succes..
Google Cloud Product Fundamentals Google Cloud Product Fundamentals Google 클라우드에서 제공합니다. This course builds on the Business Transformation with Google Cloud course by taking you on a journey into the ... Enroll for free. www.coursera.org Module 2: Building Applications with Google Cloud Platform (GCP) 1: Introduction learn about modernizing applications with GCP problems with traditional app dev..