mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 09:42:29 +00:00
- Also updated SSC to work with Cassandra in SSL mode. - Created Schema in Cassandra on SSC startup
21 lines
806 B
YAML
21 lines
806 B
YAML
name: cassandra
|
|
apiVersion: v2
|
|
version: 5.5.3
|
|
appVersion: 3.11.6
|
|
description: Apache Cassandra is a free and open-source distributed database management system
|
|
designed to handle large amounts of data across many commodity servers, providing high
|
|
availability with no single point of failure.
|
|
Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous
|
|
masterless replication allowing low latency operations for all clients.
|
|
keywords:
|
|
- cassandra
|
|
- database
|
|
- nosql
|
|
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/Cassandra_logo.svg/330px-Cassandra_logo.svg.png
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-cassandra
|
|
home: http://cassandra.apache.org
|
|
maintainers:
|
|
- name: Bitnami
|
|
email: containers@bitnami.com
|
|
engine: gotpl |