91e75e620b
CI: cua-driver distro-compat matrix / debian:12 (glibc 2.36) (push) Has been cancelled
CI: SPDX Headers / Check SPDX headers (warn-only) (push) Has been cancelled
CD: Docs MCP Server / build (linux/amd64) (push) Has been cancelled
CD: Docs MCP Server / build (linux/arm64) (push) Has been cancelled
CD: Docs MCP Server / merge (push) Has been cancelled
CI: cua-driver distro-compat matrix / Resolve release version (push) Has been cancelled
CI: cua-driver distro-compat matrix / fedora:41 (glibc 2.40) (push) Has been cancelled
CI: cua-driver distro-compat matrix / rockylinux:9 (glibc 2.34) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:22.04 (glibc 2.35) (push) Has been cancelled
CI: cua-driver distro-compat matrix / ubuntu:24.04 (glibc 2.39) (push) Has been cancelled
CI: cua-driver distro-compat matrix / Distro compat summary (push) Has been cancelled
CI: Rust Linux unit / Rust Linux unit and compile (push) Has been cancelled
CI: Rust Windows unit / Rust Windows unit and compile (push) Has been cancelled
CI: Nix Linux Rust source / Nix / compositor build (push) Has been cancelled
CI: Nix Linux Rust source / Nix / driver package (push) Has been cancelled
CI: Nix Linux Rust source / Nix / Rust unit tests (push) Has been cancelled
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"id": "apache-cassandra",
|
|
"name": "Apache Cassandra",
|
|
"description": "Apache Cassandra is a highly scalable, masterless NoSQL distributed database designed for managing massive amounts of data across multiple datacenters. It offers linear scalability, fault tolerance with multi-datacenter replication, and zero downtime node replacement. With a hybrid architecture enabling survival of entire data center outages, Cassandra provides high availability and consistently strong performance for read/write operations.",
|
|
"website": "https://cassandra.apache.org",
|
|
"icon_url": "https://cassandra.apache.org/assets/img/logo-white-r.png",
|
|
"categories": [
|
|
"Database"
|
|
],
|
|
"tags": [
|
|
"NoSQL",
|
|
"distributed-database",
|
|
"key-value-store",
|
|
"scalable",
|
|
"high-availability",
|
|
"multi-datacenter",
|
|
"Apache"
|
|
],
|
|
"os_support": [
|
|
"linux",
|
|
"windows",
|
|
"macos"
|
|
],
|
|
"requires_payment": false,
|
|
"foss": true,
|
|
"gh_repo": "https://github.com/apache/cassandra",
|
|
"self_hostable": true,
|
|
"requires_hardware": false,
|
|
"package_managers": {
|
|
"apt": "cassandra",
|
|
"brew": "cassandra",
|
|
"snap": "cassandra"
|
|
},
|
|
"download_url": "https://www.apache.org/dyn/closer.lua/cassandra/5.0.7/apache-cassandra-5.0.7-bin.tar.gz"
|
|
} |