juniorrantila / search.local

Search engine running locally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search.local

search.local is a search engine running locally.

sample

Setup

To get this up and running you will need to:

  • install the dependencies (FIXME: which ones)
  • run ./setup.sh
  • run ./parse-blog-feeds.py
  • run ./index-blogs.py

After the blogs have been indexed, you can proceed to running.

Run it

./search.py # This takes a hot minute. When it's done, you can navigate to localhost:8080

Goals

  1. Give good results
  2. Be able to run on slow hardware
  3. Fun!

About

Search engine running locally

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 97.7%Language:Shell 2.3%