Re: [google-appengine] Re: App Engine to Compute Engine communication via internal IP

2018-06-18 Thread Niklas B
Agreed, this would be very helpful. This would serve as a poor mans cloud functions until they get python and internal access. Looking for this on the Flexible environment. Den fredag 9 mars 2018 kl. 12:48:56 UTC+1 skrev Daniel Florey: > > Any news? I've spend a lot of time to find information

[google-appengine] Re: Importing data into Datastore. What's the deal?

2017-09-27 Thread Niklas B
Randy, did you ever find a solution? Using put_multi would take me 15-23 days to upload my 15 GB of data ;) Regards, Niklas Den fredag 24 februari 2017 kl. 17:51:28 UTC+1 skrev George (Cloud Platform Support): > > Datastore is beneficial in some cases, and your use case is not th

Re: [google-appengine] Re: a bug of urlfetch on GAE production server

2017-01-21 Thread Niklas Rosencrantz
I'm getting the hitrate 95 % but I don't think that is real. I'm going to look at it. On Thursday, July 9, 2009 at 11:13:53 AM UTC+2, Nick Johnson (Google) wrote: > > Hi chenbaiping, > > The IPs that App Engine does URL fetches from are not the same ones it > serves requests from. They may be

[google-appengine] How to design a daily job for bulk inserts of data

2016-09-18 Thread Niklas Andersson
I have a bunch of files at Cloud Storage that I need to parse and insert into Cloud SQL once per day. The operation takes about an hour on a n1-standard-2 instance, and then ~10mins to insert the data into Cloud SQL. My idea of design to solve this problem with GAE is: 1. Define a scheduled

Re: [google-appengine] Getting one bill a month for the App Engine Usage

2012-05-03 Thread Niklas Wahrman
Any progress on this? On Friday, April 1, 2011 8:41:14 PM UTC+3, Ikai Lan (Google) wrote: > > Hi Niklas, > > Good news: we're looking at options for this. As it turns out, daily > billing really annoys some accounting departments at large companies. Stay > tuned. &g

Re: [google-appengine] How long does it take to be able to send email to more than 100 recipients

2012-03-06 Thread Niklas Rosencrantz
Thanks, I too was wondering about this. On Monday, March 5, 2012 7:44:34 PM UTC, Amy Unruh wrote: > > Paco, > > The 100-recipients limit remains in place until the first billing charge > is cleared. That can sometimes take about a week. This is documented (not > very obviously) here: http://c

[google-appengine] Creating portable owned JDO relations on Google App Engine

2012-03-01 Thread Niklas Lönn
Ever tried to make portable JDO entities with owned relations with entity groups that works on GAE and J2EE with RDBMS? Check out this article: http://blog.wp.weightpoint.se/2012/03/01/portable-owned-jdo-relations-appengine/ -- You received this message because you are subscribed to the Google G

[google-appengine] Adding an email address as an authrorized send for my app

2012-02-04 Thread Niklas Rosencrantz
I want to add another email address as the send for my app so I must cativate that email as permitted for my app but I can't accept the invitation since it is not a "google account". What is the best way to do this? Do I have to add to domain to google apps? Thanks -- You received this messag

[google-appengine] Re: OAuth authentication with GAE apps: side project or ready for prime time?

2012-01-31 Thread Niklas Rosencrantz
I could use OAuth to enable login with Twitter and login with Facebook. The implementation was rather straightforward. I followed the docs about OAuth from Facebook: http://developers.facebook.com/docs/authentication/ -- You received this message because you are subscribed to the Google Groups

[google-appengine] Finding the logs for failed cron jobs and failed tasks

2012-01-25 Thread Niklas Rosencrantz
If a cron job or a task fails, I sometimes can't find the corresponding log file part. Wouldn't it be good if there was a link from the failed job to the relevant log part so that I don't have to scan the logs looking for the error message? I now for instance have a failed task that I want to de

[google-appengine] Re: First Tutorial On GAE Python Is Up

2012-01-22 Thread Niklas Rosencrantz
Thanks Brandon! Great video. \niklas On Sunday, January 22, 2012 5:43:54 AM UTC+1, Brandon Wirtz wrote: > > http://www.youtube.com/watch?v=cJGKKPXsSWg > > > > Won’t teach most of you anything, and I didn’t go into the fact that > Python 2.7 isn’t supported by this, but t

