This project is a UI client for Apache Cassandra, built using Spring Boot, Java 11, and JavaFX. The client provides a graphical interface for interacting with Cassandra databases, making it easier to manage and visualize your data.
To get started with the Apache Cassandra UI-Client, follow these steps:
Ensure you have the following installed on your system:
- Java 11
- Maven
-
Clean and compile the project:
mvn clean compile
-
Run the application:
java -jar cassandra-UI-1.0.jar
Before running the application on a Linux system, set the following environment variables:
export DISPLAY=:0
export GDK_BACKEND=x11- Spring Boot : 2.1.3
- Java 11
- JFX 11.0.1