Skip to content

Platformatory/real-time-retail

Repository files navigation

Real time retail

Demo code from the talk on Real Time Retail at Bengaluru Streams April 2024.

Setup

ngrok http 8000

In a separate terminal

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

About

Demo code for the talk on Real Time Retail at Bengaluru Streams April '24

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published