Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sets that track distinct aircraft types and operators seen. #1

Open
simonprickett opened this issue Feb 22, 2023 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@simonprickett
Copy link
Owner

Update the enricher component to store distinct aircraft type and operators seen in separate Redis sets, so we have some level of history maintained for this.

@simonprickett simonprickett added the enhancement New feature or request label Feb 22, 2023
@simonprickett simonprickett self-assigned this Feb 22, 2023
@simonprickett
Copy link
Owner Author

Values come from the aircraft_type and operator_iata fields that the encoder component already stores.

@simonprickett
Copy link
Owner Author

Maybe also a set for distinct aircraft... identified in the enricher component using the registration field.

@simonprickett
Copy link
Owner Author

Could use sorted sets to keep score for how many of each type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant