Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dina-hosny/learning-apache-cassandra
- Owner: Dina-Hosny
- Created: 2023-02-15T20:35:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T15:30:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T23:37:01.856Z (2 months ago)
- Topics: apache, apache-cassandra, cassandra, cassandra-database, cql, nosql
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.