feast icon indicating copy to clipboard operation
feast copied to clipboard

feat: Add python client for remote registry server

Open tokoko opened this issue 1 year ago • 0 comments
trafficstars

What this PR does / why we need it: Adds another registry that wraps grpc calls to remote registry server. The registry is called remote (best i managed to come up with) and can be configured from feature_store.yaml like this:

registry:
    registry_type: remote
    path: localhost:6570

Both registry server and remote registry are still read-only for now. I also decided to skip implementing cache for the time being. I plan to add caching once #3940 gets resolved.

tokoko avatar Feb 07 '24 22:02 tokoko