I’m building a DAO using Astyanax, Netflix’s Java client for Cassandra, and I’ve run into a couple issues.
Tag: apache
Installing Cassandra on Mac
Diving into Cassandra and, as always, the first step is getting a local stack built. I’ve grown incredibly fond of homebrew, and so here is the one step process:brew install cassandra Viola, installed. The response when finished gives additional guidance: If you plan to use the CQL shell (cqlsh), you will need the Python CQL […]