[google-appengine] Are the more python than java GAE apps?

2012-01-22 Thread Niklas Rosencrantz
Which is more deployed, Java or Python apps? Is that statistic official? I use python for most of my apps and I could believe that python is the more popular environment choice. Thanks /Nick R -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Re: ROFLMFAO DynamoDB From Amazon

2012-01-21 Thread Niklas Rosencrantz
Thanks for this thread. I'm curious why you need so many writes. Do you write to the datastore just because there is a request? Isn't that ineffeicient? I have many handlers that don't do writes at all. Best regards, Nick -- You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Starting a Video Series To Introduce Programmers to AppEngine (Python)

2012-01-21 Thread Niklas Rosencrantz
, Niklas -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/TqTzIhS4hYMJ. To post to this group, send email to google-appengine@googlegrou

[google-appengine] Re: GAE 1.6 can not import module jinja2

2012-01-16 Thread Niklas Rosencrantz
If you do import jinja2 you must download jinja2 and keep it in the app directory and it will work. The correct way of doing it however is to my knowledge from webapp2_extras import jinja2 then you don't need the local library since you're importing from webapp2. It may depend on whether you

[google-appengine] Re: Datastore Admin broken on python27

2012-01-02 Thread Niklas Rosencrantz
On Saturday, December 31, 2011 1:38:24 AM UTC+1, Maximillian Dornseif wrote: > > > > On Dec 31, 1:22 am, Maximillian Dornseif wrote: > > On Dec 27, 7:43 pm, Anand Mistry wrote: > > > The recommended way to use datastore admin with Python 2.7 is by > enabling > > > it through the administrat

[google-appengine] Re: Happy New Year

2012-01-01 Thread Niklas Rosencrantz
mponent on that stack that you wanted to improve and couldn't now with app engine at least there seems to be a solution for everything even if you must code your way. Best regards, Niklas -- You received this message because you are subscribed to the Google Groups "Google App Engine&qu

Re: [google-appengine] GAE for web shop

2011-12-30 Thread Niklas Rosencrantz
gateway.get_last_request().url Authorize Request: https://test.authorize.net/gateway/transact.dll >>> print "Transaction %s = %s: %s" % (response.trans_id, ... response.status_strings[response.status], ...response.m

Re: [google-appengine] GAE for web shop

2011-12-24 Thread Niklas Rosencrantz
Thank you guys for elaborating on the topic. I did not get so far as to credit card processing and such but I definitely will try it later on. I basically just set up a prototype site displaying the products and I will add business logic now like login / logout with customer IDs and handling an

Re: [google-appengine] GAE for web shop

2011-12-23 Thread Niklas Rosencrantz
HTML using webapp2 for custom accounts and sessions for the shopping cart which appears to work very well. So in short we're making a good choice choosing the GAE environment for our web shop and I'm continuing to build on our application. Thank you Niklas On Tue, Dec 20, 2011 at 5:56 PM,

Re: [google-appengine] GAE for web shop

2011-12-20 Thread Niklas Rosencrantz
Thank you for the information! If you want to have a look at the start of the webshop I'm making with python the URL to my project alpha / beta is http://bnano-www.appspot.com/ Regards, Niklas On Tue, Dec 20, 2011 at 1:59 AM, voscausa wrote: > i created a webshop using Ogone as payment

Re: [google-appengine] GAE for web shop

2011-12-19 Thread Niklas Rosencrantz
That's very good to know, thanks a lot for all the detailed info! /Niklas On Mon, Dec 19, 2011 at 10:30 PM, Simon Knott wrote: > Whilst PayPal works with GAE, I think a lot of people face rate limiting > with their APIs as all GAE apps are coming from the same bank of IP > addres

Re: [google-appengine] GAE for web shop

2011-12-19 Thread Niklas Rosencrantz
. I think Paypal works with GAE / python and that could be a basic way to get payments going, but I think I'm looking at a system where the company knows so exact what they want that custom code only will give the control over details. Regards, Niklas On Mon, Dec 19, 2011 at 9:32 PM, Brand

[google-appengine] GAE for web shop

2011-12-19 Thread Niklas Rosencrantz
I'm proposing that a company uses GAE instead of PHP for their web shop. Is this a reasonable thing to do even though there seem to be no mature web shop system for GAE even though there is this django project http://www.satchmoproject.com/ that has the goal of being ecommerce with django but i

