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

https://github.com/ivan-kleshnin/zero-downtime-migrations

Strategies to achieve zero downtime migrations / deployments
https://github.com/ivan-kleshnin/zero-downtime-migrations

Last synced: about 2 months ago
JSON representation

Strategies to achieve zero downtime migrations / deployments

Awesome Lists containing this project

README

          

# Code-First and DB-First migrations

Analysis of **code-first** and **db-first** migration/deployment strategies.
I recommend to fork the repo and compare the following files:

- [scheme-1.md](./scheme1.md)
- [scheme-2.md](./scheme2.md)
- [scheme-3.md](./scheme3.md)
- [scheme-4.md](./scheme4.md)

Pairwise:

- [scheme-1.md](./scheme1.md) diff [scheme-2.md](./scheme2.md)
- [scheme-2.md](./scheme2.md) diff [scheme-3.md](./scheme3.md)
- and so on...

![diff](./diff.png)

More comments and guides will be (hopefully) added.

--

[Video Explanation (RU lang)](https://youtu.be/YsXJ29PFxPw).