geo4web-testbed / ldproxy-design

Design of the "linked data proxy"/"crawlifier proxy"
0 stars 0 forks source link

Farmland (aan) test service #7

Closed cportele closed 8 years ago

cportele commented 8 years ago

http://services.interactive-instruments.de/ldproxy/rest/services/aan/

Protected by basic auth until it is ready to be crawled.

pvgenuchten commented 8 years ago

Nice work. Some comments

pvgenuchten commented 8 years ago

@cportele, so in this case you use 'aan' to reference a certain wfs-endpoint, what would be the scenario if i want to query a wfs which is not known to the proxy yet?

Advantage of last is that the proxy may not need any storage capabilities, however it will probably have storage capabilities anyway, since you have to store the mapping-configuration from gml to schema.org somewhere. Is it possible to use a wfs if a mapping-configuration is not yet available?

azahnen commented 8 years ago

@pvgenuchten: From ldproxy perspective, it looks like this:

pvgenuchten commented 8 years ago

@azahnen, let me know as soon as you have that rest endpoint available, i will then look how to use that

something like ldproxy/service?url=http://wfs-server

I can understand you'd want to add security to the create-service operation, from our side no problem (should this endpoint then run over https?)

Would it be possible to send some config params via that rest endpoint, for example a mapping file in some format, which you then use in setting up the endpoint? In that case you may need also a service-update operation?

Also would be good to have an api-call providing a list of available services and their corresponding wfs-endpoint, so I can cache that on my side.

azahnen commented 8 years ago

@pvgenuchten, you can now get the proxy service by wfs url:

www.ldproxy.net/?wfsUrl=http://geodata.nationaalgeoregister.nl/inspireadressen/wfs will redirect to the proxy service. The urls are normlized by removing known parameters like SERVICE, VERSION, etc.

cportele commented 8 years ago

The testbed work on the Farmland proxy is now complete