Skip to content

Commit

Permalink
Bump to alpha11
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbertam committed Jul 26, 2017
1 parent f86f557 commit 34b83f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SSTable Tools

[![Build Status](https://travis-ci.org/tolbertam/sstable-tools.svg?branch=master)](https://travis-ci.org/tolbertam/sstable-tools) [![Github Releases (by Release)](https://img.shields.io/github/downloads/tolbertam/sstable-tools/v3.11.0-alpha10/total.svg)](https://github.com/tolbertam/sstable-tools/releases/tag/v3.11.0-alpha10)
[![Build Status](https://travis-ci.org/tolbertam/sstable-tools.svg?branch=master)](https://travis-ci.org/tolbertam/sstable-tools) [![Github Releases (by Release)](https://img.shields.io/github/downloads/tolbertam/sstable-tools/v3.11.0-alpha11/total.svg)](https://github.com/tolbertam/sstable-tools/releases/tag/v3.11.0-alpha11)

A toolkit for parsing, creating and doing other fun stuff with Cassandra 3.x SSTables. This project is under development and not yet stable. Mainly a proof of concept playground for wish items.

Pre compiled binary available:

* [sstable-tools-3.11.0-alpha10.jar](https://github.com/tolbertam/sstable-tools/releases/download/v3.11.0-alpha10/sstable-tools-3.11.0-alpha10.jar) - Supports 3.0 to 3.11 (ma, mb and mc sstable formats)
* [sstable-tools-3.11.0-alpha11.jar](https://github.com/tolbertam/sstable-tools/releases/download/v3.11.0-alpha11/sstable-tools-3.11.0-alpha11.jar) - Supports 3.0 to 3.11 (ma, mb and mc sstable formats)

**Note:** This tool formerly included a `tojson` command which dumped SSTable contents to JSON. This functionality has
since been merged into Cassandra starting with versions 3.0.4 and 3.4 as the `sstabledump` command.
Expand Down

0 comments on commit 34b83f6

Please sign in to comment.