Skip to content

This repository holds examples of how to perform various operations in Cassandra

License

Notifications You must be signed in to change notification settings

prasanna1433/cassandra-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Cassandra Examples

Apache Cassandra is a popular NoSQL data store that is used widely in the industry.

Following are introduction into cassandra basics and data modeling:

This repository holds examples of clients that can connect to Cassandra and perform various operation in the cluster.

Please familiarize yourself about cassandra by taking the following courses:

Get latest cassandra from this link

It requires you to have JDK 8 and 3.11.2 don't support JDK 9 , 10 yet.

Then learn about the basic CQL commands like create, alter, insert, update by following CQL Examples in this link

Then get familiarize with the Datastax Java Driver for cassandra

About

This repository holds examples of how to perform various operations in Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages