Back to Feast

!kill -9 64859 98087

examples/rbac-local/03-online_server.ipynb

0.63.0520 B
Original Source

Online server

python
!lsof -i :6566
# !kill -9 64859 98087
python
# This must be YES on MacOS
!echo $OBJC_DISABLE_INITIALIZE_FORK_SAFETY
python
# from feast import FeatureStore
# store = FeatureStore(repo_path="rbac/feature_repo")
python
# store.serve(
#     host="localhost",
#     port=6566,
#     type_="http",
#     no_access_log=False,
#     workers=1,
#     metrics=False,
#     keep_alive_timeout=5,
#     registry_ttl_sec=5,
# )
python
!feast -c rbac/feature_repo serve