LoginSignup
0
0

More than 3 years have passed since last update.

Cassandra立ち上げコマンドなど

Last updated at Posted at 2021-01-28

Cassandraのコマンドを備忘録として残します

//ローカルのCassandra立ち上げる
 % cassangra -f

//Cassandraのなかに入る
 % cqlsh

//テーブル一覧みる
 % describe tales

// cassandra のコンテナIDを調べる
 % docker ps
 % docker exec -it container_id cqlsh

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0