From 8d7c5f2c66b0571380fbeb6cd446e6f98c4b05e2 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Sat, 20 Jul 2024 13:14:50 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d90e54e..1faa043 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# data-ingestion +![lint](https://github.com/transitmatters/data-ingestion/workflows/lint/badge.svg?branch=main) +![test](https://github.com/transitmatters/data-ingestion/workflows/test/badge.svg?branch=main) +![deploy](https://github.com/transitmatters/data-ingestion/workflows/deploy/badge.svg?branch=main) + This is an app that can host all our data crunching jobs, especially those that use s3. It uses Chalice, which makes it easy to add new functions that can be triggered on an interval or via rest API endpoint.