Skip to content

rakane/MySearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySearchEngine

A simple search engine built as an introduction to how search engine's work

Built using C++ for the engine and Node.js for the crawler

Prerequisites

  1. Cmake
  2. Node.js

How to use:

  1. Run the crawler: 'cd Crawler; node crawler.js'
  2. Build the search engine: 'cd SearchEngine/build; cmake ../CMakeLists.txt; make'
  3. Run the search engine: './MySearchEngine'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published