Frustrated with the dual choices of Google and Bing, I decided to build a narrowly focused search engine to see if it can deliver better results. My first experiment covers the Django ecosystem.
I figure by curating my own index I can, over time, get most of the results I typically need when in a developer workflow.
Feedback, critique, and heaping praise always welcome :-)
2 comments
[ 3.3 ms ] story [ 12.4 ms ] threadI figure by curating my own index I can, over time, get most of the results I typically need when in a developer workflow.
Feedback, critique, and heaping praise always welcome :-)
What sort of infrastructure is it running on? I imagine django of course. Postgres too? Or are you using something like ELasticsearch or Solr?