Regis Pires Magalhães wrote: > Is it possible to use multiple datasets with a single Fuseki instance or I > have to use Joseki to do that? > Fuseki Control Panel Web interface asks me the selection of a dataset. How > can I enable more than one dataset there?
It would be a very useful feature indeed. :-) As far as I know, there isn't a simple way currently. You will need to write some Java code, mainly to configure/initialize TDB datasets. Everything else, in Fuseki, is ready to support multiple datasets. Also, I am not sure if there are others who need to host multiple datasets on the same machine... but, lately, I have been wondering if it would make sense to share the node table and related caches between different TDB datasets hosted on the same machine and running in the same JVM. Paolo > > Regards, > Regis. >
