tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

support C* 2.1 version #71

Closed wavelet123 closed 6 years ago

wavelet123 commented 6 years ago

Hi, Can this support C 2.1 version? as many users are still using C 2.x version. Thanks

tolbertam commented 6 years ago

Hi @wavelet123,

Unfortunately, there isn't an easy way to do that. The initial motivation for sstable-tools was to provide tooling that was missing in C 3.0 but was present in C 2.x, that being the sstable2json command.

We implemented an sstable2json for C 3.0 in sstable-tools that was eventually merged into C and named sstabledump (article).

The remaining useful tooling in sstable-tools (cli, describe, etc.) is mostly experimental and was written solely for C* 3.x.