2020.01.06 - ovis-hpc/ovis-wiki GitHub Wiki
Agenda:
- Streams API and Example
- Pull requests (these were just stalled over the holiday)
What is it?: small library and API for an application to send data to a plugin running inside an LDMSD server. Also an API for plugins to receive that data whenever the server receives that data. Binds events with that stream name to subscribers.
- runs over the LDMS transport, not a separate socket.
- uses the authentication of the plugin
Tom's presentation to go here.