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

Export the optic plan #156

Closed tdiepenbrock closed 1 year ago

tdiepenbrock commented 5 years ago

In support of exporting data to CSV, rather than running the optic plan, return the output of Plan.export(), which can then be passed into the v1/rows MarkLogic REST API call.

A complication is that it is currently not possible to export deserialized cts.query() objects.

jkerr5 commented 3 years ago

@tdiepenbrock is this still needed in koop?

jkerr5 commented 1 year ago

No longer needed in the koop provider.