From bb1d5a311471d0ef679ba86711cd80af3ead1503 Mon Sep 17 00:00:00 2001
From: Max Drexler <mndrexler@wisc.edu>
Date: Fri, 19 Jul 2024 21:53:49 +0000
Subject: [PATCH] Update README

---
 README.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index adeb639..ca8415a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,16 @@
 # GRIB Processor
 
-Ingest grib files and publish metadata on those files to RabbitMQ servers.
+[![pipeline status](https://gitlab.ssec.wisc.edu/mdrexler/grib_rmq_stream/badges/main/pipeline.svg)](https://gitlab.ssec.wisc.edu/mdrexler/grib_rmq_stream/-/commits/main) [![coverage report](https://gitlab.ssec.wisc.edu/mdrexler/grib_rmq_stream/badges/main/coverage.svg)](https://gitlab.ssec.wisc.edu/mdrexler/grib_rmq_stream/-/commits/main) [![PyPI version shields.io](https://img.shields.io/pypi/v/quickmq.svg)](https://pypi.python.org/pypi/quickmq/)
+[![Supported python versions](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-blue.svg)](https://shields.io/)
+
+
+ETL pipeline for grib metadata.
 
 ## Description
 
-Watch a directory for new or updated grib files and publish an AMQP payload for each message in the file. This event processor was made for use by the Satellite Data Services at the SSEC. To see the format of the AMQP payloads please check out [payload.md](/payload.md).
+The grib processor extracts [metadata](/docs/payload.md) from grib files and can optionally publish it to RabbitMQ servers.
+
+The main usecase of this package is for the SSEC with the main purpose being to source grib files by watching a directory and publish all new metadata.
 
 ### Limitations
 
-- 
GitLab