Replicate your Shopify data. Use a SQL database and unleash relational database super powers.
The sync service handles changes in the Shopify product data via webhooks and saves updates into the database.
On the startup, product data is, optionally, backfilled from Shopify to the database.
sqlboiler mysql
docker-compose up
sql-migrate up
go test ./...
go run .