UI should not really talk directly to ES, we can expose our own search service for flexibility / security reasons. - [ ] Implement gRPC search service - [ ] Serve gRPC search service over HTTP (grpc-gateway) - [ ] Rewrite UI to talk to our service (we can do CORS if we want to keep UI separate)
UI should not really talk directly to ES, we can expose our own search service for flexibility / security reasons.