Questions tagged [aquiles]

Aquiles is a .NET (v3.5 or above) Client for Apache Cassandra version 0.6.X or above using Thrift API.

Aquiles is a .NET (v3.5 or above) Client for Apache Cassandra version 0.6.X or above using Thrift API.

See http://aquiles.codeplex.com/

2 questions
3
votes
5 answers

Cassandra .Net driver and CQL driver (Aug 2012)

Questions have been asked on SO about this, but they are over a year old, so I'm re-posting. I'm not asking which is the "best" driver as that is subjective. I'm looking for data concerning stability, compliance to the latest Cassandra features,…
IamIC
  • 17,747
  • 20
  • 91
  • 154
0
votes
1 answer

Inserting data into cassandra using Aquiles

I got a sample code from net for inserting: In the line below, should "Cassandra1" be placed in web.config? If yes as what? ICluster cluster = AquilesHelper.RetrieveCluster("Cassandra1"); In the code below, what is CassandraClient? Is it a class?…
user1400915
  • 1,933
  • 6
  • 29
  • 55