https://github.com/eddiewebb/mongopostmortems.com
A collection of outage postmortems identifying lessons learned with mongodb
https://github.com/eddiewebb/mongopostmortems.com
Last synced: 4 months ago
JSON representation
A collection of outage postmortems identifying lessons learned with mongodb
- Host: GitHub
- URL: https://github.com/eddiewebb/mongopostmortems.com
- Owner: eddiewebb
- Created: 2019-04-19T18:00:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T14:57:35.000Z (about 7 years ago)
- Last Synced: 2025-10-05T23:38:48.625Z (8 months ago)
- Language: HTML
- Homepage: https://mongopostmortems.com
- Size: 763 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB Incident Postmortems
Collection of incidents to learn from.
## Contirbuting
If you're aware of an incident which root cause includes MongoDB issues, please submit a PR!
### Collect the Assets You'll Need
1) Company/Service logo
2) Incident Postmortem URL
3) Brief summary of incident, mongo impact.
### Update the items.toml
All Incidents live in `data/items.toml`, the format collects the assets above.
### Test locally
This site uses hugo, so you can `hugo serve` locally to make sure it renders correctly
## Incidents to *not* include
THis sit is really intended to provide insight and lessons on sclaing issues with mongo. There may be other behaviors that cause Mongo to fail, but should not be included here.
These excluded events include:
1) Incidents caused by SSL certificate expriry on mongo
2) Incidents caused by total Infrastructure outages (i.e. network switch stopped all traffic)