Edward Capriolo
Edward Capriolo
Because it is hard to ship the lucene DB due to its size and memory constraints, we are deploying clavin as a web service. https://github.com/edwardcapriolo/clavin-aas I just wanted to get...
So this is a way to move the "examples" to actually working end to end. It is a real PITA to try to get schema registry classpath in this classpath...
We should have an IntegrationTest that does not run as part of the unit tests. I think the idea would be starting with cluster of size 2 - 100 launch...
We can add a field to the message format that can be used to gossip custom data. We can have an extra field that can be a hashmap. Users can...
Prepared statements are still broken after . We should clean this up
Look at what they did here to grab cql types...https://github.com/mkjellman/perlcassa
So we should have an endpoint that is an html form like drop down : operation CQLQuery Set Get ... After the first drop we look at the argumentsions in...
Want to do something like a slice merge, this would require paging two difference slices at the same time.
Currently on the request side objects go into maps then into json/xml then cassandra. req.add( IntraOp.setOp("5", "6", "7")); //5 req.add( IntraOp.getOp("5", "6")); //7 But on the response side results are...