Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mercari/production-readiness-checklist
Production readiness checklist used for Mercari and Merpay microservices
https://github.com/mercari/production-readiness-checklist
Last synced: 3 days ago
JSON representation
Production readiness checklist used for Mercari and Merpay microservices
- Host: GitHub
- URL: https://github.com/mercari/production-readiness-checklist
- Owner: mercari
- License: mit
- Created: 2020-07-14T11:50:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T00:03:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T14:36:47.850Z (11 days ago)
- Homepage:
- Size: 43.9 KB
- Stars: 853
- Watchers: 17
- Forks: 89
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Production Readiness Checklist at Mercari
This repository contains [Production Readiness Checklists](docs/references/production-readiness-checklist.md) and related [documentation](/docs) used internally at Mercari and Merpay to make its microservices production-ready (service is ready for live customer requests). This is a reference version of the checklist which excludes internal specific checks but, we thought, can be used outside of Mercari and Merpay, too. Since our main technical stacks are [Go](https://golang.org/), [Kubernetes](https://kubernetes.io/), and [GCP](https://cloud.google.com/), some of the checklists are also specific to them.
The checklists are divided into 2 phases:
- [Design Checklist](/docs/references/design-checklist.md): the checklist you must meet before beginning development of microservice
- [Pre-production Checklist](/docs/references/pre-production-checklist.md): the checklist you must meet before production deploymentThe check items in each phase vary by its [Production Readiness Level](/docs/references/production-readiness-level.md) which is defined by its SLO. You can see the guide [Check Production Readiness](/docs/guides/check-production-readiness.md) to know checklist usage and its review process.