Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 20 posts
Create Cassandra Cluster in Vagrant using Ansible
11/14/2019
Pratheep AnanthanMay 4 · 6 min readPhoto by Samson Creative. on UnsplashThis post explains about deploying a 3-node Cassandra cluster in your laptop by simply using a ‘vagrant up’ command.Usually, dev...
andrewrothstein/ansible-cassandra-cluster
Installs and configures a cassandra cluster Requirements See meta/main.yml Role Variables See defaults/main.yml Dependencies See meta/main.yml Example Inventory [cassandra-cluster] host[1-n].test Ex...
wireapp/ansible-cassandra
ansible-cassandra Ansible role to install an Apache Cassandra cluster supervised by systemd. Includes the following: Some OS tuning options such as installing jemalloc, setting max_map_count and tcp_k...
rackerlabs/ansible-cassandra
9/9/2019
Installs and configures N number of Cassandra nodes in a cluster on Rackspace Public Cloud & (AWS WIP) Requirements Ansible > v1.8 Rackspace Public Cloud account Configuration and files config/group...
avinash-mishra/cassandra_snapshot_backup
7/30/2019
Synopsis Cassandra does not provide an easy way to snapshot files and store these snapshots in local directories. This script does that for the user, and restores them using the same snapshot files cr...
Cassandra Backups and Restorations Using Ansible (Joshua Wickman, Kne…
6/26/2019
Cassandra Backups and Restorations Using Ansible (Joshua Wickman, Kne… SlideShare Explore You Successfully reported this slideshow.Cassandra Backups and Restorations Using An...
abelboldu/ansible-cassandra
Ansible role to install cassandra cluster for MidoNet Role Variables cassandra dictionary or group in hosts inventory. See example: [cassandra] cs1.midoexample.net cs2.midoexample.net cs3.midoexample...
Setting Up a Cassandra Cluster Through Ansible - DZone Database
In this post, we will use Ansible to and set up an Apache Cassandra database cluster. We will use AWS EC2 instances as the nodes for the cluster. Creating a cluster manually is a tedious task. We have...