Database Reference
In-Depth Information
You should put these two lines at the bottom of your .bashrc file to ensure that things
still work when you open a new terminal.
Note
The installation instructions given earlier assume that you're using the latest version of
Mac OS X (at the time of writing this, 10.10 Yosemite). If you're running a different ver-
sion of OS X, installing Java might require different steps. Check out ht-
tps://www.java.com/en/download/faq/java_mac.xml for detailed installation information.
Once you've got the right version of Java, you're ready to install Cassandra. It's very easy
to install Cassandra using Homebrew; simply type the following:
$ brew install cassandra
$ pip install cassandra-driver cql
$ cassandra
Here's what we just did:
• Installed Cassandra using the Homebrew package manager
• Installed the CQL shell and its dependency, the Python Cassandra driver
• Started the Cassandra server
Search WWH ::




Custom Search