Inside Our Odoo ERP 17 + SvelteKit Architecture: Real-time Sync for 100k+ Transactions Without Bottlenecks
Bridging frontend E-Commerce with enterprise ERP often leads to database row locks and desynchronized inventory during flash sales. Here is how we used Change Data Capture (CDC), Redis, and event queues to solve it in production.
Separate Read/Write paths, leverage PostgreSQL WAL-based streaming, and offload synchronous Odoo ORM mutations into async worker queues.