š ElasticSearch + Node.js ā From Zero to Basics
1ļøā£ WHY do we need a Search Engine?
ā Problem
Assume you have articles stored in a database:
1 million articles
User wants to search:
"event streaming"
"kafak" (typo)
"distributed backend"
ā Database search problem
SELECT * FROM article WHERE c...