← Volver al índice de módulos

ndb_cassandra

Apache Cassandra is an open source distributed database management system. It is designed to handle very large amounts of data spread out across many servers.
🛠️ Utilidades y Varios Kamailio 6.1 3 parámetros 4 funciones

Descripción general

Apache Cassandra is an open source distributed database management system. It is designed to handle very large amounts of data spread out across many servers. It is a NoSQL solution. The module allows the insertion and retrieval of information from Cassandra clusters. This is not a DB driver module.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/ndb_cassandra.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/ndb_cassandra

Parámetros de configuración

ParámetroTipoDescripción
host str 3.1. host (str)
host str 3.1. host (str)
host str Host of Cassandra node.

Funciones exportadas

cass_insert(keyspace, column_family, key, column, value)

4.2. cass_retrieve(keyspace, column_family, key, column, value)

cass_retrieve(keyspace, column_family, key, column, value)

4.1. cass_insert(keyspace, column_family, key, column, value)

cass_insert(keyspace, column_family, key, column, value)

Inserts the value for the given key, column, column_family and keyspace. There must be an existing keyspace called 'keyspace' with a column_family called 'column_family' in the targeted Cassandra node.

cass_retrieve(keyspace, column_family, key, column, value)

Retrieves the value for the given key, column, column_family and keyspace. There must be an existing keyspace called 'keyspace' with a column_family called 'column_family' in the targeted Cassandra node.

Autores y contribuidores

Luis Martin Gil <martingil.luis@gmail.com>

Copyright © 2013 www.indigital.net

Módulos relacionados

auth_web3 auth_xkeys avp avpops benchmark blst call_control call_obj