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 30 posts
Inserting JSON formatted values
9/6/2018
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...
instaclustr/gocql
8/3/2018
Package gocql implements a fast and robust Cassandra client for the Go programming language. Project Website: https://gocql.github.io/API documentation: https://godoc.org/github.com/gocql/gocqlDis...
GoCQL
Under Development: The GoCQL package is currently actively developed and the API may change in the future.Cluster ManagementGoCQL automatically discovers all data centers, racks and hosts in your c...