|
|
|
|
|
by getup8
2220 days ago
|
|
Thanks! I want to do a redesign actually but too many other things on the plate.. Right now related are just manual actually. I planned on creating some type of graph and computing some type of distance but not yet. Let me know if you have ideas :) It's written in Python (Django) with Postgres and just vanilla JS on the frontend. Looks like yours too? |
|
I used Drink & Tell (and its sequel Drunk & Told) for the primary source of recipes, which I can't recommend more.
The "related recipes" thing is interesting. If I stick to doing it with a sql query, then I think an algorithm to pick out the base spirit, then filter on that and on whether it's shaken/stirred/scaffa, then sort by common ingredient count? Then again, an Elastic Search stack can do related objects out of the box, but I wouldn't want it to get that complex :)