From the course: Learning Quarkus

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Quarkus and NoSQL

Quarkus and NoSQL

From the course: Learning Quarkus

Start my 1-month free trial

Quarkus and NoSQL

- [Instructor] So now, we're going to step away from the relational databases and take a look at a NoSQL database with Quarkus using Apache Cassandra. Now, I'm going to be using a distribution from DataStax that is an open source distribution of Apache Cassandra. Now, in the exercise files for this course in the bin directory, you'll notice that I've provided several files. For this video, we're going to use the start_cassandra script to actually start an instance of Cassandra using Docker. Now, if you don't want to use Docker, you're free to install Cassandra locally, but do know that my script is going to execute the schema.cql and data.cql scripts to populate the database. One thing to note here as we run the start_cassandra script, that I've got a pretty big pause in there to allow the database to come up before these execute. So be patient. It's going to take at least two minutes. And if you find that cqlsh can not…

Contents