Re: Multi-tenant Fuseki

2019-05-22 Thread Andy Seaborne
There is no leakage between datasets in Fuseki. Access control will prevent external access across users. To have different host, it would need a reverse proxy; in a single Fuseki it will be the dataset name that separates the tenants. The tenants have to trust the server to do the right thi

Multi-tenant Fuseki

2019-05-21 Thread Martynas Jusevičius
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 Fu