
Explore Apache Cassandra, a no-SQL database, and learn to set up a database with a three-bucket external storage pattern for snapshots and backups on Amazon Linux 2.
Access the Cassandra system.log to troubleshoot startup and node connection issues. Learn where logs live by default or when overridden in Cassandra.yaml, and how to diagnose root causes.
Create a Cassandra keyspace via the terminal, describe and verify the keyspace, and learn the implications of dropping a keyspace without confirmation.
Create a Cassandra role and users, explore the role command with multiple options, and grant super user privileges and permissions for these users.
Assign permissions to a user in Apache Cassandra by using grant commands on a keyspace, granting create, alter, modify, and select access.
Create and review an aws s3 bucket, take the first cassandra snapshot with python-cassandra-cli, and store it in a three-bucket setup for cassandra backup and restore.
Discover how to build and execute a commission framework using JavaScript with driver Ijaw and the Jessamine framework, through two hands-on tutorials, including free content for beginners.
This course is designed for Software and DevOps Engineer that want to understand Apache Cassandra NoSQL Data Base. Course includes material such as: DB setup, DB Security configuration, Modeling and inserting data, Data backup on external storage AWS S3 bucket with python-cassandra-cli. Include AWS S3 bucket creation. Overview Apache Cassandra Documentation. Overview python-cassandra-cli, nodetool tools. Apache Cassandra Administration. Apache Cassandra Installation. Data manipulations: INSERT, TRUNCATE, SELECT. Keyspace: CREATE, DROP. Security roles: CREATE, ALTER, LIST.
Cassandra:
Some of the largest production deployments include Apple's, with over 75,000 nodes storing over 10 PB of data, Netflix (2,500 nodes, 420 TB, over 1 trillion requests per day), Chinese search engine Easou (270 nodes, 300 TB, over 800 million requests per day), and eBay (over 100 nodes, 250 TB).
Data is automatically replicated to multiple nodes for fault-tolerance. Replication across multiple data centers is supported. Failed nodes can be replaced with no downtime.
Cassandra is in use at Activision, Apple, BazaarVoice, Best Buy, CERN, Constant Contact, Comcast, eBay, Fidelity, Github, Hulu, ING, Instagram, Intuit, Macy's™, Macquarie Bank, Microsoft, McDonalds, Netflix, New York Times, Outbrain, Pearson Education, Sky, Spotify, Uber, Walmart, and thousands of other companies that have large, active data sets. In fact, Cassandra is used by 40% of the Fortune 100.