Blog Search is a search engine focused on indexing personal blog content. It is written in Python and used PostgreSQL as the db and for full text search. The list of blogs to index is compiled from this list of HN blogs and from ooh's tech directory. I started it mainly to get better at SQL.
Future plans are to grealy expand the index and implment a scraper with AWS SQS and Lambda (in progress).