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
- Host: GitHub
- URL: https://github.com/quarkiverse/quarkus-mongock
- Owner: quarkiverse
- License: apache-2.0
- Created: 2024-03-01T19:19:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-09T16:52:33.000Z (11 months ago)
- Last Synced: 2025-07-10T10:16:26.628Z (11 months ago)
- Topics: mongock, quarkus-extension
- Language: Java
- Homepage: https://mongock.io/
- Size: 89.8 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Quarkus Mongock
[](#contributors-)
[](https://github.com/quarkiverse/quarkus-mongock/actions?query=workflow%3ABuild)
[](https://central.sonatype.com/artifact/io.quarkiverse.mongock/quarkus-mongock-parent)
[](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
💻 🚧

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