Ask HN: Examples of Apps with Lots of Data
Can any provide examples of web-based applications that return an outrageous amount of data to the user?
I'm basically looking for UI/design inspiration for a database querying tool - results will more than likely be returned in a table-based format (similar to Excel).
4 comments
[ 4.3 ms ] story [ 10.4 ms ] threadThe basic admin interfaces from Rails or Django are probably simpler than what you are looking for, but you might get some ideas. You've probably used it before, but exploring phpMyAdmin might be helpful to get ideas for features and improvements.
The size of your data would depend on the "width" N of your variable string suffix. In this case N=4 or a dataset of 26^4 when using only lowercase alphabetical letters a-z.
Predictable data makes debugging trivial. I'm not sure how that helps you with UI. It goes without saying not to return large datasets via ajax ;-)