Re: [google-appengine] Exporting data from google cloud catastrophe to google sheets via api

2018-05-28 Thread Richard Bernstein
Katayoon, thanks for the response. I guess I am getting confused due to the many, many product offerings. I also see that Google also offers Bitnami Launchpad for Google Cloud Platform . I have a php app that runs with mysql on my xampp fine. Why would I just not use

Re: [google-appengine] Exporting data from google cloud catastrophe to google sheets via api

2018-05-28 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I should add that Cloud SQL and Cloud Datastore are different products and Datastore Emulator is only applicable on Cloud datastore. Here you may find different storage and

Re: [google-appengine] Exporting data from google cloud catastrophe to google sheets via api

2018-05-25 Thread Richard Bernstein
Ani, thx. That was very helpful. The app as it is right now can export data to a csv file. So a user could download their data. At some point in the future I want to write some macros for sheets that will enable a specific type of statistical treatment on the data. For right now I am trying to

Re: [google-appengine] Exporting data from google cloud catastrophe to google sheets via api

2018-05-25 Thread Ani Hatzis
If I understand correctly, you want to export certain parts of your data from Cloud SQL (MySQL 2nd generation) to Google Sheets, and users should be able to manipulate the exported data in the sheets. I assume by "manipulating" you refer to pivot tables, diagrams and so on. Do you want to stream