Enterprise data pipeline that syncs your Shopify orders, products, and customers to PostgreSQL β with automated scheduling, powerful analytics, and Power BI integration.
A complete data pipeline from Shopify to your analytics stack
Incrementally sync orders, products, and customers from Shopify. Only fetches new and updated records for maximum efficiency.
Cron-based scheduling with presets: every 30 minutes, 1 hour, 6 hours, or daily. Persistent schedules survive restarts.
Built-in charts for order trends, revenue metrics, top products, and customer insights. No external tools required.
Advanced analytics with cohort analysis, funnel visualization, revenue forecasting, and deep-dive filtering.
Connect Power BI directly to your PostgreSQL tables for custom reports and enterprise-grade business intelligence.
Helmet headers, CORS, rate limiting, non-root container, and Kubernetes security contexts out of the box.
Docker Compose, Kubernetes Helm, or bare-metal β your choice
# Pull the multi-arch image docker pull shyamkrishna21/shopsync:latest # Run with your PostgreSQL docker run -d --name shopsync \ -p 3000:3000 \ -e DATABASE_URL="postgresql://user:pass@host:5432/db" \ shyamkrishna21/shopsync:latest
# One-command setup with PostgreSQL included docker compose up -d # Open http://localhost:3000
# Install in the shopsync namespace helm install shopsync ./helm/shopsync \ -n shopsync --create-namespace \ --set env.DATABASE_URL="postgresql://user:pass@host:5432/db" # Or with bundled PostgreSQL helm install shopsync ./helm/shopsync \ -n shopsync --create-namespace \ --set postgresql.enabled=true
# Install dependencies npm install cd client && npm install && cd .. # Build and start npm run build npm start # Open http://localhost:3000
Simple, reliable, and production-ready
ββββββββββββββββ REST API ββββββββββββββββ Shopify API ββββββββββββββββ
β β βββββββββββββββββββΊ β β βββββββββββββββββββββΊ β β
β Browser β β ShopSync β β Shopify β
β (React) β β (Node.js) β β Store β
β β β β β β
ββββββββββββββββ ββββββββ¬ββββββββ ββββββββββββββββ
β
β pg driver
βΌ
ββββββββββββββββ
β PostgreSQL βββββββββΊ Power BI / Grafana / Any SQL
ββββββββββββββββ
Built with modern, reliable technologies
Frontend UI
Build Tool
Runtime
API Framework
Database
Analytics Charts
Multi-Arch
K8s Deployment