News

Row security with ACL filtering is already implemented in Java spring with the @PostFilter and @PreFilter annotation and the SpEL expression hasPermissoion. However, a need may arise to filter out the ...
In CQL3 columns can be rows as well depending on your column family schema. Here is a simple example. Say that you have a simple table created as follows. Note the use of the simple key validator, ...
Our logger is implemented as a Java library, which tracks two types of dataflows: dataflows between objects inside a Java program, and dataflows between a Java object and a row and column in a ...