Looking for a suggestion: I'm working on a web app that displays some information scraped from the underlying system on a periodic basis. All that's important is the most recent data, so storing it in SQL tables (and doing all the work keep them up to date) is a lot of work. However, I also need something that I can query/filter with to retrieve subsets of the data. What's the right tool for the job?