简体   繁体   中英

Simplest way to store and return data on google app engine

I have created an app to enable users to manually log data for their use of phytosanitary products in their fields. I would like to store all of this data one the app engine.

I thought of storing it as entities on the google app datastore but then is there a way to gather all that data afterwards and make it downloadable as an XML file for example?

The only data that will be stored each time will be the following: 在此处输入图片说明

I am using Vaadin to handle the whole application

AFAIK, you will need to write code to read data you want from Datastore and convert it to the form you need - XML or something else. Then you can trigger above functionality at a specific URL (click of a button) or as a scheduled job that emails you the XML or stores it in a Cloud storage bucket.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM