cube-js / cube

📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics
https://cube.dev
Other
17.97k stars 1.78k forks source link

[cubejs-backend-server-core] How can I deploy Cubejs as an gRPC Application #1035

Closed koolamusic closed 4 years ago

koolamusic commented 4 years ago

I read the deployment example https://cube.dev/docs/deployment#express Seeing that the server-core allows you to deploy cubejs as part of an express application, I am wondering how one could wrap the cubejs service to use the gRPC communication pattern

VictorTrapenok commented 4 years ago

Hi, In cubejs not implemented gRPC interface. You can use grpc-gateway for work with cubejs REST API over gRPC