o19s / chorus-opensearch-edition

Chorus, now for OpenSearch!
Apache License 2.0
2 stars 0 forks source link

Create example middle layer service #87

Open jzonthemtn opened 3 months ago

jzonthemtn commented 3 months ago

Create example middle layer service. The service should serve as a proxy for the OpenSearch API. The service should accept query requests from clients, receive the query responses from OpenSearch, and cache the data, and remove specific data from the query responses prior to returning the response to the client.

When the event is sent to OpenSearch, it should traverse the middle layer service and be enriched with the cached data.

image

epugh commented 2 months ago

@jzonthemtn remind me where the Go code is and where we are on this?