|
Size: 640
Comment: add CQL information
|
← Revision 38 as of 2013-05-19 03:58:34 ⇥
Size: 641
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| The preferred interface to Cassandra 1.2 and 2.0 is CQL. DataStax has documentation for [[javascript:void(0);/*1368935502273*/|CQL and cqlsh]], and the language grammar is [[http://cassandra.apache.org/doc/cql3/CQL.html|here]]. | The preferred interface to Cassandra 1.2 and 2.0 is CQL. !DataStax has documentation for [[javascript:void(0);/*1368935502273*/|CQL and cqlsh]], and the language grammar is [[http://cassandra.apache.org/doc/cql3/CQL.html|here]]. |
CQL
The preferred interface to Cassandra 1.2 and 2.0 is CQL. DataStax has documentation for CQL and cqlsh, and the language grammar is here.
To use CQL you should also understand Cassandra data modeling.
If you plan to write a CQL client, you should also read about the communication protocol specification.
Thrift
You can read about the legacy Thrift RPC API here.