Skip to content

TestContainers

Quarkus DevServices with JNoSQL

In this post, we will get an introduction to JNoSQL and Quarkus DevServices, two great tools that facilitate our lives as developers.

We will implement a simple DevService feature for quarkus-jnosql project. Basically, if you change to a CouchDB database the extension will provide a CouchDB container for you, if you change to a ArangoDB database the extension will provide a ArangoDB container for you!

With this post, you will be able to understand how Quarkus DevService works and get started with Quarkus extension contribution. Why not?