Which Cassandra API provides the highest level of abstraction?
Posted
by knorv
on Stack Overflow
See other posts from Stack Overflow
or by knorv
Published on 2010-04-22T17:42:25Z
Indexed on
2010/04/22
17:53 UTC
Read the original article
Hit count: 163
cassandra
There are a lot of Cassandra API:s available and usually the programming language preference determines the choice of API.
However, if we take the programming language component out of the equation, what Cassandra API provides the highest level of abstraction?
Definition of "level of abstraction" in this context: An API providing a lot of extra goodies such as index handling, etc would be considered being at a higher abstraction layer than a bare bones "close to Thrift" API.
© Stack Overflow or respective owner