afs commented on issue #1384: URL: https://github.com/apache/jena/issues/1384#issuecomment-1156985619
Reasonable yes. I use assembler to make things other than datasets quite often. https://github.com/Telicent-io/jena-fuseki-kafka/blob/main/ex-connector.ttl is a connector between Kafka and Jena. > Rather then extending my own system I'd rather integrate with Jena assemblers. There is no need to be in Jena, nor use `ja:` just as there no need for vocabularies to be in Jena.Any code can register them. `AssemblerUtils`. This also means you can develop, try out and change based on your usage before it gets "frozen" by putting it in Jena. Is it something general other users would want? From what you describe (`RDFDataSource`), it is part of a bigger picture. Aside: I've been toying with making more of assembling at the graph level. https://github.com/Telicent-io/jena-fuseki-kafka/blob/main/jena-kafka-connector/src/main/java/org/apache/jena/kafka/KafkaConnectorAssembler.java#L112 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
