开发者

Is there any documentation for the Cassandra Erlang interface?

I have looked everywhere, and to use Cassandra from Erlang you end开发者_StackOverflow社区 up having to download (amongst others):

boost thrift

: and then you have generate the erlang library by hand, and then copy lib files and beams files. Once you have the whole thing working there is absolutely zero documentation anywhere. If anyone could show me some user friendly documentation it would be much appreciated.


The ThriftExmples page on the Apache Cassandra wiki page is probably the best place to start. The current examples are using PHP, Python, Java, Perl and C#.

The examples, and the documentation, should hopefully help you with some Cassandra basics (e.g diff ColumnParent & ColumnPath)

The entire Cassandra API is documented here

Feel free to add API examples using Erlang on the wiki page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