CodeGravity

GitHub

Just contributed to the great Cassandra CQL exporter tool on github:

https://github.com/thangbn/cassandra-CQL-exporter/pull/1/commits/7348411743cf5bc3b774dc33d7bf89ee437c6e25

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