Chapter 48. Overview

Data Services allow publishing data or exposing a data transformation in the form of REST API. The logic of the service is implemented using CloverETL graph which has full access to HTTP context of the rest call: incoming data, request parameters and headers. Service can respond both with data, response HTTP headers and status codes. All of this is in direct control of the service developer.

Data Services are optimized to respond with JSON and XML payloads which are the most common in REST, but developers may use arbitrary response payload formats as well.

Some scenarios where Data Service can be helpful:

Data Service is available since CloverETL 4.7.0-M1.