Hi everyone,
I'm exploring ElasticSearch and doing a PoC to hookup the tool into SAP API Management. The desire is provide ODATA endpoints in SAP API Management, and translate the requests on the fly to Elastics own REST APIs.
Has anyone used SAP API Management to create an API Proxy that behaves/accepts ODATA requests, do some translation and pass the request off to a REST backend system in JSON format?
I guess the other question is 'should' we be using SAP API Management in this way? I'm aware of 3rd party tools, specfically one by CData which seems to provide this functionality. But before exploring that further I want to see just what we could do with SAP API Management out of the box.