sebgiroux / Cassandra-Cluster-Admin

Manage your Cassandra cluster in your Web browser!
http://www.wajam.com
MIT License
206 stars 66 forks source link

[Feature Request] Import/Export Keyspaces and Column Families #9

Open SunboX opened 12 years ago

SunboX commented 12 years ago

Would be nice to have a import/export function. So we can easily export the keyspace for trying something out or for publishing it from development to production environment.

SunboX commented 12 years ago

Export/Import Data woud be nice, too. (Backup)

sebgiroux commented 12 years ago

I thought about this, the problem is I'm not sure what a good format to export would be. Maybe JSON, but it's probably gonna be a pain to transfer completly a big database. I will have to think about this :D

SunboX commented 12 years ago

ZIP compressed JSON ;o)

SunboX commented 12 years ago

Would be nice to have it compatible with this:

http://wiki.apache.org/cassandra/Operations#line-210

sebgiroux commented 12 years ago

I'm not sure if that could work because this is for specific sstable, and I don't think there is any way from thrift to know from which sstable the data come from... but I could be wrong ?! :|