This repo contains an example showing how to use denormalized to stream features into a feast online store. Tested with python v3.12.4 and feast v0.40.1.
- Run the emit_measurements.rs script from the denormalized repository (This involves running kafka in docker)
- Initialize the feast repo by running
feast applyin thesrc/feast_example/feature_repodirectory - run
python src/feast_example/main.py