AW: cassandra gui

2012-03-30 Thread Markus Wiesenbacher | Codefreun.de
Inside the webapp (f.g. webapps/apollo/WEB-INF/classes) you can find apollo.properties with the property max.number.row.keys and the default 100. Please try to change this to a higher integer. But as far as I can see it is not used for the columns … Von: Markus Wiesenbacher | Codefreun.de [m

AW: cassandra gui

2012-03-30 Thread Markus Wiesenbacher | Codefreun.de
If you do search without a key I just read the first 100 row-keys and return them. I am using Thrift at the moment to select the keys (subject to change) and I haven´t found a way to do paging with this API. I think, searching for a specific key is the most efficient way to get to your data, instea

AW: cassandra gui

2012-03-29 Thread Markus Wiesenbacher | Codefreun.de
Hi, yes you can insert data into cassandra with apollo, just try the demo center: http://www.codefreun.de/apolloUI/ You can login by just press the login-button (autologin) and play around with it. More info: http://codefreun.de/en/apollo-en If you miss any feature, please let me know! Best