Demo code from the talk on Real Time Retail at Bengaluru Streams April 2024.
ngrok http 8000
export SHOPIFY_ACCESS_TOKEN=""
export SHOPIFY_STORE_NAME=""
export SHOPIFY_API_SECRET=""
./setup.sh
-
Make changes to the inventory in Shopify
-
Consume from sell through and dynamic pricing topics
kafka-console-consumer --bootstrap-server localhost:9092 --from-beginning --topic SellThroughConnnector-success | jq
kafka-console-consumer --bootstrap-server localhost:9092 --from-beginning --topic DynamicPricingConnnector-success | jq