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
stargate/stargate
10/23/2020
An open source API framework for data.Stargate is a data gateway deployed between client applications and a database. It's built with extensibility as a first-class citizen and makes it easy to use a...
Home
9/23/2020
Stargate makes it easy to use a database for any application workload by adding plugin support for new APIs, data types, and access methods Get Started ...
DataStax unveils Stargate project to turn Cassandra into a multi-model database
DataStax is releasing the first preview of Stargate, a new open source API framework that could eventually turn Apache Cassandra into a multi-model database. It's an approach that has parallels with c...
scylladb/gocqlx
12/19/2019
Package gocqlx is an idiomatic extension to gocql that provides usability features. With gocqlx you can bind the query parameters from maps and structs, use named query parameters (:identifier) and sc...
gatling-cql/GatlingCql
11/18/2019
Gatling DSL support for Apache Cassandra CQLFeaturesBasic Gatling DSL for Apache Cassandra CQL, prepared statements are supported as wellclass CassandraSimulation extends Simulation { val keyspace =...
Coming in 1.2: Collections support in CQL3
3/27/2019
Apache Cassandra is a distributed store. When you distribute data over many machines, doing joins at read time is expensive in the general case (compared to what can be done on a single host), as you...
A thrift to CQL3 upgrade guide
Forewords This guide only describes version 3 of the CQL language. To avoid confusion, we will try to use the term CQL3 rather than CQL most of the time, but even when we don't, this is implicit. Fur...
An Effective Approach to Migrate Cassandra Thrift to CQL (Yabin Meng,…
An Effective Approach to Migrate Cassandra Thrift to CQL (Yabin Meng,… SlideShare Explore You Successfully reported this slideshow.An Effective Approach to Migrate Cassandra ...