Skip to content

peterhanily/nodejs-metasearch

Repository files navigation

MetaSearch

Fully Functioning Node.js Metasearch Engine

Features

  1. Uses 3 popular search engines (Google, Bing, Blekko)
  2. 2 Types of Result aggregation using the Combination Mulitply Non-Zero and Reciprocal Rank Fusion Algorithims
  3. Clustering with 3 different cluster sizes using the K-Means Machine Learning Algorithm
  4. Related Search suggestions using differnt techniques
  5. Built using Node.js and the express.js framwork

Live Demo

http://metasearch.mybluemix.net/ This was a live demo that I had hosted on bluemix, however Blekko shutdown after being acquired by IBM and Bing closed off their API via the old Azure web store (there may be more methods to get the Bing API back working). Without those 2 it's just essentially my algorithims applied on Google search results.

Licence

Copyright (C) 2013  Peter Hanily

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published