On 13/07/2023 21:09, Martynas Jusevičius wrote:
Andy, Where are the dataset definitions created through the API persisted?
run/configuration
Are they merged with the datasets defined in the config file, or how does it work?
--config and run/configuration contribute services. Avoid name clashes.
Andy
Martynas On Sun, 2 Jul 2023 at 19.03, Andy Seaborne <[email protected]> wrote:On 02/07/2023 13:23, Martynas Jusevičius wrote:Hi, Can I see an example of the data that needs to be POSTed to /$/datasetsinorder to create a new dataset+service? The API is documented here but the data example is missing:https://jena.apache.org/documentation/fuseki2/fuseki-server-protocol.html#adding-a-dataset-and-its-servicesI hope it’s the same data that is used in the config file?the service part - or parameters dbType and dbname ActionDatasets.javahttps://jena.apache.org/documentation/fuseki2/fuseki-configuration.html#defining-the-service-name-and-endpoints-availableAre there any practical limits on the number of datasets/services?No. Each database takes up some memory which is more than the management information of a configuration. AndyThanks. Martynas
