Skip to content

Example Fabric (Python) project enabling Cassandra/DSE commands

Notifications You must be signed in to change notification settings

ibspoof/fabric-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabric.py Cassandra Examples

Example of using Fabric with Cassandra cluster to manage certain configurations

Fabric is a Python (2.5-2.7) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

Requirements

Install Fabric (http://www.fabfile.org/) and Python (v2.6+)

Setup

Check fabfile.py for configuration of hosts and environment settings.

Usage

Listing all commands:

fab --list

Running Cassandra's nodetool command against multiple hosts

fab hosts:west nodetool:info

More Info

See http://docs.fabfile.org/en/1.14/ for documentation of Fabric and usage.

About

Example Fabric (Python) project enabling Cassandra/DSE commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages