-
Notifications
You must be signed in to change notification settings - Fork 1
add Recipes for embedded data and resource deletion #12
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments.
The [pywcmp](https://github.com/wmo-im/pywcmp) tool provides a test suite to validate a message against the WCMP2 specification requirements, as well as a Python API for application integration. Consult the pywcmp README on GitHub for more information/examples. | ||
A https://wmo-im.github.io/wis2-notification-message[WIS2 Notification Message] provides the ability to embed data as part of a message (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_15_properties_content[Properties / Content] section of the specification). A data publisher may wish to provide embedded data for direct access, thereby skipping the need for accessing the data via the notification link (see the https://wmo-im.github.io/wis2-notification-message/standard/wis2-notification-message-STABLE.html#_1_16_links[Links] section of the specification). A data publisher also may not wish to manage or publish the data link to infrastructure to an HTTP or FTP server. | ||
|
||
The WIS2 Notification Message requires at least one link object for access to data via HTTP, HTTPS, FTP, or SFTP. In the context of core data, WIS2 Global Cache services use the link object to download data for resilient data access by WIS2 data consumers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the WIS2 Notification Message mandates providing at least one link object for access to data via HTTP, HTTPS, FTP, or SFTP. In the context of core data, WIS2 Global Cache services use the link object to download data for resilient data access by WIS2 data consumers.
Thanks. Update pushed. For review. |
A PDF build of this PR is available for reviewing in context.