Skip to content

Commit

Permalink
Finished the enricher README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett committed Mar 7, 2023
1 parent 4f1c6cb commit 0b84aac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion enricher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Enricher Component

TODO introduction...
This is the "enricher" component. It pulls entries from a Redis List that is being used as a queue between this component and the [receiver](../receiver) component. Each entry represents a flight that needs additional data fetching from the [FlightAware Aero API](https://flightaware.com/commercial/aeroapi/).

This component calls the API to fetch that data, storing it back in the Redis Hash representing the flight.

## Setup

Expand Down

0 comments on commit 0b84aac

Please sign in to comment.