Re: [google-appengine] What are folks using for Backup?

2011-12-15 Thread Niklas Rosencrantz
I could sync to mysql but not the blobstore using approcket<https://github.com/k7d/approcket>(>1 entities.) I don't use much old data anyway so I'd be backing up large amounts I'd never need. Sincerely, Niklas -- You received this message because you are subscri

[google-appengine] Re: Translate according to domain

2011-12-15 Thread Niklas Rosencrantz
I do this with python 2.7 + Jinja2 with messages.po files. The same appcan serve a Brazilian domain in Brazilian Portuguese and an Indian domain in plain English . I don't use namespaces for this howeve

Re: [google-appengine] Memory and CPU allocation?

2011-12-11 Thread Niklas Rosencrantz
early migration to appspot at the time before Java was available for app engine. The app I migrated from virtual server needed 512 MB therefore I was surprised when I read that appspot instances get 128 MB and 600 MHZ and maybe those numbers were something else and I misunderstood. Regards, N

Re: [google-appengine] Memory and CPU allocation?

2011-12-11 Thread Niklas Rosencrantz
there are numbers like that I can compare with app engine for instance saying that with a virtual linux server 256 MB RAM wasn't enough but in the app engine environment 128 MB is enough even for a Java application in the cloud. Best regards \niklas -- You received this message because yo

[google-appengine] Memory and CPU allocation?

2011-12-08 Thread Niklas Rosencrantz
So if there is access, what is the minimum CPU and memory allocated to an instance? I read somewhere that it's 128 MB and 600 MHZ is that correct and how does it compare to other memory and CPU management models? Thank in advance for a reply /Niklas -- You received this message because y

[google-appengine] Resource allocation to deployments?

2011-12-07 Thread Niklas Rosencrantz
Hi How much memory and CPU gets allocated to a deployed instance of my application? Does it totally depend on usage so that the instance is completely shut down and doesn't use anything if there are no requests? What is then the minimum required to serve a request (in my case python) and can we

[google-appengine] Re: 1.6.1 Pre-release SDKs are live

2011-12-06 Thread Niklas R
Thank you for the upgrade. I looked at the roadmap and "major new features that has been implemented" http://code.google.com/appengine/docs/roadmap.html And I'm thinking whether the roadmap should be updated. For instance AFAIK there is still no full-text search, is there a status on that project

[google-appengine] Re: Unhappy GAE Developers Petition

2011-12-06 Thread Niklas Rosencrantz
About the cost I completely agree with Simon Knott that bad system design can cause creeping costs you eg. having a cron job every 5 seconds for what can be batched in a daily cron job would significantly increase your costs at no particular gain in efficiency so I too think that some of us who

[google-appengine] Re: Serve blobstore as static file

2011-11-22 Thread Niklas Rosencrantz
nctionality "add a file to the blobstore" and "serve a file from the blobstore" so if you ask me I say that these functions should be possible without writing your own app just as part of the app server. Regards, Niklas -- You received this message because you are subscri

[google-appengine] Re: "Redirect" Dead Apps?

2011-11-18 Thread Niklas Rosencrantz
I'd like to know what the aforementioned multitenancy is. I try to achieve multtenancy with python with limited results since I learn that namespaces can only know one namespace at a time so I can't display "eveything" from a datastoreeven though it's the same app, I think. I use python and I th

Re: [google-appengine] Re: Django Library

2011-11-18 Thread Niklas Rosencrantz
96 will be deprecated since it is old and it is over. Regards, Niklas On Fri, Nov 18, 2011 at 11:59 AM, Massimiliano < massimiliano.pietr...@gmail.com> wrote: > I'm not so skilled to do it. I'm just using appengine like an hobby. I > just want to use the code like I have. Wh

[google-appengine] Re: Django Library

2011-11-18 Thread Niklas Rosencrantz
is moving away from django and onto selecting your own stack eg. choose a template engine and choose a db framework and choose a forms framework and it can work very well no django imports. I hope some of this info helps. Regards, Niklas -- You received this message because you are subscribed

[google-appengine] Re: Dirty issues with GAE left unanswered

2011-11-11 Thread Niklas R
+2: http://code.google.com/p/googleappengine/issues/detail?id=3258 http://code.google.com/p/googleappengine/issues/detail?id=5165 My main problem that stops me from calling my system "real" is that backup is not working. If I have I data failure I won't have a backup. There is nothing that stops

