Google Groups Home
Help | Sign in
Announcing alternate App Engine host
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
jchris  
View profile  
(6 users)  More options Apr 14 2008, 4:27 pm
From: jchris <jch...@gmail.com>
Date: Mon, 14 Apr 2008 13:27:08 -0700 (PDT)
Local: Mon, Apr 14 2008 4:27 pm
Subject: Announcing alternate App Engine host
Hello all,

I just released App Drop, which is a swappable alternative to Google's
App Spot hosting.

To learn more, visit http://appdrop.com

My blog post announcement is here: http://jchris.mfdz.com/code/2008/4/announcing_appdrop_com__host_go

I support the full API (excepting email sending, which could come
along soon) and the whole project is open source, so you can fork it
all you'd like.

Please upload some apps, and let me know what your experience is!

Enjoy,
Chris


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sg_oneill  
View profile  
 More options Apr 14 2008, 5:06 pm
From: sg_oneill <shayne.one...@gmail.com>
Date: Mon, 14 Apr 2008 14:06:49 -0700 (PDT)
Local: Mon, Apr 14 2008 5:06 pm
Subject: Re: Announcing alternate App Engine host
You'll need to replace the storage engine. The flat file stand-in
google supplies is garbage, performance wise, and really doesn't
represent bigtable well at all.

Maybe check out integrating ZODB as the storage layer for the bigtable
stand-in.

On Apr 15, 4:27 am, jchris <jch...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jchris  
View profile  
 More options Apr 14 2008, 5:24 pm
From: jchris <jch...@gmail.com>
Date: Mon, 14 Apr 2008 14:24:38 -0700 (PDT)
Local: Mon, Apr 14 2008 5:24 pm
Subject: Re: Announcing alternate App Engine host
We'll see how long the flat-file implementation stand up. :)

So far so good. Another big concern will be running it across multiple
EC2 instances...

On Apr 14, 2:06 pm, sg_oneill <shayne.one...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Bicking  
View profile  
 More options Apr 14 2008, 6:48 pm
From: Ian Bicking <i...@colorstudy.com>
Date: Mon, 14 Apr 2008 17:48:27 -0500
Local: Mon, Apr 14 2008 6:48 pm
Subject: Re: [google-appengine] Announcing alternate App Engine host

jchris wrote:
> Hello all,

> I just released App Drop, which is a swappable alternative to Google's
> App Spot hosting.

> To learn more, visit http://appdrop.com

> My blog post announcement is here: http://jchris.mfdz.com/code/2008/4/announcing_appdrop_com__host_go

> I support the full API (excepting email sending, which could come
> along soon) and the whole project is open source, so you can fork it
> all you'd like.

Neat!  But how are you handling security?  I assume that the SDK is
restricting things so that it's similar to the real environment, but
without the same concern for security (i.e., it is blocking things but
assuming you won't try to get around it).

--
Ian Bicking : i...@colorstudy.com : http://blog.ianbicking.org


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jchris  
View profile  
(1 user)  More options Apr 14 2008, 7:01 pm
From: jchris <jch...@gmail.com>
Date: Mon, 14 Apr 2008 16:01:07 -0700 (PDT)
Local: Mon, Apr 14 2008 7:01 pm
Subject: Re: Announcing alternate App Engine host
Ian,

I haven't done much for security... At this point, stack traces will
be visible to anyone, should an error occur in your application.
That's not to say I couldn't. Basically I'm just relying on the App
Engine SDK to be decently sandboxed. The worst thing that could happen
is someone pwns my EC2 instance (which is pretty free of secret keys
and the like). I'm encouraging people not to post sensitive data to
the AppDrop apps for the time being.

If you'd like to look at the code my modified SDK is here:

http://github.com/jchris/portable-google-app-engine-sdk/tree/master

and the Rails app that manages uploads and user authentication is
here:

http://github.com/jchris/appdrop/tree/master

I'm happy to accept patches if there's anything easy I could do to
make it less insecure.

Chris

On Apr 14, 3:48 pm, Ian Bicking <i...@colorstudy.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
oli  
View profile  
 More options Apr 15 2008, 7:35 am
From: oli <oliver....@gmail.com>
Date: Tue, 15 Apr 2008 04:35:45 -0700 (PDT)
Local: Tues, Apr 15 2008 7:35 am
Subject: Re: Announcing alternate App Engine host
You mentioned CouchDB. Is there any way to authenticate access to a
remote CouchDB? As far as I know CouchDB has no authentication at
all.

On Apr 14, 10:27 pm, jchris <jch...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jchris  
View profile  
(1 user)  More options Apr 15 2008, 12:43 pm
From: jchris <jch...@gmail.com>
Date: Tue, 15 Apr 2008 09:43:03 -0700 (PDT)
Local: Tues, Apr 15 2008 12:43 pm
Subject: Re: Announcing alternate App Engine host
Oli,

CouchDB has LDAP authentication on the Roadmap -
http://incubator.apache.org/couchdb/roadmap.html

It's not yet implemented, but it's HTTP so there are oodles of ways to
control access to it by using proxies or firewalls.

Chris

On Apr 15, 4:35 am, oli <oliver....@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jchris  
View profile  
(1 user)  More options May 7 2008, 11:07 pm
From: jchris <jch...@gmail.com>
Date: Wed, 7 May 2008 20:07:56 -0700 (PDT)
Local: Wed, May 7 2008 11:07 pm
Subject: Re: Announcing alternate App Engine host
I gave a talk last night on Google App Engine and AppDrop - for anyone
who's interested it provides a general outline of App Engine with a
focus on the authentication component of the Python SDK, as well as an
outline of how to do automated sysadmin tasks using a Rails app as a
controller.

The video and slides are available here:

http://jchris.mfdz.com/code/2008/5/appdrop___google_app_engine_vid

Chris

On Apr 15, 9:43 am, jchris <jch...@gmail.com> wrote:

On Apr 14, 1:27 pm, jchris <jch...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ondrej Certik  
View profile  
 More options May 8 2008, 1:40 pm
From: Ondrej Certik <ondrej.cer...@gmail.com>
Date: Thu, 8 May 2008 10:40:05 -0700 (PDT)
Local: Thurs, May 8 2008 1:40 pm
Subject: Re: Announcing alternate App Engine host

On May 8, 5:07 am, jchris <jch...@gmail.com> wrote:

> I gave a talk last night on Google App Engine andAppDrop- for anyone
> who's interested it provides a general outline of App Engine with a
> focus on the authentication component of the Python SDK, as well as an
> outline of how to do automated sysadmin tasks using a Rails app as a
> controller.

> The video and slides are available here:

> http://jchris.mfdz.com/code/2008/5/appdrop___google_app_engine_vid

There is a problem with appdrop that if the user executes:

while 1: pass

it hangs. I send you a patch fixing this on April 30, but you didn't
reply. I also attached the patch here:

http://code.google.com/p/googleappengine/issues/detail?id=296

since it is imho also the problem of the SDK.

Ondrej


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google