cassandra_1 | INFO [main] 2021-10-22 15:03:22,048 Server.java:159 - Starting listening for CQL clients on /0.0.0.0:9042 (unencrypted)...
cassandra_1 | INFO [main] 2021-10-22 15:03:22,111 CassandraDaemon.java:564 - Not starting RPC server as requested. Use JMX (StorageService->startRPCServer()) or nodetool (enablethrift) to start it
cassandra_1 | INFO [main] 2021-10-22 15:03:22,111 CassandraDaemon.java:650 - Startup complete
[ ... ]
Starts a single node Cassandra cluster as a container in the foreground and binds to 0.0.0.0:9042.
### Connecting with cqlsh
Running `cqlsh` from an (ephemeral) container:
$ make cqlsh
Or optionally, to run `cqlsh` from the host:
$ . py/bin/activate
$ cqlsh
_NOTE: Use `deactivate` to leave the Python virtual environment._
### Creating schema & loading test data
$ make bootstrap
The `bootstrap` target is a convenience that reads files with a `.cql` extension (in sort lexical order)
from `bootstrap.d`, and runs them with `cqlsh -f`.
### Shutting down
To terminate the service, remove all associated state and containers: