|
|
|
|
|
by jedschmidt
4098 days ago
|
|
I really like the idea of using Google Spreadsheets as a quick and familiar GUI for entry or querying on data sets, as long as you understand the tradeoffs (write latency isn't great and they max out at 400,000 cells). But this is especially nice when you build a layer on top of Google reduces lock-in, instead of adding another proprietary API. This is what I did with sheet-down[1], which turns a Google Spreadsheet into a LevelDB-compatible data store that can be swapped out with a file system or other compatible backend[2] once you outgrow Google. [1] https://github.com/jed/sheet-down [2] https://github.com/rvagg/node-levelup/wiki/Modules#storage |
|
Really curious, because I'd love to use something like this in our app.