Is it possible to develop a powerful web search engine using Erlang, Mnesia & Yaws?

前端 未结 4 1118
感情败类
感情败类 2021-02-02 04:07

I am thinking of developing a web search engine using Erlang, Mnesia & Yaws. Is it possible to make a powerful and the fastest web search engine using these software? What w

4条回答
  •  [愿得一人]
    2021-02-02 04:40

    As far as I know Powerset's natural language procesing search engine is developed using erlang.

    Did you look at couchdb (which is written in erlang as well) as a possible tool to help you to solve few problems on your way?

提交回复
热议问题