No Cassandra db?

I am exploring the idea of switching a Linux server with cassandra on it over to FreeBSD, but I see that cassandra support really isn't existent, correct? If I by chance was able to make that transition then, what would be a viable alternative to cassandra? Not a fan of the idea of compiling from source, it's a bit too wild-wild-west for what I'm looking to do and I like the idea that actual software devs would have looked it over before shoving it to ports/pkg
 
<what would be a viable alternative to cassandra?>

It really depends on what type of data is being stored and what you're trying to do with that data (query time). There are a bunch of very nice alternatives to Cassandra, most of them already in the ports tree. I would suggest that you break down the data types you're trying to store (time-series / text / image / etc) and weigh the pros & cons of each DB package (and what engine the packages include) in order to find a most suitable alternative.
 
Some of the major features I need are the NoSQL ideology that comes with Cassandra, along with it being distributed and lastly easy to port my existing data to the new database. Ultimately, there are some key features that exist in FreeBSD that I want over Linux, but a crucial element is a more seamless transfer of our existing software. As it stands, FreeBSD has everything I need except Cassandra and I'm unfamiliar with any alternatives

SirDice thank you for the heads up on the status of cassandra2
 
There is a port: databases/cassandra2 but it appears to be broken and will be removed soon.

that was a JVM issue in OpenJDK. Since last update of OpenJDK8, Cassandra is running again under FreeBSD. Still no port (perhaps I or someone else writes one) - but I`ve tested Cassandra2 and the current git-dev-Version, both working again.Would be interesting to know if someone has already tested under load ....
 
You could have a look at the old port, maybe with a few changes it can be made to work again. It could then be reinstated. The fact that it has been removed in the past doesn't mean it can never be put back again ;)
 
You could have a look at the old port, maybe with a few changes it can be made to work again. It could then be reinstated. The fact that it has been removed in the past doesn't mean it can never be put back again ;)
.. I already have read the Makefile in old cassandra2-port & its dependencies etc, should be doable relatively easy to write a new port . I´m not a current committer.... but maybe I can change that... should be intersting enough to port cassandra3 ( or upcoming 4) back to here. Would be Even easier for an experienced committer.c.-
 
Back
Top