SQL vs NoSQL for an inventory management system
问题 I am developing a JAVA based web application. The primary aim is to have inventory for products being sold on multiple websites called channels. We will act as manager for all these channels. What we need is: Queues to manage inventory updates for each channel. Inventory table which has a correct snapshot of allocation on each channel. Keeping Session Ids and other fast access data in a cache. Providing a facebook like dashboard(XMPP) to keep the seller updated asap. The solutions i am