# 2백만개 음식 레시피 검색 엔진

> Clean Markdown view of GeekNews topic #3370. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3370](https://news.hada.io/topic?id=3370)
- GeekNews Markdown: [https://news.hada.io/topic/3370.md](https://news.hada.io/topic/3370.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-11T11:13:09+09:00
- Updated: 2020-12-11T11:13:09+09:00
- Original source: [recipe-search.typesense.org](https://recipe-search.typesense.org/)
- Points: 16
- Comments: 3

## Topic Body

- 오픈소스 검색엔진인 Typesense 를 이용해서 만든 데모

ㅤ→ 한글자 입력할 때마다 실시간으로 결과를 보여줌

- 데이터분석용으로 공개된 2백만개 레시피 데이터셋을 S3에 올리고, 3 노드 Typesense 백엔드로 실행

- Algoria의 InstantSearch.js 를 TypeSense에 연결해서 사용해 깔끔한 검색화면을 보여줌

소스코드 : https://github.com/typesense/showcase-recipe-search

2백만개 레시피 데이터셋 : https://github.com/Glorf/recipenlg

## Comments



### Comment 3843

- Author: blurblah
- Created: 2020-12-11T12:47:23+09:00
- Points: 1

생각보다 굉장히 빠르네요. typesense 라는 것 때문인가보군요

### Comment 3836

- Author: xguru
- Created: 2020-12-11T11:16:17+09:00
- Points: 1

typesense - 오픈소스 검색 엔진 https://news.hada.io/topic?id=3369

### Comment 3835

- Author: xguru
- Created: 2020-12-11T11:13:17+09:00
- Points: 5

공개된 데이터셋에 한국어들이 몇개 있어서 테스트 해보니 재미난 결과가 나오네요

- "김" : 김치찌개, 김밥, 두부김치

- "찌" : 순두부찌개, 육개장, 잔치국수, 갈비탕

- "찌개" : 육개장 (정작 김치찌개/순두부찌개 는 안나옵니다)
