Skip to content

Instantly share code, notes, and snippets.

@DorkNstein
Last active April 28, 2018 18:39
Show Gist options
  • Save DorkNstein/8394f61f5dc0bd7a96dfc2537a72d98b to your computer and use it in GitHub Desktop.
Save DorkNstein/8394f61f5dc0bd7a96dfc2537a72d98b to your computer and use it in GitHub Desktop.
brew install cassandra
brew info cassandra # To see status of cassandra
brew services start cassandra # To start cassandra
brew services stop cassandra # To stop cassandra
# Cassandra.yaml file location
cat /usr/local/etc/cassandra/cassandra.yaml
# Use localhost as devcenter connection & 9042 port (default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment