-
Notifications
You must be signed in to change notification settings - Fork 72
Data Services
Support for Data Services includes:
-
Generation of Java and Node.js client interfaces for calling server endpoints that provide signature declarations.
See the Java API documentation at http://docs.marklogic.com/guide/java/DataServices or the Node.js API documentation at https://docs.marklogic.com/guide/node-dev/dataservicesnode.
-
Builtin client interfaces for calling IO endpoints that take a list of documents as input and / or output.
See Document IO With Data Service Endpoints to learn about the supported signature declarations for IO endpoints.
-
Bulk callers that call an IO endpoint repeatedly to perform input and / or output on a large data set.
Bulk callers are especially useful when writing connectors for dataflow frameworks. See Integrating Dataflow Frameworks With MarkLogic to learn about bulk callers for IO Data Service endpoints.