afs commented on issue #2764: URL: https://github.com/apache/jena/issues/2764#issuecomment-2404695885
Dataset creation in Fuseki is template driven. Adding more choices is a matter of adding to the "../webapp/templates" directory of the webapp then including in the UI. Having the UI fetch a file describing the options would be good. Any option should be required to be reloadable (see in-progress #2464) because then we can have zero-downtime restart when the server configuration changes. Reconfiguration such as altering or adding timeouts through to adding and deleting new datasets on the server side needs a reset. The fun part is that some configurations have internal state so sometimes the dataset implementation needs to be involved; for example, the [RDFS Dataset](https://jena.apache.org/documentation/rdfs/) is mostly backward chaining except it builds the class and property hierarchies from the schema once. Having some options that have low configuration and restart complexity, e.g. a RDFS setup that has no pre-calculated state, would be good. -- 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]