[google-appengine] redirect workaround for issue 777

2011-10-08 Thread Niklas Rosencrantz
Hello My domain can do with a redirect but then mydomain.tld/a should redirect to www.mydomain.tld/a and now it seems to redirect to www.mydomain.tld In practice my koolbusiness.com/delhi redirects to www.koolbusiness.com when it should redirect to www.koolbusiness.com/delhi Can you recommend me

Re: [google-appengine] Re: "like" operator in GQL

2011-09-28 Thread Niklas Rosencrantz
s 1, '1', True etc it just abstracts away the difference so I should rewrite the first example to be more like the second though I don't really understand the part "is not None"... Cheers \niklas On Wed, Sep 28, 2011 at 7:38 PM, roberto.cr wrote: > there are many differen

Re: [google-appengine] Re: "like" operator in GQL

2011-09-28 Thread Niklas Rosencrantz
t good but it's the best we got"? regards \niklas -- 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

[google-appengine] Re: "like" operator in GQL

2011-09-25 Thread Niklas Rosencrantz
Depending on your use case you might want to stick with google search i.e. adding the google search box via adsense while waiting for google to offer the full-text search functionality we require. Regards, Nick Rosencrantz -- You received this message because you are subscribed to the Google G

Re: [google-appengine] Google Apps Viewer-like Thing for Audio/Video?

2011-09-22 Thread Niklas Rosencrantz
; way such as the get_serving_url is accessible both to Java and python developers similarly there could be more functions for multimedia and text since sometimes app engine is very good for storage and programming your own functions but it doesn't have many functions built in. Cheers,

Re: [google-appengine] Re: New Pricing ROCKS! for Small apps

2011-09-19 Thread Niklas Rosencrantz
ee that you shouldn't have to pay for tests or something that is nothing but development and research. Attached is my latest pricing - it's still not much to talk about and effects may have come from running mapreduce since I'm migrating to HRD. Regards, Niklas -- You received th

Re: [google-appengine] I can't turn on datastore admin from dashboard.

2011-09-16 Thread Niklas Rosencrantz
I have this problem from my app that uses federated login. When I try enable datastore admin it says Error: Not Found The requested URL /_ah/login_required?continue=http://ah-builtin-python-bundle-dot-latest-dot-.appspot.com/_ah/datastore_admin/was not found on this server. -- You received th

[google-appengine] Re: Adding 5GB of Blobstore data to App Engine over 3 three days costs $61 by end of year?

2011-09-09 Thread Niklas Rosencrantz
In fact the new pricing makes one of my apps even more cost-efficient: It used to cost 1 cent a day and with the new pricing it won't cost anything since it's less than 5 GB and blobstore. So the new pricing doesn't make everything more expensive while on average it might.

[google-appengine] Re: Blobstore v.s static file serving

2011-09-09 Thread Niklas Rosencrantz
could serve it with different codecs and different compression i.e. just add the parameter mp3 to the get_serving_url and then you'd get the output in mp3 and all you'd do is use the builtin functions. Best regards, Niklas -- You received this message because you are subscribed

Re: [appengine-java] Re: [google-appengine] Re: CMS for GAE

2011-07-18 Thread Niklas Rosencrantz
Having something like a CMS eg like wordpress, joomla or mediawiki compatible then we won't have to start every project from scratch and project would become more configuration than programming which naturally is an advantage since programming takes more time than just configuring a new CMS deploym

Re: [google-appengine] CMS for GAE

2011-05-19 Thread Niklas Rosencrantz
Thank you Prashant for informing about this exciting project that I will follow. Niklas On Thu, May 19, 2011 at 12:44 PM, Prashant wrote: > Hi, > I am working on a CMS, called claymus which is under-development. I am > planning to release a pre-release version asap and a stable versi

[google-appengine] CMS for GAE

