We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mqv:
MQTT bindings are provided by the mqv: prefix from https://www.w3.org/TR/wot-binding-templates/. However, the prefix is not standardized yet by the WoT community, tracked in w3c/wot-binding-templates#120
Split of #69
The text was updated successfully, but these errors were encountered:
Hi @DylanVanAssche, following on this proposal, is there anything similar for Kafka?
The next example is provided in the RML-IO spec:
<#KafkaStream> a rml:LogicalSource; rml:source [ a rml:Source, td:Thing; td:hasPropertyAffordance [ td:hasForm [ # URL and content type hctl:hasTarget "kafka://localhost:8089/topic"; hctl:forContentType "application/xml"; # Kafka parameters through W3C WoT Binding Template for Kafka kafka:groupId "MyAwesomeGroup"; ]; ]; ]; rml:referenceFormulation rml:XPath; rml:iterator "/my/xpath"; .
However, I could not find any W3C WoT Binding Template for Kafka.
Sorry, something went wrong.
No there's no prefix for it yet...
No branches or pull requests
MQTT bindings are provided by the
mqv:
prefix from https://www.w3.org/TR/wot-binding-templates/.However, the prefix is not standardized yet by the WoT community, tracked in w3c/wot-binding-templates#120
Split of #69
The text was updated successfully, but these errors were encountered: