Ostrzyciel commented on issue #2775: URL: https://github.com/apache/jena/issues/2775#issuecomment-2419048981
I like the idea, a lot. I'm not sure if this is part of this vision, but I think that this system could be used as the default base for Semantic Web applications built on Jena. Instead of writing a Java application from scratch that embeds Fuseki, I could just develop a Fuseki module that adds the use case-specific functionality. Of course, this would only make sense if writing these modules was sufficiently easy and well-documented. Something like Spark jobs: https://spark.apache.org/docs/latest/submitting-applications.html In the far, far future, maybe it would even make sense to support bindings to non-JVM languages, like Python in Spark? Just an idea, I'm not sure if it even makes sense. Or maybe modules defined in some declarative manner? Something like this: https://atomgraph.com/products/linkeddatahub/ These non-JVM module types could be supported by third-party code. -- 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]