2011-05-19 Thread Niklas Rosencrantz
system that I supposse Joomla could have done if it were PHP. Do you know of any projects for GAE that is like a CMS with the basic functions for instance that only the user who created an article can edit it? Thanks Niklas R -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-06 Thread Niklas Rosencrantz
cript it should get very fast. Thank you for your comments, Niklas -- 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 e

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-04 Thread Niklas Rosencrantz
On Wed, May 4, 2011 at 6:30 PM, Brandon Donnelson wrote: > Its plain html no rendering. Eclipse uploaded. (mobile at moment) > > On May 4, 2011 11:04 AM, "Niklas Rosencrantz" wrote: >> On Wed, May 4, 2011 at 5:10 PM, Brandon Donnelson >> wrote: &g

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-04 Thread Niklas Rosencrantz
? Did you use spec template engine / framework to achieve this or plain GAE? /Niklas -- 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 unsubscrib

Re: [google-appengine] Re: Is GAE expected to get faster in the future?

2011-05-02 Thread Niklas Rosencrantz
Boss since compiling locally makes code faster than downloading it as a binary. Best regards, Niklas -- 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 uns

[google-appengine] Ang.: Re: Is GAE expected to get faster in the future?

2011-05-01 Thread Niklas Rosencrantz
This was very good to know. Thank you Brandon and Zach. -- 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

[google-appengine] Is GAE expected to get faster in the future?

2011-05-01 Thread Niklas Rosencrantz
ng a Linux + JBoss with JSP servlets and mysql that responded very fast comapred to same view on app engine. Of course we can measure with yslow the relative response time which is good on app engine. Thanks for you comments. Niklas -- You received this message because you are subscribed to the Goo

Re: RE: [google-appengine] Advantages of GAE

2011-04-26 Thread Niklas Rosencrantz
experience with dedicated servers and virtual dedicateds from providers like data centers and godaddy. You can get a very fast response from a dedicated physical server but for large and very large data sets I think GAE is the benchmark winner. I have no experience with other cloud providers. Cheer

Re: [google-appengine] Re: Advantages of GAE

2011-04-25 Thread Niklas Rosencrantz
evelop a chair with embedded computing, sketched it and spoke with the carpenter about it. The idea is to build in a computer in the chair so that you get something like a very comfortable control center. Regards, Niklas -- You received this message because you are subscribed to the Google Groups

Ang.: RE: RE: [google-appengine] Advantages of GAE

2011-04-24 Thread Niklas Rosencrantz
load our network the more successful it will get. Contrary to a mechanical car which will get less efficient the more you load it. Thanks Niklas -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to go

[google-appengine] Advantages of GAE

2011-04-23 Thread Niklas Rosencrantz
Hi when reading the web2py manual I found they listed the advantages GAE has. These are mentioned like - Ease of deployment. - Scalability. - BigTable. However I think that one large advantage is missing from this list namely the cost-effectiveness. Since we only pay for what we use

[google-appengine] Can't delete app version from console

2011-04-17 Thread Niklas Rosencrantz
Hi My attempt to delete 11.latest.classifiedsmarket.appspot.com from the datastore console fails. The response is Server Error A server error has occurred. Return to Applications screen » <https://appengine.google.com/> Do you have any idea why this is happening? Thanks Niklas -

Re: [google-appengine] Redirect from naked domain preserving full path

2011-04-12 Thread Niklas Rosencrantz
I also have this issue. You can reproduce error easily: http://www.koolbusiness.com/ai compared to http://koolbusiness.com/ai These addresses should go to the same page. Regards, Niklas -- You received this message because you are subscribed to the Google Groups "Google App Engine"

Re: [google-appengine] Twitter + OAuth Python example

2011-03-21 Thread Niklas Rosencrantz
I followed links to a project called tweetapp https://github.com/tav/tweetapp I hope you can comment it that can login twitter users to my app using it after registering a key with twitter. Regards, Niklas -- You received this message because you are subscribed to the Google Groups "G

[google-appengine] Re: Localization question

2011-03-13 Thread Niklas Rosencrantz
We got some activity about this yet unsolved problem in the other group: https://groups.google.com/forum/#!topic/google-appengine-python/-uKP8QzIvCE If you can discuss so that we can make it work, please do. Regards /Niklas -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: GAE / BigTable articles

2010-01-04 Thread Niklas Rosencrantz
2010/1/4 Ice13ill : > Thanks! I need some articles for a presentation, from a generic point > of view, about datstore/bitgatble administration, so not necessarily > dependent on prgr language, or GAE. Google's clusters imagining that presentation are linked here http://www.cs.cornell.edu/projects/l

Re: [google-appengine] by default property are not required

