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 support for transforming metacards #7

Open
rzwiefel opened this issue Feb 17, 2020 · 0 comments
Open

Add support for transforming metacards #7

rzwiefel opened this issue Feb 17, 2020 · 0 comments

Comments

@rzwiefel
Copy link
Contributor

Add support for transforming metacards akin to the CatalogFramework methods transform

BinaryContent transform(
      Metacard metacard, String transformerId, Map<String, Serializable> requestProperties)
      throws CatalogTransformerException;
BinaryContent transform(
      SourceResponse response, String transformerId, Map<String, Serializable> requestProperties)
      throws CatalogTransformerException;

One thing to think about with this is how the input is provided over the remote interface. Does the caller need to supply the full data (aka metacard, sourceresponse, etc) and have it be reconstructed by us? Can we do some sort of value by reference where the caller can supply reference to metacards,etc that are desired and the querying can be done by us?

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

No branches or pull requests

1 participant