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
- Host: GitHub
- URL: https://github.com/ivan-kleshnin/zero-downtime-migrations
- Owner: ivan-kleshnin
- Created: 2020-06-04T10:17:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T10:40:08.000Z (over 5 years ago)
- Last Synced: 2025-08-26T08:43:49.558Z (2 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
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...

More comments and guides will be (hopefully) added.
--
[Video Explanation (RU lang)](https://youtu.be/YsXJ29PFxPw).