Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
<h3 align="center">Auditable, versioned changes across distributed systems.</h3>
<p align="center">Evolve queues, DBs, APIs, configs, resources and more — governed, auditable, applied at startup in lockstep.</p>

<p align="center"><small>
Coming from <a href="https://github.com/flamingock/mongock-legacy#%EF%B8%8F-mongock-is-deprecated">Mongock</a>?
Learn about the transition and why Flamingock is its evolution.
</small></p>
<p align="center">
<small>
Coming from <a href="https://github.com/flamingock/mongock-legacy#%EF%B8%8F-mongock-is-deprecated">Mongock</a>?
Learn about the transition and why Flamingock is its evolution.
</small>
</p>

<p align="center">
<a href="https://central.sonatype.com/search?q=io.flamingock">
Expand All @@ -22,6 +24,16 @@
</a>
</p>


<p align="center">
<small>
<a href="https://docs.flamingock.io/get-started/quick-start">Quick start in minutes</a>
</small>
</p>




**Flamingock** brings *Change-as-Code (CaC)* to your entire stack.

It applies **versioned, auditable changes** to the external systems your application depends on — such as schemas, message brokers, databases, APIs, cloud services, and any other external system your application needs.
Expand Down
Loading