开发者_C百科
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this questionHow to download big table like MySQL into my pc?
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/
Yeah, you can download the contents of your datastore in a number of formats.
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.
精彩评论