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

Official prefix for mqv: #80

Open
DylanVanAssche opened this issue Jun 19, 2024 · 2 comments
Open

Official prefix for mqv: #80

DylanVanAssche opened this issue Jun 19, 2024 · 2 comments

Comments

@DylanVanAssche
Copy link
Collaborator

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

@idomingu
Copy link

idomingu commented Oct 8, 2024

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.

@DylanVanAssche
Copy link
Collaborator Author

No there's no prefix for it yet...

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