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 9 posts
Building Data Services with Apache Cassandra | DataStax
3/21/2023
March 17, 2023Using data APIs and advanced data modeling will make it far easier for JSON-oriented developers to connect to Cassandra.Filed in: Authored bySign up for our Developer NewsletterGet the l...
DataStax-Examples/kafka-connector-sink-json
10/23/2020
This example shows how to ingest JSON records from Kafka to multiple tables in the Cassandra database using the DataStax Apache Kafka Connector.Contributor(s): Chris Splinter, Tomasz LelekHave Questio...
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...
joaquincasares/CassandraJsonMapper
1/8/2019
CassandraJsonMapper is an Apache Cassandra Python driver developed for direct functionality to store JSON-style objects mapped into Cassandra composite columns. This is done via the main methods: sav...
masumsoft/cassandra-exporter
10/22/2018
Cassandra exporter is a data export / import tool for cassandra that is simple to use and works for unicode and complex data types. It is developed in Javascript and the exported data is stored in JS...
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...