Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dina-hosny/learning-apache-cassandra

Simple Tasks to Learn and Practice the Apache Cassandra NoSQL database queries.
https://github.com/dina-hosny/learning-apache-cassandra

apache apache-cassandra cassandra cassandra-database cql nosql

Last synced: about 1 month ago
JSON representation

Simple Tasks to Learn and Practice the Apache Cassandra NoSQL database queries.

Awesome Lists containing this project

README

        

# Learning Apache Cassandra

Simple Tasks to Learn and Practice the Apache Cassandra NoSQL database queries.

## What is Apache Cassandra?

Apache Cassandra is an Open-Source, Distributed, Wide-Column store, NoSQL data storage system that leverages a distributed architecture to enable high availability, reliability, and handling of large amounts of data across many servers, managed by the Apache non-profit organization.

## Repository's Content:

Learning Apache Cassandra repository contains two files:

- ```Apache Cassandra - first file``` contains some practicing queries on the CRUD operations.

- ```Apache Cassandra - second file``` contains some practicing queries on CRUD operations, Primary and Partition Keys, and Relations.