backlog
backlog copied to clipboard
Async Import
This project is focused on improving the performance of and extending default Magento Import functionality. Now that we have async and bulk REST API capabilities, we can put those to use in order to improve the performance of Magento Import.
Main idea is to use Magento queuing system for magento CSV import. When Admin will go to System -> Import in Magento Backend and will upload new file, in case if using of Queues for Import is configured in env.php Magento have to parse this file and create messages for each object. Then those messages have to be pushed to RabbitMQ (or other queuing system).
Goals
- Remove DB usage when Magento creates new queue messages
- Improve and extend default Magento Import functionality
Project Page: https://github.com/magento/async-import/wiki