Hi, I have a use case for deploying triplestores dynamically. They should provide SPARQL Protocol and GSP endpoints on unique URLs and isolate the datasets from each other, while also having a minimal footprint.
I'm thinking of using Fuseki Docker image for this [1]. Would I need to run a new Fuseki container for each dataset, or would it suffice to create new datasets dynamically and have them share the same Fuseki instance? Martynas [1] https://github.com/AtomGraph/fuseki-docker
