# cqlkit を Homebrew でインストール

cqlkit のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cqlkit
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cqlkit
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:cqlkit
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.3.3
- **ソース概要:** CLI tool to export Cassandra query as CSV and JSON format
- **ホームページ:** <https://github.com/tenmax/cqlkit>
- **リポジトリ:** <https://github.com/tenmax/cqlkit>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cql2cql (エイリアス)
- cql2csv (エイリアス)
- cql2json (エイリアス)
- cqlkit (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.3.3
## プロジェクトの歴史と使われ方

cqlkit is a small Cassandra command-line toolkit for exporting CQL query results as JSON or CSV.

### プロジェクトの歴史

The project was created by TenMax around a narrow operational gap: Cassandra's CQL shell is useful interactively, but ad hoc export into semi-structured or structured formats is awkward.

### 採用の歴史

Its adoption profile is modest and task-specific. The official README documents direct release downloads, Homebrew installation on macOS, and Docker execution.

### 使われ方

The package installs `cql2json`, `cql2csv`, `cql2cql`, and `cqlkit`. Users pass a query, file, or standard input and can reuse a cqlsh-compatible `~/.cassandra/cqlshrc` file for connection settings.

### パッケージ好きにとっての重要性

cqlkit is the kind of utility package that matters in data operations because it turns a database-specific query path into ordinary shell-friendly JSON and CSV streams.

### タイムライン

- v0.1.0: Early release series added partition-key and token-range query helpers.
- v0.3.x: Later releases kept the export-oriented CLI packaged for release downloads and Homebrew.

### Related projects

- cqlkit is adjacent to Apache Cassandra's `cqlsh`, but focuses on export workflows rather than interactive administration.

### ソース

- <https://github.com/tenmax/cqlkit#readme>
- <https://github.com/tenmax/cqlkit/releases>
- <https://formulae.brew.sh/formula/cqlkit>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/cqlkit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cqlkit.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
