Open dmartinol opened 2 weeks ago
We should provide a validated example of using Redis as an online store.
There is one Redis example at Predict on an InferenceService with transformer using Feast online feature store shows an example of inference service with feast feature server using Redis on Kubernetes. The example is outdated, and not perfectly working, according to the developer who raised the request on Slack.
See original message in general Slack channel
Use the exising example in python-helm-demo which already has Redis as the online store, and update it properly to reduce the need of external resources (e.g. Google Cloud Storage).
python-helm-demo
@franciscojavierarceo is this done?
Expected Behavior
We should provide a validated example of using Redis as an online store.
Current Behavior
There is one Redis example at Predict on an InferenceService with transformer using Feast online feature store shows an example of inference service with feast feature server using Redis on Kubernetes. The example is outdated, and not perfectly working, according to the developer who raised the request on Slack.
Steps to reproduce
See original message in general Slack channel
Possible Solution
Use the exising example in
python-helm-demo
which already has Redis as the online store, and update it properly to reduce the need of external resources (e.g. Google Cloud Storage).