[google-appengine] Storing data from Excel files to db

2010-12-14 Thread Andrey
Hi all! I have MS Excel file with data and I want to store data from this file to db. Is there any easy way to do this? Andrey -- 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-appeng...@googlegro

Re: [google-appengine] Storing data from Excel files to db

2010-12-14 Thread Wim den Ouden
have you seen this http://www.python-excel.org/ On Tue, Dec 14, 2010 at 10:30 AM, Andrey wrote: > Hi all! > > I have MS Excel file with data and I want to store data from this file > to db. Is there any easy way to do this? > > Andrey > > -- > You received this message because you are subscribed

Re: [google-appengine] Enhancement/Concept for Foreign Property Synchronization within Models

2010-12-14 Thread djidjadji
What happens when a multiple put is performed? The Sync must be done before constructing the protocol buffer. Are the Author entities fetched in parallel or serial? And how to deal with it if the multiple put contains different types of objects where all or some have Sync properties? Nick Johnson

[google-appengine] Re: Storing data from Excel files to db

2010-12-14 Thread Tim Hoffman
Hi There are many ways. I assume models will represent rows in your spreadsheet. 1. You could export it to csv, and use the bulkloader tools to build a custom importer. 2. If its a once off you could read the spreadsheet in a remote shell, and write entities to the datastore 3. If its a big sp

[google-appengine] google apps wildcard subdomains at godaddy

2010-12-14 Thread Roberto Saccon
google apps lets me define wildcard subdomains e.g.: http://*.mydomain.com but when saving the wildcard entry, a message from Google shows up that I also need do adjust at godaddy the CNAME '*' to ghs.google.com So I try to do that at the godaddy DNS panel, but here is the end of the game, god

Re: [google-appengine] google apps wildcard subdomains at godaddy

2010-12-14 Thread Edel SM
On Tue, Dec 14, 2010 at 7:15 PM, Roberto Saccon wrote: > google apps lets me define wildcard subdomains > e.g.: http://*.mydomain.com > but when saving the wildcard entry, a message from Google shows up that I > also need do adjust at godaddy the CNAME '*' to ghs.google.com > So I try to do that a

Re: [google-appengine] google apps wildcard subdomains at godaddy

2010-12-14 Thread Chris Copeland
Yep, GoDaddy does not support this. There are a couple of other options mentioned in this Stack Overflow question: http://stackoverflow.com/questions/4135831/wildcard-subdomain-on-google-app-engine-alternatives-to-godaddy-domains/4140169 On Tue, Dec 14, 2010 at 6:31 AM, Edel SM wrote: > On Tue,

[google-appengine] Delete or unschedule a task?

2010-12-14 Thread Mark
Hi, Is there a way to delete or unschedule a task? I've got a multiplayer game. Whenever a player starts their turn, I schedule a task for now + n minutes, where n is the total time they have to perform their move. When the task executes, I check if they have performed the move, if not, I cancel t

Re: [google-appengine] Delete or unschedule a task?

2010-12-14 Thread ping2ravi
I am not expert of task queues, but looking at ur requirment may be u can leave the future task at player's browser. Run a javascript timer at the browser and whenver it timeout inform the server(ajax) and tell the player too. Timer can be set for player's turn and while he is waiting for other

[google-appengine] Re: Delete or unschedule a task?

2010-12-14 Thread Mark
Hi, yeah maybe that's the best way to go - then I can run a scheduled task every two hours or so per game as a back up just in case, Thanks! On Dec 14, 9:42 am, ping2r...@gmail.com wrote: > I am not expert of task queues, but looking at ur requirment may be u can > leave the future task at playe

Re: [google-appengine] Re: Delete or unschedule a task?

2010-12-14 Thread ping2ravi
I would run a task may be every 10(atleast the double the time one player gets for his turn) minutes and that task will be able to work on as many games as possible. And ofcourse this number(10 min) will depend on how soon u want to inform users with the results. But cleaning as many game as u c

