Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 434 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 434 Bytes

ebay-service

A service to synchronize inventory, fetch orders, and add tracking information on eBay. Uses rsmq queue to parse out jobs of adding/removing/updating listings, creating orders, and adding tracking.

redis is used to keep track of the job run times. mongo is used to store eBay-specific data related to inventory and processed orders.

Depends on API endpoints that are specifically modeled around vinyl records.