Please update the official documentation
See original GitHub issueI was following the official documentation to test run feast using docker compose for online serving only. In the basic experiment jupyter notebook, I was stuck at
- Ingest data into Feast for a feature set
client.ingest("customer_transactions", customer_features)
It always get timeout.
After hours of struggling, a colleague pointed out that the online-serving is not started. It is mentioned in the github main page as:
docker-compose -f docker-compose.yml -f docker-compose.online.yml up -d
but missing in the official documentation:
docker-compose up -d
I think it’s better to add it to the documentation too in case others have the same issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Check & update your Android version
Check & update your Android version. You can find your device's Android version number, security update level, and Google Play system level in...
Read more >Documenting Vaccinations
Use an immunization information system (IIS) to document vaccines administered, update patient vaccination records and provide a complete immunization ...
Read more >Apple security updates
Name and information link Available for Release date
iCloud for Windows 14.1 Windows 10 and later via the Microsoft Store 13 Dec 2022
Safari 16.2...
Read more >TSA Enrollment Help Center
Expand - How do I update information entered during pre-enrollment? You can add or change information ... For a list of required documents,...
Read more >Installing or updating the latest version of the AWS CLI
This topic describes how to install or update the latest release of the AWS Command Line Interface (AWS CLI) on supported operating systems....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LuTang-Terrence I’ve updated the documentation, testing it out now.
All documentation has been updated, closing for now.
Thanks again @LuTang-Terrence