2010-01-02 Thread Niklas Rosencrantz
2010/1/2 james_027 : > I wonder why by default the model's property required option is False, > which contrast to the others. And if I am going to use the djangoforms > I have to put required=False on most of my fields. Is there something > I need to know or understand? Or is it the datastore is to

Re: [google-appengine] Can somebody help me in getting source code of a CHAT ROOM application based on google app engine

2009-12-30 Thread Niklas Rosencrantz
2009/12/30 saurabh : > Hi, > > I want to make a chat room that uses google app engine xmpp api , > Later I want that chat room to be bot enabled  ie a room having > multiple participants and a bot also. > > Can anybody point to some well tested source code. > > Thanks > SAurabh Here's a multchat xm

Re: [google-appengine] Is this suitable for GAE Application Gallery?

2009-12-30 Thread Niklas Rosencrantz
2009/12/30 Amir Michail : > Hello, > > It's a game demo written using GWT:  http://dropzap.appspot.com > > Does it make sense to submit an application to this gallery if it > doesn't use the GAE in any interesting way? > > This demo could have been put on Google Sites if that service > supported G

Re: [google-appengine] URL slugs

2009-12-29 Thread Niklas Rosencrantz
applied montao.googlecode http://web.montao.com.br/148235/httpwwwdragonflybsdorgniklas-computer -- 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

Re: [google-appengine] URL slugs

2009-12-29 Thread Niklas Rosencrantz
2009/12/29 lucrussell : > Hi All, > > Just wrote a little post on implementing pretty URL slugs with the > routes package, for my GAE application at www.braineos.com. I'd be > interested to know if anyone else has done this? > > Cheers, > Luc Agreed like key().id(),defaultfilters.slugify(mymodel.ti

Re: [google-appengine] A simple search against a datastore. (Newbie to AppEngine, currently PHP/MySQL).

2009-12-29 Thread Niklas Rosencrantz
2 most helpful for legacy connections and refactoring links djangoform and remote_api http://code.google.com/appengine/articles/djangoforms.html http://code.google.com/appengine/articles/remote_api.html -- You received this message because you are subscribed to the Google Groups "Google App Engi

Re: [google-appengine] A simple search against a datastore. (Newbie to AppEngine, currently PHP/MySQL).

2009-12-29 Thread Niklas Rosencrantz
2009/12/29 Diligent : > In trying to make a transition from a purely PHP/MySQL background to > AppEngine's Python/Datastore I find myself not quite getting done what > I need. > Currently I have a web application in which a user chooses multiple > search criteria via an HTML form and passes those v

Re: [google-appengine] Re: Need Help with Datastore Query

2009-12-29 Thread Niklas Rosencrantz
2009/12/29 G : > A previous version of the AppEngine docs claimed that key_name values > couldn't be numbers (or start with numbers).  Perhaps that is related > to the year old bug you describe? > > The current AppEngine docs have been revised (only the double > underscore case remains), and a quic

Re: [google-appengine] Re: Need Help with Datastore Query

2009-12-29 Thread Niklas Rosencrantz
expensive instruction to redo or question is int(self.request.get('id')) so avoid casting for 1 2009/12/28 Ms. Jen : > > > I tried the Meta and DjangoForms and it still did not work. > > > On another attempt, I tried this with the Meta & djangoforms: > >    id = int(self.request.get('id')) >    ban

Re: [google-appengine] files > 1MB? If not.. redirect a POST?

2009-12-05 Thread Niklas Rosencrantz
Here's 4. Will the paid version of Google App Engine allow over 1000 files and/or larger than 1MB files (or entities)? http://groups.google.com/group/google-appengine/browse_thread/thread/3d09a676163b3108/85e5f49d2ae49aee example: upload a 2 MB file through a html form, split it serverside into 2 o

Re: [google-appengine] Has anyone done a source code control system hosted on App Engine?

2009-12-03 Thread Niklas Rosencrantz
On Wed, Dec 2, 2009 at 11:51 PM, samwyse wrote: > I'd like to host Hg or something someplace with better uptime than my > home server. There's Rietveld "Code Review for Subversion" svn which syncs to hg http://code.google.com/p/rietveld/ I too look for good hg handling, somewhat stuck getting reco

Re: [google-appengine] Re: Migrating an existing PHP/MySQL web application to GAE

