I currently have lots of semi-static structured data in a bunch of excel sheets which I'm using on a website. The data changes very rarely, so I essentially load the data (mostly things like copy-text, translations, etc.) directly from excel using Apache POI into memory when I need it. It works great.I currently have lots of semi-static structured