Skip to content

Instantly share code, notes, and snippets.

@devdazed
Created March 5, 2013 19:28
Show Gist options
  • Select an option

  • Save devdazed/5093388 to your computer and use it in GitHub Desktop.

Select an option

Save devdazed/5093388 to your computer and use it in GitHub Desktop.
for ks in SYSTEM_MANAGER.list_keyspaces():
describe_keyspace(ks)
for cf in SYSTEM_MANAGER.get_keyspace_column_families(ks):
describe_column_family(ks, cf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment