cedadev / stac-generator

Wrapper package to scan assets for metadata and facets to generate catalogue items. Provides IO packages
Other
3 stars 5 forks source link

Change rabbitMQ input plugin to be able to handle different messages #27

Closed rsmith013 closed 1 week ago

rsmith013 commented 2 years ago

At the moment it creates an IngestMessage Object, we need to be able to handle different message structures.

Just create a dictionary and **kwarg splatter them into the main code.

Mahir-Sparkess commented 2 years ago