Cassandra was written in Java, and is usually deployed on Linux systems (the term LAMP, refers to the stack of usual suspects; linux-apache-mysql-php). In this case, Cassandra would be a No-SQL bigtable alternative to something like MySql, and would be used by java-centric developers, so no PhP there. But you're still talking about the Unix/Linux world, whereas Delphi exists in the Windows world.
So, with Cassandra running on a Linux (web-server) box, how to access it from a Delphi app running windows box? The APIs are part of the facebook "Thrift" API. You could use a Python-Delphi integration module to load up the Python thrift APIs. Or you could write your own native pascal Thrift integration. I see problems with both approaches. For one thing, you would be on your own here, either way.
Looks like Cassandra can run on Windows (it is written in Java, so it better!), and a bat file is included to start it up on Windows, but the file layout is "more designed for Unix use", and it is used in deployment almost exclusively on Linux or Unix systems.