Meta-search engine: dispatch the user query to several search engines at the same time, collect and merge the results into one list for the user.
【串串 API】搞一個整合式搜尋引擎 — — 使用 FastAPI、React 、Docker 和 RapidAPI 實作 Meta-Search Engine
Homework: Develop a meta-search engine that responds to user queries with combined search results from a few search engines.
-
Using input component to get query
-
three search engines: Google, Web Search, DuckDuckGo
- API Framework: FastAPI
- Search Engine: Google CSE, WebSearch(RAPID), DuckDuckGo
- Frontend: React
- Clone the repo
- cd to the repo
cd meta-search
- run
docker-compose up