SolidLabResearch / generic-data-viewer

Generic query-based data viewer
MIT License
0 stars 0 forks source link

Queries over multiple data sources: some with and some without proxy #80

Open pheyvaer opened 1 year ago

pheyvaer commented 1 year ago

How to deal with queries over multiple data sources where some data sources need the proxy and others do not. The proxy causes issues when access a resource on a pod.

AronBuzogany commented 1 year ago

We could define the sources as such:

sources: [proxy:http://source1.com, http://source2.com]

where source 1 uses proxy and source 2 doesn't