Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
REST API app to BigTable
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
  5 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
 
beckie  
View profile  
(1 user)  More options Apr 8 2008, 11:24 am
From: beckie <infopract...@gmail.com>
Date: Tue, 8 Apr 2008 08:24:07 -0700 (PDT)
Local: Tues, Apr 8 2008 11:24 am
Subject: REST API app to BigTable
Can someone write / share a REST API for BigTable? So I don't need to
learn Python ;)

    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.
jf  
View profile  
 More options Apr 8 2008, 11:43 am
From: jf <just...@gmail.com>
Date: Tue, 8 Apr 2008 08:43:50 -0700 (PDT)
Local: Tues, Apr 8 2008 11:43 am
Subject: Re: REST API app to BigTable
dont be so lazy.

On Apr 8, 4:24 pm, beckie <infopract...@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.
Carlos  
View profile  
 More options Apr 8 2008, 11:44 am
From: Carlos <carlos.p...@gmail.com>
Date: Tue, 8 Apr 2008 08:44:09 -0700 (PDT)
Local: Tues, Apr 8 2008 11:44 am
Subject: Re: REST API app to BigTable
Agreed!  I was looking at Amazon SimpleDB, but didn't like the
limitations and workarounds needed to make it useful.  The DataStore
API capabilities of AppEngine look much more useful out of the gate.

Does anyone know or have an opinion if creating a REST API, to be
called from an app running elsewhere on the Internet, would be a
violation of the terms of use?  I read it and the other pages, and
didn't find anything that said that you couldn't, nor anything that
said "you must build a consumer-facing app".

To summarize, I'd like to continue running my Web app elsewhere in PHP
and hosted on my own servers, but would like to use Google AppEngine
as a persistent and reliable data store (and not necessarily for free
either).

On Apr 8, 10:24 am, beckie <infopract...@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.
babakm  
View profile  
 More options Apr 8 2008, 11:47 am
From: babakm <bmo...@gmail.com>
Date: Tue, 8 Apr 2008 08:47:03 -0700 (PDT)
Local: Tues, Apr 8 2008 11:47 am
Subject: Re: REST API app to BigTable
I have built a very flexible and powerful layer for S3 (Amazon's core
technology for EC2 and SimpleDB). I have never used SimpleDB. I'll
look at what BigTable has and see if I need to roll my layer to it. My
work is mostly on AWS now.

On Apr 8, 11:44 am, Carlos <carlos.p...@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.
HG  
View profile  
 More options Apr 12 2008, 9:06 am
From: HG <herm.grei...@gmail.com>
Date: Sat, 12 Apr 2008 06:06:35 -0700 (PDT)
Local: Sat, Apr 12 2008 9:06 am
Subject: Re: REST API app to BigTable
This seems like a pretty reasonable thing to want to do. I was
thinking backing datastore for a Flex app. But, I'm not sure I see a
quick way to do it. Here's where I am on the same problem:

1) Just to get any web service going, I tried Chandler's WSGI to
XMLRPC module. That worked great for exposing simple operations on a
class and marshalling my own classes. All in about 20 lines of code.
But, it did not work with BigTable Model classes because they are too
complex for xmlrpclib to marshal.

2) REST on the GET and DELETE side appears easy enough by using
Model.to_xml. Implementing the REST routing on the URL is the code to
write.

3) REST on PUT and POST seems much more difficult because there isn't
a way to easily unmarshal to a Model.

So, any ideas on the simplest way to create a BigTable Model instance
from the XML created from to_xml?


    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
©2010 Google