I was re-reading “I am feeling lucky” and this inspired me, so I have decided to create a search engine. This is a very ambitious project; however, it will teach me a lot about building a micro service with Kubernetes all from scratch.
My plan is to refactor the spider
to use a relational database. I am learning towards each spider having its own SQLite db.
Then create a service which can go to the spiders and get their current crawl and add them to a central DB. This will create a single graph of all the visited notes.