Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
82 stars 52 forks source link

Add Azure Functions support for Feature Server #27

Open samuel100 opened 2 years ago

samuel100 commented 2 years ago

Allow feast users to create a HTTP endpoint that serves features with JSON I/O. This would be deployed as a Docker image through Azure Functions and Azure API gateway. This enables users to get features from Feast using any programming language that can make HTTP requests.

edgBR commented 2 years ago

Hi @samuel100 I am very interested in this feature.

I recently show that there is a contribution by community to do the same in AWS Lambda.

Would it be possible to get a high level understanding of which core components are needed to modify?

BR Edgar