-2

How to download big table like MySQL into my pc?

mkrieger1
  • 19,194
  • 5
  • 54
  • 65
zjm1126
  • 34,604
  • 53
  • 121
  • 166
  • this question needs to be clarified. Are you talking about downloading the contents of the app engine datastore? are you talking about downloading all the data google has ever stored in bigtable? Are you asking if google allows you to download an executable version of bigtable that you could set up on your own servers? – Peter Recore Feb 11 '11 at 21:36

3 Answers3

1

AppScale is a platform that allows users to deploy and host their own Google App Engine applications. It executes automatically over Amazon EC2 and Eucalyptus as well as Xen and KVM. It has been developed and is maintained by the RACELab at UC Santa Barbara. It supports both the Python and Java Google App Engine platforms.

http://code.google.com/p/appscale/

guigouz
  • 1,211
  • 1
  • 13
  • 18
0

Google's Bigtable DBMS is proprietary, so you can't download it to your PC.

Two non-proprietary alternatives you might consider are HBase and Cassandra. Both are based on the Bigtable model.

mcduffee
  • 1,237
  • 1
  • 10
  • 14
0

Yeah, you can download the contents of your datastore in a number of formats.

dfichter
  • 1,078
  • 8
  • 9
  • i want to download the database "bigtable" <-- the database of google , not only the contents . – zjm1126 Feb 11 '11 at 06:23
  • @zjm1126 bigtable is proprietary. Google doesn't distribute it. – dfichter Feb 11 '11 at 06:28
  • @zjm1126 What do you mean you want to download "bigtable"? @dfichter's link describes how to download your App Engine data in multiple formats, what else do you want to download, specifically? – Jason Hall Feb 11 '11 at 14:21
  • 1
    @zjm1126 - I don't think you have enough hard drives to download everything google has stored in bigtable. – Peter Recore Feb 11 '11 at 21:34
  • 1
    I think what he's talking about is downloading the DBMS software and not the data. – Chetan Bhasin Apr 20 '14 at 14:04