2009-12-02 Thread Niklas Rosencrantz
On Thu, Dec 3, 2009 at 12:24 AM, marksea wrote: > I'm certainly not a guru, but I would not start out by attempting to > migrate any non-trivial application to GAE.  From what I've seen so > far, in addition to requiring major rewrites due to a fundamentally > different db architecture, the platfo

Re: [google-appengine] Reference Properties

2009-11-29 Thread Niklas Rosencrantz
On Sun, Nov 29, 2009 at 9:00 PM, Rodrigo Moraes wrote: > On Sat, Nov 28, 2009 at 10:09 PM, MajorProgamming wrote: >> I was wondering: isn't using reference properties a waste of space? >> Wouldn't it make more sense to store the id (assuming not using >> key_name) of the entity. After all, if the

Re: [google-appengine] Reference Properties

2009-11-29 Thread Niklas Rosencrantz
On Sun, Nov 29, 2009 at 5:49 PM, Robert Kluin wrote: > I think you can acheive the "back reference" by defining an instance > method that returns a query object defined to search the other model > for references to itself.   In fact I think that is all > ReferenceProperty does anyway. > > Try some

Re: [google-appengine] Reference Properties

2009-11-28 Thread Niklas Rosencrantz
On Sun, Nov 29, 2009 at 12:09 AM, MajorProgamming wrote: > I was wondering: isn't using reference properties a waste of space? > Wouldn't it make more sense to store the id (assuming not using > key_name) of the entity. After all, if the Kind is known, one can > easily generate the full key based

Re: [google-appengine] Re: GAE for CPU intensive time important application

2009-11-28 Thread Niklas Rosencrantz
be a mess in java, 23 rows in python refactorable to half http://www.djangosnippets.org/snippets/1821/ good luck Niklas (montao.googlecode.com) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email t

Re: [google-appengine] GAE for CPU intensive time important application

2009-11-27 Thread Niklas Rosencrantz
>> 1) pricing absolutely seems so. gae apps 1/20 cheaper than previous hostingmethods (servers) >> 2) latency resulting from slow CPU, JIT compiles, etc. latency oriented group we don't focus on http://groups.google.com/group/make-the-web-faster in the long run, yes. you can compare to dedicated ph

Re: [google-appengine] Re: Can a bank system be transactional and low contentious?

2009-11-27 Thread Niklas Rosencrantz
On Fri, Nov 27, 2009 at 10:22 AM, 风笑雪 wrote: > If so, why google's engineers wast so much time for supporting the > useless transaction system? > No google guys would like tell me the reason? For the future, tech team and investment banking very 2 systems you know, one is more legislative (de jure

Re: [google-appengine] Re: MP3 Data Retreival

2009-11-26 Thread Niklas Rosencrantz
custom setups may trick us. Experimental can work, at least (re)sample, Nyquist theorem good theoretical background. Some os fork the actual file instead of getting descriptives. In short many ways supporting we can. > > On Nov 26, 2:37 am, Niklas Rosencrantz wrote: > > On

Re: [google-appengine] Can a bank system be transactional and low contentious?

