Tag: cassandra

How to Create Keyspace in Cassandra

July 14, 2020

Find out how to quickly create different kinds of keyspaces by following the examples in this tutorial. Once you create a keyspace, you can follow the instructions to learn how to alter or delete Cassandra keyspaces.

Read more

How to Create, Drop, Alter, and Truncate Tables in Cassandra

July 2, 2020

The process for creating tables in Cassandra depends on what type of information you want to query. Follow the instructions in this guide to create a table in Cassandra using different types of keys, and to learn how to alter, drop, or truncate a table.

Read more

How to Install Cassandra on Ubuntu

June 23, 2020

This tutorial covers everything you need to do in order to install Apache Cassandra on your Ubuntu machine. Follow the steps for installing Java and other dependencies before you run the Cassandra installation.

Read more

Cassandra Data Types: Built-in, Collection, & User-defined

June 10, 2020

Apache Cassandra, a NoSQL database, supports a variety of data types, including built-in, collection, and user-defined data types. This article explains how these differ from each other and help you decide when to use one over the other.

Read more

How to Install Cassandra on Windows 10

June 8, 2020

This in-depth tutorial explains how to install Cassandra on Windows 10. The abundance of images in this tutorial makes installing Cassandra on Windows very easy. Besides learning how to install Cassandra on Windows the guide also shows you how to install Java 8 and Python 2.7.

Read more

Cassandra vs MongoDB - What are the Differences?

April 27, 2020

Learn about the difference between Cassandra and MongoDB. These NoSQL databases have some similarities, but many more differences. Examine these factors and decide which database is better for you.

Read more