# cassandra mit Homebrew, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cassandra in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:cassandra
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cassandra
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install cassandra
```

  Evidenz: MacPorts ports tree: databases/cassandra/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cassandra
```

  Evidenz: nixpkgs package indexes: cassandra from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S perl-geoip
```

  Evidenz: Arch Linux sync databases: perl-geoip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:cassandra
- **Paketmanager:** Homebrew
- **Version:** 5.0.8
- **Quellzusammenfassung:** Eventually consistent, distributed key-value store
- **Homepage:** <https://cassandra.apache.org>
- **Zuletzt aktualisiert:** 2026-07-10T22:32:06Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- auditlogviewer (Alias)
- cassandra (Alias)
- cassandra-stress (Alias)
- compaction-stress (Alias)
- cqlsh (Alias)
- cqlsh.py (Alias)
- debug-cql (Alias)
- fqltool (Alias)
- generatetokens (Alias)
- hash_password (Alias)
- jmxtool (Alias)
- nodetool (Alias)
- sstabledump (Alias)
- sstableexpiredblockers (Alias)
- sstablelevelreset (Alias)
- sstableloader (Alias)
- sstablemetadata (Alias)
- sstableofflinerelevel (Alias)
- sstablepartitions (Alias)
- sstablerepairedset (Alias)
- sstablescrub (Alias)
- sstablesplit (Alias)
- sstableupgrade (Alias)
- sstableutil (Alias)
- sstableverify (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 5.0.8
## Projektgeschichte und Nutzung

Apache Cassandra is an open-source distributed NoSQL database built for high availability, linear scalability, and fault tolerance on commodity hardware or cloud infrastructure. It is one of the most recognizable databases in the package-manager catalog because a single package ships the server, cqlsh, nodetool, and a large set of SSTable and operations tools.

### Projektgeschichte

The Apache Cassandra GitHub repository dates to 2009. The official README describes Cassandra as a highly scalable partitioned row store, with partitioning used to distribute data across machines and CQL as a SQL-like query language.

Cassandra's release history spans many major operational changes. Current NEWS and CHANGES files describe work such as transactional cluster metadata, guardrails, repair automation design work, table constraints, role/password policies, and extensive storage-engine and read-path performance improvements.

### Adoptionsgeschichte

The official project homepage says Cassandra is trusted by thousands of companies for scalability and high availability. Its case studies list very large deployments, including Apple running more than 75,000 nodes, Instagram beginning use in 2012, Netflix managing petabytes of data, and Uber running Cassandra as a service for millions of queries per second and petabytes of data.

Homebrew analytics show 3,989 stable installs in the last 365 days in the formula API, reflecting developer and local-test usage rather than production cluster deployment.

### Wie es verwendet wird

The package is used to run Cassandra nodes, start local clusters, interact through `cqlsh`, and administer clusters with tools such as `nodetool`, `sstabledump`, `sstableloader`, and related SSTable utilities. Official docs identify `cassandra.yaml` as the main configuration file and cqlsh as the command-line CQL shell shipped with every Cassandra package.

### Warum Paket-Nerds sich dafür interessieren

For package maintainers, Cassandra is a heavy, multi-tool Java database package with config files, shell tools, Python cqlsh behavior, and fast-moving runtime requirements. It is a good test of how a package manager handles daemon-oriented software, Java compatibility, CLI shims, configuration defaults, and large upstream release artifacts.

### Zeitleiste

- 2009: Apache Cassandra repository created.
- 2012: Instagram began using Cassandra according to the official case-study page.
- 2016: Bloomberg quote on the official homepage says its engineers turned to Cassandra that year.
- 2026: Homebrew formula packages Apache Cassandra 5.0.8.

### Related projects

- CQL and cqlsh are Cassandra's query language and interactive shell surface.
- Reaper for Apache Cassandra is a related operations tool focused on repair scheduling.
- Apache Lucene-derived and storage-engine tooling appears around Cassandra indexing and SSTable operations, but Cassandra ships its own administration tools.

### Quellen

- <https://gitbox.apache.org/repos/asf/cassandra.git>
- <https://cassandra.apache.org>
- <https://cassandra.apache.org/_/case-studies.html>
- <https://cassandra.apache.org/doc/latest>
- <https://github.com/apache/cassandra>
- <https://github.com/apache/cassandra/blob/trunk/README.md>
- <https://github.com/apache/cassandra/blob/trunk/NEWS.txt>
- <https://github.com/apache/cassandra/blob/trunk/CHANGES.txt>
- <https://formulae.brew.sh/api/formula/cassandra.json>


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: /etc/cassandra/cassandra.yaml
- Unix: conf/cassandra.yaml

## Credential files

- Unix: ~/.cassandra/credentials
## Andere Paketmanager-Einträge

- Nix - cassandra: normalized package name match | nixpkgs package indexes: cassandra from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- pacman - perl-geoip - 1.51-4: normalized package name match | Arch Linux sync databases: perl-geoip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GeoIP Perl API | https://github.com/maxmind/geoip-api-perl
- MacPorts - cassandra: normalized package name match | MacPorts ports tree: databases/cassandra/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
