https://github.com/gfechio/deploy_metrics
https://github.com/gfechio/deploy_metrics
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gfechio/deploy_metrics
- Owner: gfechio
- Created: 2016-05-04T23:06:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:28:39.000Z (about 6 years ago)
- Last Synced: 2025-01-22T14:08:43.174Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metrics for Deploy
Deploy api to calculate and manage how long does it takes to deploy new "things" to Production environment.
The API will receive:
* Component: What is been deployed
* Version: Version (self explained)
* Owner: The deploy Owner or Responsible ( at first will be a person, robot TODO). Of course it needs a human to pull the strings
* Status: Deploy Status
What data will be persisted:
* Component: As above
* Version: As Above
* Onwer: As above
* Status: Start/Deploying/(DONE|ERROR)
* Date: Time and date of each request sent to the API with diofferent status, problably informing the Status above
# To Do
- Error creating Database
- Add Swagger
- Create on-prem terraformed infra
- Create separated DB cluster
- Store TF states remotely