Wiki

Clone wiki

cassandra-esper / CassandraAuthentication

Authentication against the Cassandra store

Cassandra-Esper support basic authentication, i.e., providing username and password. These will be taken from system properties.

Specifying system properties

The system properites holding the Cassandra username and password can be configured via the JSON configuration for Cassandra-Esper.

create window CassandraWindow.cassandra:cassandradw('
{
    "host":"127.0.0.1", 
    "keyspace":"testks",
    "table":"testtable",
    "username-property": "cassandra-username",
    "password-property": "cassandra-password"
    "root-username-property": "cassandra-root-username",
    "root-password-property": "cassandra-root-password"
}') 
as CassandraEvent
By default, the values for "usernameProperty" is "cassandra-username" and for "passwordProperty" it is "cassandra-password".


<< Prev (statements) Next (return to home) >>


Cassandra-Esper

(C) 2013 University of Zurich, Department of Informatics

This software comes with no warranty.

Updated