Kythia WorkspaceKythia Workspace

Cassandra

Using Cassandra in Kythia Workspace.

Kythia Workspace provides an automated, seamlessly integrated Cassandra environment.

Installing

Go to Databases -> Cassandra

Select a version from the dropdown menu and click Install

Kythia will download the official Cassandra binaries directly to your local environment.

Default Connection

By default, Cassandra is configured to run on your localhost without conflict.

FieldValue
Host127.0.0.1
Port9042
Usernamecassandra
Passwordcassandra

Configuration

Kythia manages basic configurations for you automatically. If you need to make advanced changes, the configuration files for Cassandra are located at:

C:\kythia\bin\cassandra\{version}\conf\

Data files (where your actual database records live) are stored safely at:

C:\kythia\data\cassandra\

Logs

Log files are extremely useful for debugging failed queries or startup issues. They are located at:

C:\kythia\bin\cassandra\{version}\logs\

You can also view the logs in real-time directly via the Logs button in the Kythia UI.

On this page