2009-11-26 Thread Niklas Rosencrantz
outsource banking to spreadsheeters and deploy only inventive models (everyone has user and customer models ) since you need external verification and auctorizāre ("octroi") for advanced business. my stuff looks like this, not very flexible (I don't rule exchange rates) currency=db.StringProper

Re: [google-appengine] Download application

2009-11-26 Thread Niklas Rosencrantz
disasterrecovery made easy http://code.google.com/p/appfilesbrowser/ -- 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 goog

Re: [google-appengine] MP3 Data Retreival

2009-11-25 Thread Niklas Rosencrantz
On Thu, Nov 26, 2009 at 5:14 AM, MajorProgamming wrote: > > Is there any way to somehow fetch an external MP3 file (i.e. from > another website), and then calculate the length of the MP3 file. > > I don't need the actual data of the file, I just want the length of it > (time it runs). > > Keep in

Re: [google-appengine] Re: When naked domain will be available again

2009-11-17 Thread Niklas Rosencrantz
I suggest default to www and let clients handle it. When blank domain unreachable, set standard so that client moves to www.[domain -- 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...@go

[google-appengine] Re: Tragedy of the Commons, and Cold Starts

2009-11-03 Thread Niklas Rosencrantz
Any instance can, then static can. Or please availabilize counterexample. --~--~-~--~~~---~--~~ 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.

[google-appengine] Re: Date Range GQL not working.

2009-04-07 Thread niklas
e more examples http://groups.google.com/group/google-appengine/browse_thread/thread/45d460da135597dc/f386d5f7cbcacbf0?hl=en&q=#f386d5f7cbcacbf0 http://code.google.com/appengine/articles/paging.html Datastore errors in dataview can occur if entities are removed and references didn't update. best

[google-appengine] Re: Remixing RSS/ATOM feeds

2009-04-07 Thread niklas
minidom - please let me know. > > Any other ideas on implementing this service? > > Thanks, > Ivan Hi Ivan You may want to download and modify GAE REST, an atom feed generator that also can combine with feedburner http://github.com/fczuardi/gae-rest/tree/master Regards Niklas --~--~---

[google-appengine] Re: Date Range GQL not working.

2009-04-07 Thread niklas
r("pubdate >", startDate) or result = db.GqlQuery("SELECT * FROM myData WHERE mytype = :1 AND pubdate >= DATETIME(2009,03,18)", type) or use dataviewer directly to see differences between rows. Regards Niklas --~--~-~--~~~---~--~~ You recei

[google-appengine] Re: implementing a chat system (push functionality?)

2009-04-02 Thread niklas
you can test ytalk http://test.movq.net/ytalk/ or look at the video http://www.youtube.com/watch?v=87BJYaF_cK4 and download the source http://code.google.com/p/gae-services-examples/source/browse best regards Niklas On Apr 2, 6:13 am, ryandscott wrote: > I'm wondering what the bes

[google-appengine] Re: One Page at a Time

2009-03-28 Thread niklas
;Entity')?order=modif...@d&from=0&to=10 and elements 10 to 20 sorted by date content(type='Entity')?order=modif...@d&from=10&to=20 or sorted by price content(type='Entity')?order=pr...@d&from=10&to=20 Regards Niklas http://github.com/fczuardi/gae-re

[google-appengine] Re: Searching in GeoPt

2009-03-11 Thread niklas
L.append(thing) 3. geohash libraries might be more useful or a feature request issue filed. It's an interesting issue. Cheers Niklas On Mar 11, 12:05 pm, Dan Course wrote: > Morning Group, > > Hope everyone's all good? Got a dev. problem driving me nuts and I > can't

[google-appengine] Re: accepting user url link as input and making it a clickable link

2009-03-06 Thread niklas
:a, ...othervariables detail.html: {{a|urlize}} urlize should be no problem provided the variable's value with the link is set. it will complete. regards Niklas Stockholm On Mar 6, 7:03 pm, thebrianschott wrote: > Andrew and Niklas, > > I only now got around to trying the Django {{u

[google-appengine] Re: PHP + MySQL is a web standard ;-)

2009-03-03 Thread niklas
n scores more in a yslow benchmark of relative time though. My opinion is that GAE deployment system is the most advantagous and convenient, while PHP + MySQL is more complete and has more tools and more options. Best regards, Niklas --~--~-~--~~~---~--~~ You recei

[google-appengine] Re: Automated search, number of results, and historical search results

2009-03-01 Thread niklas
a with httpunit or htmlunit or the python equivalent of "headless" browsing. it's similar to a macro and you can program the spreadsheet to do it. Regards, Niklas > > 2. Is it possible to conduct historical searches? For example, I would > like to have the number of resul

[google-appengine] Re: accepting user url link as input and making it a clickable link

2009-02-28 Thread niklas
t part of a url and url with no space can need special or manual conversion.) Niklas On Feb 28, 8:14 pm, Andrew Badera wrote: > regular expressions. > > On Sat, Feb 28, 2009 at 2:12 PM, thebrianschott > wrote: > > > Is there an easy way to recognize a part of a user'

[google-appengine] Re: usercount

2009-02-24 Thread niklas
Thanks There's a django-tracking project saying it has the mentioned function http://code.google.com/p/django-tracking/ It probably only works with the django request handler and not the pure gae webapp. Regards, Niklas On Feb 24, 3:53 pm, Mahmoud wrote: > You can also make your clie

[google-appengine] usercount

2009-02-23 Thread niklas
Hello, how to count active users, e.g. count active http sessions can be useful. if you know it please share it. Thanks Niklas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group.

  1   2   >