An open API service indexing awesome lists of open source software.

https://github.com/jimthedev/cassandra


https://github.com/jimthedev/cassandra

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# cassandra with rpc / thrift

This image sets uses the latest cassandra image but sets enablethrift / start_rpc to true.

To run for production:

```bash
docker run -d --name cs1 jimthedev/cassandra
```

To build and run for development (replace name with your name):

```bash
docker build -t /cassandra .
docker run -d --name cs1 /cassandra
```