I’m trying to design a feature in my webpage that sends data somehow to a central repository to be accessed later. It would be great if I could post to a Google spreadsheet since my collaborators would be more familiar with that then a MySQL database.
I’ve never done this, but I imagine it will take the form of a $.post call to a PHP page.
Is this possible, or even a good idea?
Is it a good idea or not ?
There is a fierce battle between the big players (amazon, google, salesforce,…) about cloud computing. The components (Like Google spreadsheet) get more and more robust every year.
You could use a Google spreadsheet as a “database” for your application.
If It is for a simple project, It Will certainly work. Google forms for instance uses Google spreadsheet as a backend.
If It is for a critical & more complicated project, only do It if you really Know what you are doing. It Will simplify some things (Like remote access with an excel Like interface) but make some other things harder (Like data backups, replication,…)
The loss of 150.000 gmail accounts 2 weeks ago show that these new models bring new solutions but do not remove all the difficulties)