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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| host | str | 3.1. host (str) |
| host | str | 3.1. host (str) |
| host | str | Host of Cassandra node. |
4.2. cass_retrieve(keyspace, column_family, key, column, value)
4.1. 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.
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.
Copyright © 2013 www.indigital.net