http://yourdomain.com/putindb?yourentity1=avalue
<http://yourdomain.com/putindb?yourentity1=avalue&yourentity2=bvalue&yourent
ity3=cvalue> &yourentity2=bvalue&yourentity3=cvalue

 

Use oauth to prevent unauthorized writes

 

http://yourdomain.com/getfromdb?yourentity1=thingtolookup

 

to do queries.

 

You'll have to write code to do this.

 

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of kyle valade
Sent: Tuesday, May 10, 2011 11:57 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Remote Data Fetching

 

I'm not sure if Google App Engine is the right framework for this. I am
working on a reservation management system and was originally thinking of
the design in terms of PHP and MySQL and just inserting data into a database
and retrieving it whenever necessary. Now I'm trying to rethink that program
in terms of Python and Django and the GAE.

The problem lies in a page that lies on an outside website that generates
most of the data that will be used in the database. I assume that there is
no way for a remote page to access the datastore for an application, but is
there a way for that remote page to post information via HTTP (or some other
method) to my google app?

I realize that the URL Fetch documentation is probably telling me exactly
what I'm looking for, but I'm fairly new to programming, so a lot of it is
over my head. In particular, I'm not sure which URL I would post to in order
to reach my app.

Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to