Introduces Cql Requests to Milkman using cassandra datastax driver.
This plugin requires milkman-jdbc
plugin
After placing the jar into \plugin
folder, you also have to place the driver-jars you want to use in that folder as well.
The used url is of following format:
cql://host[/keyspace]?dc=...[&username=...&password=...]
supported parameters
name | description |
---|---|
dc | datacenter, required. for local installations, this should be 'datacenter1' |
username | username, optional |
password | password, optional |
- Execution of Requests against cassandra databases