Hi, I have been eyeing Typesense for a while, and ...
# community-help
m
Hi, I have been eyeing Typesense for a while, and now there’s an opportunity to use it! I’ll be using Typesense to power search and product grid in a ecommerce site based on Shopify. I’ll be using it with the new framework from Shopify, Hydrogen. I have a prototype working with dummy data but now looking into options for indexing product data from Shopify. Do you have any experience or suggestions for how to do that in a smart way? /Magnus
k
The easiest way to do this is to run a full refresh of products from Shopify to Typesense every X hours depending on how frequently you update products.
This can be a cron job that runs periodically.
m
Alright. That’s what I thought. Thanks 🙂
Just to be sure — are you recommending this approach?
k
Yup, that will work.
👍 1