[google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Gaurav Vaish
Hi, If you map abcd.xyz.com to ghs.google.com, automatically, *.abcd.xyz.com will be served by ghs.google.com I think all you need to do is map "@" to ghs.google.com (which by default is mapped to "www"). -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Dec 14, 7:24 pm, Chris Cop

[google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Roberto Saccon
Gaurav, I that does not work: ERROR - A record of a different type exists for the hostname @, could not create CNAME -- Roberto -- 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-appeng...@

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Massimiliano
You can try with * It's working for me, but with another provider. 2010/12/14 Roberto Saccon > Gaurav, I that does not work: > > ERROR - A record of a different type exists for the hostname @, could > not create CNAME > > -- > Roberto > > > > -- > You received this message because you are s

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Roberto Saccon
Well, it looks like I have to switch to another DNS provider -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-

Re: [google-appengine] App engine admin login dumps me back in the login page (https://appengine.google.com/)

2010-12-14 Thread Robert Kluin
Maybe you used an apps account before. If you have one have you tried: appspot.com/a/yourdomain.com On Sun, Dec 12, 2010 at 15:14, Norlesh wrote: > When attempting to access my appengine control page (using > https://appengine.google.com) I submit the account password only to be > re

[google-appengine] [Channel API] How do I know the token expired or not in server side?

2010-12-14 Thread Rain Chen
I want to implement a broadcast mechanism by Channel APIs. In server side, I use a model ClientID to store all connected client IDs, and send message by each client ID. For better performance, I need to know which client ID is "available" (the client is still connected or the token is still availab

Re: [google-appengine] AlwaysOn and WarmUpRequests working poorly?

2010-12-14 Thread Jon McAlister
I think the problem is that we're not doing a good enough job on our Instances console. You do have three always-on instances, that were initialized with a /_ah/warmup request, but we don't give you an indication of how old they are. I do see /_ah/warmup requests in your logs on 12/14 and 12/12. So

Re: [google-appengine] AlwaysOn and WarmUpRequests working poorly?

2010-12-14 Thread Sérgio Lopes
Hi Jon, thanks again for helping me with this issue My concern is that there are too many instances being created all time, and only a few are created using WarmUpRequests to /_ah/warmup. My idea of AlwaysOn and WarmUpRequests was that, for a small app, most WarmUpRequets would be to /_ah/warmup a

[google-appengine] automate user input in bulkloader's appcfg.py?

2010-12-14 Thread GK
Hi, I want to write a python script which will automate the bulkloading process by writing a csv file, then running appcfg.py by using a command like os.system("appcfg.py ... ") The problem is I am having trouble automating user input when appcfg.py asks for authentication. I tried writing a text

[google-appengine] Re: Availability of GAE app for Google Apps users

2010-12-14 Thread Glenn Blackler
Thanks for the additional help! The Federated Login feature won't help me much at this point. The data we manage is relatively sensitive and we have to use SSL and it looks like they don't support it yet. But, again, I appreciate your ideas! -- You received this message because you are subscribed

Re: [google-appengine] AlwaysOn and WarmUpRequests working poorly?

2010-12-14 Thread Eli Jones
I'm also having a hard time understanding how the "Total Number of Instances" page relates to Cold Starts. My app is all back end processing stuff. Every 5 minutes, a chained task issues calls to two separate handlers. (Technically, it's a single chained task that calls one handler. After that t

[google-appengine] Re: I can't download data using bulkloader

2010-12-14 Thread nacho
Any idea? Anyone has experience using bulkloader in a Java app? On 10 dic, 17:26, nacho wrote: > I'm trying to download data from my app as described > here:http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-eng... > > But when i run: > > > appcfg.py download_data --config_file=co

[google-appengine] Disconnect notification via Channel API?

2010-12-14 Thread Mark Jen
Hi, I noticed that one of the caveats in the new Channel API was that there's no disconnect notification and it is suggested that applications implement a heartbeat if they wish to maintain client presence. Is connect/disconnect notification something that's in the works and may be available in

Re: [google-appengine] Article about tuning Java apps for AppEngine

2010-12-14 Thread Paul Bakker
Hi Ian, It's mostly CPU time that it's using now just generating the test data. The costs are lower than I expected though so no problem (and interesting to note in the article). I can't find any up to date information about the datastore timeout limits. In 1.4 the background task timeout is 10 m

Re: [google-appengine] Article about tuning Java apps for AppEngine

2010-12-14 Thread Paul Bakker
Hi Ikai, It's mostly CPU time that it's using now just generating the test data. The costs are lower than I expected though so no problem (and interesting to note in the article). I can't find any up to date information about the datastore timeout limits. In 1.4 the background task timeout is 10

[google-appengine] Re: What CNAME do I set?

2010-12-14 Thread Nick
I can't find any IP on the page: http://www.google.com/support/a/bin/answer.py?answer=91080&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-appeng...@googlegroups.com. To unsubscribe from t

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Nick
I have registered my domain name with godaddy. Google also provides domain name registration. Instead of switching to other DNS provider (e.g. DynDNS's Custom DNS which costs $29.95), can I switch to Google so that I can use wildcard subdomains? If yes, what is the step? -- You received this m

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Roberto Saccon
unfortunatly no, if you register your domain with google (what I did), your namerservers are at godaddy. -- 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-appeng...@googlegroups.com. To unsubscribe

Re: [google-appengine] Re: google apps wildcard subdomains at godaddy

2010-12-14 Thread Nick
My understanding is the nameservers at godaddy can be changed to the nameservers of the new DNS provider/registrar which provide DNS service. -- 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-appen

[google-appengine] Re: Incredible traffic saving with the header "Cache-control: public"???

2010-12-14 Thread GONZO
Hi, thanks for your response. I like your answer. Just what I expected. Confirms my theory and my experiences. I confirm that requests saved (90%) do not appear in the logs and not counted in the consumption of bandwidth. It's free total. Amazing. I appreciate all the information you know about

[google-appengine] Re: Incredible traffic saving with the header "Cache-control: public"???

2010-12-14 Thread Albert
Hi! This guy seems to implement something similar to yours, but he says, "...each time a page is served cached, you'll see a 204 logged in your Appengine dashboard." http://www.kyle-jensen.com/proxy-caching-on-google-appengine Did any of you guys notice that too? Albert On Dec 15, 9:29 am, GO

Re: [google-appengine] Re: What CNAME do I set?

2010-12-14 Thread 风笑雪
Do you mean ghs.google.com? You can follow this document to use your own domain: http://code.google.com/appengine/docs/domain.html -- keakon My blog(Chinese): www.keakon.net Blog source code: https://bitbucket.org/keakon/doodle/ On Wed, Dec 15, 2010 at 7:13 AM, Nick wrote: > I can't

Re: [google-appengine] Re: What CNAME do I set?

2010-12-14 Thread Nick
"If you're trying to set the root of your domain, you have to add A records with the IPs listed on this page http://www.google.com/support/a/bin/answer.py?answer=91080&hl=en"; To add A record in godaddy, IP is needed. ghs.google.com can't be used as input to "Points to". ghs.google.com can only

[google-appengine] Appengine's Turkey problem

2010-12-14 Thread Kaan Soral
It took me a long time to figure out that the reason of my domain name(www.something.com) on Appengine not working is that Youtube IP's are banned in Turkey. So when i ping my domain, It can't reach ghs.l.google.com Should Google use seperate IP's for domain related things or should we forget abo

[google-appengine] Receive e-mail with different domain

2010-12-14 Thread Vinicius Ruan Cainelli
Hello all, lately I've been busy with a personal project of temporary email address / disposable / anonymous: http://www.givemail.me Well, I wonder if there's a possibility I send an email to someth...@givemail.me -> someth...@mail-temp.appspotmail.com? I dunno ... MX entries ... ie I would lik

Re: [google-appengine] Article about tuning Java apps for AppEngine

2010-12-14 Thread Robert Kluin
Hi Paul, The overall execution time has been increased, but the limits on datastore queries have not. Use cursors and a loop. Robert On Tue, Dec 14, 2010 at 16:42, Paul Bakker wrote: > Hi Ikai, > It's mostly CPU time that it's using now just generating the test data. The > costs are lowe

Re: [google-appengine] Receive e-mail with different domain

2010-12-14 Thread Robert Kluin
How about setting up a catch-all address and forwarding it to your app? http://www.google.com/support/a/bin/answer.py?hl=en&answer=33962 Robert On Tue, Dec 14, 2010 at 23:43, Vinicius Ruan Cainelli wrote: > Hello all, > > lately I've been busy with a personal project of temporary email >

Re: [google-appengine] Appengine's Turkey problem

2010-12-14 Thread Will
There is a China problem, too. Same goes in China, if it is not more severe. I recently implemented a reverse proxy, fixed the problem. Perhaps you can do the same. Good luck, Will On Wed, Dec 15, 2010 at 12:33 PM, Kaan Soral wrote: > It took me a long time to figure out that the reason of my

[google-appengine] GAE/J and Maven

2010-12-14 Thread Patrick Twohig
Hi, I'm having some trouble getting a GAE/J build to work with Maven. I've added the appropriate Project Nature in my pom.xml and when I open it up in eclipse, I am getting the following error. I was curious if anybody else had the same error and would have any insight as to how to solve it. "T

[google-appengine] Hashing Keys

2010-12-14 Thread johnP
I need to create a large amount of records which relate three other entities. Just for example, take 100 people; 100 days; and 100 restaurants. To create a record for an intersection of a person/day/ restaurant, it's possible to create keyname of person.key()+day.key() +restaurant.key(). And to