Install Wyvern
Create Wyvern Application
Once Wyvern is installed, run this command to initialize your Wyvern project:wyvern init
has set up your initial repository, you should see the following file structure in the my-project
repository:
Run Wyvern Application
Pre-requisite
- Redis service
Run the wyvern service
Test ranking request
Assuming you have 24 products and you would like to rank them. Here’s a curl request:"user_page": 0
).
You should see a response like the following with the products being ordered descendingly by their ranking score.