https://github.com/itkq/incidentio-to-bq
Load incident data from incident.io to BigQuery to analyze the MTTR etc.
https://github.com/itkq/incidentio-to-bq
bigquery incidentio
Last synced: about 1 month ago
JSON representation
Load incident data from incident.io to BigQuery to analyze the MTTR etc.
- Host: GitHub
- URL: https://github.com/itkq/incidentio-to-bq
- Owner: itkq
- License: mit
- Created: 2022-07-14T08:06:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T02:36:39.000Z (over 3 years ago)
- Last Synced: 2025-10-20T13:48:00.014Z (8 months ago)
- Topics: bigquery, incidentio
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# incidentio-to-bq
Load incident data from incident.io to BigQuery to analyze the MTTR etc.
## NOTE
This script is supposed to be executed on a daily basis. Since the amount of data is not large, the script will update the entire table every time instead of updating it incrementally.