- ARCHIVE / TAG ARCHIVE
- Understanding Google’s BigTable
BigTable is google’s proprietary data storage system – and that’s what you’ve got to learn if you want to work with the Google Application Engine (a web application environment by which you can make use of Google’s powerful IT infrastructure free of charge). The talk below (from Google-IO 2008) helped me a lot in understanding […]
- GAE SQL Designer
GAE SQL designer is a simple app that allows you to Draw E-R designs, Edit tables and rows, Manage keys, Create relations (FK constraints), Save & Load designs and Import DB schemas. Finally – it’s online and it’s free! Check it out at http://gaesql.appspot.com/ (docs).