google app engine - What tool can I use to easily manage data within a cloud database (Azure/SimpleDB/etc)? -
i need cloud database back-end mobile app, of them need, need management interface (ideally web-based, windows client) makes easy to:
- add/edit data in database (including cross-table forms)
- report on database, ideally dashboards/charts
so i'm wondering if aware of web-based can hooked 1 of main cloud-database providers, allows me design forms , reports manage data in database. goal avoid writing forms , reports myself can focus efforts on client mobile app.
right "best" solution appears microsoft access (probably hooked microsoft sql azure), , cannot believe i'd have sink low. save me depravity? please? :)
the app engine datastore has built in datastore viewers (and editors). on dev_appserver, accessible @ /_ah/admin/datastore
, , in production it's accessible through app's admin console. neither 1 lets build forms , reports, though - reports out of scope nosql databases.
if you're prepared coding, might want consider django, makes constructing admin interfaces extremely straightforward.
Comments
Post a Comment