AI-powered search & chat for Data / Computer Science Students

Apache Cassandra

 Full Stack Python

Apache Cassandra is a column-family NoSQL data store occasionally used for persisting data in Python applications.

Read more at Full Stack Python

Key Features of Apache Cassandra: A Comprehensive Overview

 Level Up Coding

Photo by Uriel SC on Unsplash Introduction Apache Cassandra is a distributed and decentralized NoSQL database system that boasts a set of key features making it highly scalable, fault-tolerant, and ea...

Read more at Level Up Coding

Unveiling Apache Cassandra: A Comprehensive Overview

 Level Up Coding

Photo by Andre Klimke on Unsplash Introduction Apache Cassandra, an open-source, distributed, and highly scalable NoSQL database, has become a cornerstone in the realm of data management. In this arti...

Read more at Level Up Coding

Architecture of Cassandra

 Level Up Coding

The Apache Cassandra architecture is designed to provide scalability, availability, and reliability to store massive amounts of data. After reading this document, you will have a basic understanding o...

Read more at Level Up Coding

Navigating the Cassandra Query Language Shell: A Practical Guide

 Level Up Coding

Photo by Anastasia Petrova on Unsplash Welcome to the realm of Apache Cassandra and its Query Language — CQL Shell! In this journey, we’ll demystify the Cassandra Query Language, explore ways to run C...

Read more at Level Up Coding

Cassandra — A Decentralized Structured Storage System

 Analytics Vidhya

Cassandra is a free distributed storage system developed for handling an enormous amount of data spread out across many nodes in a cluster. Cassandra helps to maintain the reliability and scalability…...

Read more at Analytics Vidhya

Getting Started with Cassandra NoSQl Database

 Better Programming

Cassandra internal architecture explained with Architecture, different types of keys, Materialized View, Query First Modelling, Nodes and tokens, Replication, Consistency, Gossip Protocol, read/write ...

Read more at Better Programming

When to use Cassandra and when to steer clear

 Towards Data Science

“But Cassandra doesn’t do it well!” is definitely not something you want to hear after deploying a Cassandra cluster and getting down to work with it. Before making any investments, let’s check…

Read more at Towards Data Science

Python and Apache Cassandra™ for Beginners

 Towards Data Science

Python is one of the most widely used programming languages with a huge and supportive community, while Cassandra is one of the most popular NoSQL databases traditionally used for web applications…

Read more at Towards Data Science

Develop & Deploy a Cassandra based application on Oracle Cloud

 Oracle Developers

This blog will demonstrate how to build and CI/CD a Java application which uses Cassandra for storage. It will focus on the following areas

Read more at Oracle Developers

Apache Cassandra: Best use practices in the search for performance ?!

 Level Up Coding

Cassandra is a NoSQL database developed to ensure rapid scalability and high availability of data, being open source and maintained mainly by the Apache Foundation and its community. Its main…

Read more at Level Up Coding

Data Modeling in Apache Cassandra: Understanding Tables, Keyspaces, and Primary Keys with Practical…

 Level Up Coding

Data Modeling in Apache Cassandra: Understanding Tables, Keyspaces, and Primary Keys with Practical Examples Photo by Quino Al on Unsplash Introduction to Cassandra Data Model Welcome to the first pa...

Read more at Level Up Coding

Apache Cassandra Python Driver

 Python in Plain English

Cassandra as Word Cassandra’s story comes from Greek mythology. Cassandra was the daughter of the Trojan king Priam and had caught the attention of Apollo. Cassandra is specifically designed for larg...

Read more at Python in Plain English

5 Best Apache Cassandra Courses for Beginners and Experienced in 2023

 Javarevisited

Hello guys, If you guys are planning to use or learn any decentralized storage mechanisms and NoSQL database then you have landed right! In the past, I have shared best MongoDB courses, and best cours...

Read more at Javarevisited

Cassandra Architecture and how it performs read and write operations

 Level Up Coding

Cassandra is a distributed database that is used to perform read and write operations at a very high scale. To understand the how to read and write operations we need to understand a few concepts: To…...

Read more at Level Up Coding

Analytics adventures with Pig and Cassandra

 Pete Warden's blog

Photo by Jes After a lot of head-scratching, I ended up choosing Cassandra as the main data store for my latest project. I needed a system that could handle a loading process throwing hundreds of thou...

Read more at Pete Warden's blog

Top 5 reasons to use the Apache Cassandra Database

 Towards Data Science

Cassandra is an incredibly popular database that underpins heavy-load applications like Facebook. Today we will list even more reasons for adding Cassandra to your toolkit. Aside from being a…

Read more at Towards Data Science

Designing Cassandra Data Models 101

 Level Up Coding

Designing data models in Cassandra can be tricky if you are coming from a Relational Databases background. Even though Cassandra tries it best to draw parallels to relational databases when it comes…

Read more at Level Up Coding

Cassandra Consistency Guarantees

 Better Programming

An overview of Cassandra, a database system suitable for systems that require high availability, low latency, and high throughput Photo by Elena Mozhvilo on Unsplash Cassandra is a NoSQL database sys...

Read more at Better Programming

Getting started with Apache Cassandra and Python

 Towards Data Science

In this post, I am going to talk about Apache Cassandra, its purpose, usage, configuration, and setting up a cluster and in the end, how can you access it in your Python applications. At the end of…

Read more at Towards Data Science

Spring Data With Apache Cassandra Database Composite Key

 Javarevisited

As an example, we will work with a database that stores IOT sensor events. The database has a keyspace called IOT and a column family called sensor events. For simplicity, the database cluster has onl...

Read more at Javarevisited

Thoughts on a Cassandra issue?

 Pete Warden's blog

I'm running into consistent problems when storing values larger than 15MB into Cassandra, and I was hoping for some help on tracking down what's going wrong. I've emailed the Cassandra list, but I tho...

Read more at Pete Warden's blog

Lessons from a Cassandra disaster

 Pete Warden's blog

Photo by Earthworm Yesterday one of my nightmares came true; our backend went down for seven hours! I'd received an email from Amazon warning me that one of the instances in our Cassandra cluster was ...

Read more at Pete Warden's blog

Performance benchmark of DataStax Enterprise v6 (Cassandra)

 Analytics Vidhya

The goal of this report is to measure the performance of DataStax Enterprise v6 (Cassandra) in terms of latency and throughput. Cassandra is deployed by three types of cluster configuration. There…

Read more at Analytics Vidhya