8

I am looking into the nosql databases and i am wondering which is better as an adaptor for the cassandra project. I develop in c#.net and so the site gave me a choice of two(very kind). But i want to know which will help me most and be best performance etc. Has any one used either the fluent cassandra or the aquiles and if so how did you get on?

Any comments appreciated. Thanks in advance.

4

2 に答える 2

10

My personal choice is Aquiles. It's updated more frequently than Fluent Cassandra. It also has connection pooling, strong concurrency and high availability characteristics. It's more mature in my opinion. The author is also using it in a high traffic project.

EDIT: there is a new .net cassandra client http://code.google.com/p/cassandra-sharp/ and it seems more stable(based on the feedbacks from cassandra sharp google group)

于 2011-01-23T16:33:31.883 に答える
2

You should NOT use FluentCassanra. FluentCassandra is not yet mature. E.G. it has no documentation. Nowhere! You get two articles of introduction, which cover the basic parts. But, if you want to do something beside that, you WILL get lost.

于 2012-01-25T09:21:58.553 に答える