Just contributed to the great Cassandra CQL exporter tool on github:
List of my changes:
- added possibility to export multiple keyspaces separated with ","
- added possibility to export...
Continue reading... Cassandra CQL exporter - export multiple keyspaces
Cassandra allows you to do backups using nodetool snapshot command.
But, this snapshot is not stored in .CQL format (which lists actual CQL commands just as you'd type them via CQL command line)
I came around this great exporter: https://github.com/thangbn/cassandra-CQL-exporter
You ca...
Continue reading... Cassandra CQL exporter with SSL and truststore