Recent Posts

Kafka 개요

less than 1 minute read

데브원영님의 카프카 강의를 바탕으로 공부한 내용을 정리하였습니다!

Elasticsearch 재인덱싱

less than 1 minute read

Elasticsearch 기본 내용 정리 새 인덱스 생성 PUT books_2 { "mappings": { "properties": { "title": { "type": "text" }, ...