This is a situation which is completely different. I got a requirement
to store more than 15k of entities in a datastore.
I could not succeed with bulkload utility. I did a small trick for
this. I have uploaded all the data to an RDBMS and
I have  written wsgi handlers to access the db and fetch the values. I
have configured the mod_wsgi to the apache .
>From the GAE application, I am calling the wsgi handlers through the
urlfetch API. Currently GAE is used as a templating language and a
platform for my application. Is this the correct solution in temporary
basis till the datastore bulkload is possible? Could you please
clarify me.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to