Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 34 posts
Migration from Thrift to CQL (Brij Bhushan Ravat, Ericsson) | Cassand…
3/27/2019
Migration from Thrift to CQL (Brij Bhushan Ravat, Ericsson) | Cassand… SlideShare Explore You Successfully reported this slideshow.Migration from Thrift to CQL (Brij Bhushan ...
Cassandra and CQL — what they don’t tell you
3/16/2019
Cassandra and CQL — what they don’t tell youThomas MorganBlockedUnblockFollowFollowingDec 5, 2018A lot of companies are using Cassandra. Should you?Cassandra has a fantastic set of features which make...
Storing Nested Objects in Cassandra with Composite Columns
9/6/2018
One of the popular features of MongoDB is the ability to store arbitrarily nested objects and be able to index on any nested field. In this post I will show how to store nested objects in Cassandra us...
Inserting JSON data into a table
Inserting JSON data with the INSERT command for testing queries.In a production database, inserting columns and column values programmatically is more practical than using cqlsh, but o...
Inserting JSON formatted values
Inserting JSON data with the INSERT command for testing queries.In a production database, inserting columns and column values programmatically is more practical than using cqlsh. The C...
Using Apache Cassandra — A few things before you start
8/28/2018
The CQL — Cassandra Query language gives an almost SQL type interface to Apache Cassandra. I have found many times,that many who use this,do not know about some important points of Cassandra that make...
Cassandra Query Language (CQL) vs SQL
Cassandra Query LanguageCQL vs SQLWhen Apache Cassandra was originally released, it featured a command line interface for dealing with thrift. Manipulating data this way was cumbersome and required le...
elubow/cql-vim
8/13/2018
Highlight CQL syntaxes inside the vim editor. Install with plugin manager " Plug (https://github.com/junegunn/vim-plug) Plug 'elubow/cql-vim' " Vundle (https://github.com/VundleVim/Vundle.vim) Plugin...