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

Subscribe to data changes? #120

Closed
m-mohr opened this issue Apr 26, 2021 · 1 comment
Closed

Subscribe to data changes? #120

m-mohr opened this issue Apr 26, 2021 · 1 comment

Comments

@m-mohr
Copy link
Collaborator

m-mohr commented Apr 26, 2021

We have the use case that we need to get notified of new items that have been added as we then need to run processing again. This could surely be broadened up to something that also notifies about changes and removals. User should specify search criteria when they set up the subscription.

So we are wondering whether an API extension that lets us do so would be of interest to others, too? This should include restricting the subscription to certain filters such as time and space, but could in principle be anything that you can express with CQL. This could be modeled as an extension so Item Search where you simply send the same requests to an endpoint, but instead of returning results, it creates a subscription that then can notify you via different types of services (e-mail, push notifications, HTTP callbacks, ...).

Obviously, STAC is using HTTP and as such has a focus on pulling information and not pushing them, but it still seems to be an obvious use case that arises from a catalog service.

I'm aware that some catalogs have set up SNS topics on AWS, but that, unfortunately, works only with AWS.

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

No branches or pull requests

2 participants