An open API service indexing awesome lists of open source software.

https://github.com/quarkiverse/quarkus-mongock

Allows mongock database migrations for MongoDB to be executed during Quarkus startup
https://github.com/quarkiverse/quarkus-mongock

mongock quarkus-extension

Last synced: 10 months ago
JSON representation

Allows mongock database migrations for MongoDB to be executed during Quarkus startup

Awesome Lists containing this project

README

          

# Quarkus Mongock

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

[![Build](https://github.com/quarkiverse/quarkus-mongock/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-mongock/actions?query=workflow%3ABuild)
[![Version](https://img.shields.io/maven-central/v/io.quarkiverse.mongock/quarkus-mongock?logo=apache-maven&style=flat-square)](https://central.sonatype.com/artifact/io.quarkiverse.mongock/quarkus-mongock-parent)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This Quarkus extension allows you to use [Mongock](https://mongock.io/) with Quarkus.

With Maven, add the following dependency to your `pom.xml` to get started:

```xml

io.quarkiverse.mongock
quarkus-mongock
${quarkusMongockVersion}

```

Or with Gradle, add the following dependency to your `build.gradle`:

```groovy
implementation "io.quarkiverse.mongock:quarkus-mongock:${quarkusMongockVersion}"
```

For more information and quickstart, you can check the complete [documentation](https://quarkiverse.github.io/quarkiverse-docs/quarkus-mongock/dev/index.html).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Valentin Day
Valentin Day

💻 🚧
Maciej Swiderski
Maciej Swiderski

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!