Term-centric search using Elasticsearch and Django
Recently I've been working on a side project that has a search component at it's core. I'm pulling a set of data from an external source, loading it into my database and pushing the da…
I occasionally write about software development, projects I'm working on, or what I'm reflectin on.
Recently I've been working on a side project that has a search component at it's core. I'm pulling a set of data from an external source, loading it into my database and pushing the da…
I've been working with elasticsearch a lot lately and have been really enjoying it. It has an awesome api and so many great built in tools. They make building complex search logic really enjoy…
The current project I'm working on has a heavy dependency on Elasticsearch and I thought it would be good to walk through my setup using Docker.…