| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
docker docker-compose python3 python3-pip golang >= 1.17
See docker install guide and docker-compose install guide to install latest versions.
cd go_client/ && go build -o feast-go-client && cd - cp go_client/feast-go-client java/
pip3 install 'feast[redis]' cd java/feature_repos/redis && feast apply && cd -
cd java && docker-compose up -d && cd -
Docker compose will expose too ports:
python data_generator.py cd java/feature_repos/redis && feast materialize-incremental $(date -u +"%Y-%m-%dT%H:%M:%S") && cd -
cd java && ./run-benchmark.sh
We ran this benchmark on single EC2 machine (c5.4xlarge) with 16 vCPU. Results are provided in this spreadsheet.
| Back | FazBrowse Home | New Git URL |