[google-appengine] Re: moving data from google app engine

2009-06-26 Thread Barry Hunter

http://code.google.com/appengine/articles/remote_api.html

Or even
http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes


On 25/06/2009, Ilya Biryukov  wrote:
>
>  Hi. I am developing a new application and thinking about using google
>  app engine.
>  My question is that if my app becomes too popular and I grow outside
>  the available (billable) resources, is there any way to move my data
>  off google engine? Can I just export everything to mysql, for example.
>  Or any other convertible format?
>
>  Thank you.
>
>  >
>


-- 
Barry

- www.nearby.org.uk - www.geograph.org.uk -

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: moving data from google app engine

2009-06-26 Thread Philip

Not easily, Google's BigTable is not a relational database like mysql
and most popular databases.  If it becomes that popular you would have
to completely rewrite the application.

However if you optimize your app and it's not terribly inefficient
you'll probably be happy with Google's pricing.  Google estimates a
well coded website can handle 5 million page views a month within the
free quota limits.

On Jun 25, 12:31 pm, Ilya Biryukov  wrote:
> Hi. I am developing a new application and thinking about using google
> app engine.
> My question is that if my app becomes too popular and I grow outside
> the available (billable) resources, is there any way to move my data
> off google engine? Can I just export everything to mysql, for example.
> Or any other convertible format?
>
> Thank you.

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: moving data from google app engine

2009-06-26 Thread Nick Johnson (Google)

Hi Ilya,

You can extract your data using remote_api, the bulk downloader, or
your own code. As far as hosting it off App Engine goes, changing your
app to use a relational database like MySQL will probably require some
work. There are alternative App Engine datastores, however, like
BDBDatastore (my own project):
http://arachnid.github.com/bdbdatastore/

-Nick Johnson

On Thu, Jun 25, 2009 at 6:31 PM, Ilya Biryukov wrote:
>
> Hi. I am developing a new application and thinking about using google
> app engine.
> My question is that if my app becomes too popular and I grow outside
> the available (billable) resources, is there any way to move my data
> off google engine? Can I just export everything to mysql, for example.
> Or any other convertible format?
>
> Thank you.
>
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: moving data from google app engine

2009-06-26 Thread Peter Recore

I like your optimism!

On Jun 25, 1:31 pm, Ilya Biryukov  wrote:
> Hi. I am developing a new application and thinking about using google
> app engine.
> My question is that if my app becomes too popular and I grow outside
> the available (billable) resources, is there any way to move my data
> off google engine? Can I just export everything to mysql, for example.
> Or any other convertible format?
>
> Thank you.
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---