Cassandra

Schema for configuring Cassandra database connection parameters

Properties

Name Type Description Required
type string DB type
Constant Value: "cassandra"
yes
hosts string[] Cassandra hosts
yes
port integer Cassandra DB port
Default: 9042
Minimum: 1
Maximum: 65535
no
database string DB name
no
user string DB user
no
password string DB password
no

Additional Properties: not allowed
Example

cache:
  type: cassandra
  hosts:
    - localhost
  port: 9042
  database: myDB
  user: myUser
  password: myPassword

hosts[]: array

Cassandra hosts

Items: Address of Cassandra node

Item Type: string