koopjs / koop-provider-marklogic

A Koop Provider that can be used to exposed data in MarkLogic via Esri feature services
https://koopjs.github.io/koop-provider-marklogic/
Other
6 stars 11 forks source link

Improve service descriptor lookup and caching #112

Closed jkerr5 closed 1 year ago

jkerr5 commented 5 years ago

Service descriptors are currently looked up via the name property of documents in the http://marklogic.com/feature-services collection and there is no caching.

To improve performance, consider using a URI naming scheme that includes the service name as well as adding caching so the descriptor is not looked up for every call.

jkerr5 commented 1 year ago

This was implemented in the geo data services project.