Expose low latency APIs from Deltalake for mobile apps and microservices

jcapplefields88
New Contributor II

My company is using Deltalake to extract customer insights and run batch scoring with ML models. I need to expose this data to some microservices thru gRPC and REST APIs. How to do this? I'm thinking to build Spark pipelines to extract teh data, store it in a fast cache like Redis and create some APIs in front. Is there a faster solution?