A highly scalable, eventually consistent, distributed, structured key-value store.
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. Cassandra was open sourced by Facebook in 2008, and is now developed by Apache committers and contributors from many companies.
The Apache Cassandra Project develops a highly scalable second-generation distributed database, bringing together Dynamo's fully distributed design and Bigtable's ColumnFamily-based data model. Cassandra was open sourced by Facebook in 2008, and is now developed by Apache committers and contributors from many companies.
To install cassandra, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cassandra
To see what files were installed by cassandra, run:
port contents cassandra
To later upgrade cassandra, run:
sudo port selfupdate && sudo port upgrade cassandra
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.