# tuna and Cassandra

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run Cassandra server

Installation instructions can be found in the [official documentation](https://cassandra.apache.org/doc/latest/cassandra/getting-started/cassandra-quickstart.html).

## Step 3. Run tuna

Cassandra uses port `9042` by default:

```bash
tuna tcp 9042

```
