Brekz Exact API¶
Serves as a Proxy between the Brekz PrestaShop and Exact Globe. Has a MySQL connection with the Brekz PrestaShop database. Translates the MySQL data to Exact Globe XML data.
Listing (index) XML responses: - Sometimes we utilize listing/index to reduce the memory usage, for example when a large amount of orders are ready to be processed to Exact Globe.
Brekz Exact Windows Service¶
Serves as a Proxy between the Brekz PrestaShop and Exact Globe and runs on a MS Windows Server next to the Exact Globe MS Windows server. Has a Microsoft SQL connection with the Exact Globe database(s). See: https://bitbucket.org/flooris/brekz-exact-service/commits/branch/master
Listening to Socket connections at port: 6666 Can see the status of this Windows Service via this socket connection Can start several processes from this socket connection, which normally starts periodic
Socket connection is used by the Brekz PrestaShop
${SHELL} "${BASEDIR}/every_05_mins/exact/start_products.sh"
https://github.com/brekz-group/brekz-prestashop/blob/f0a7084ca21e3212128992e4bbd846928947e3f2/cron/cron_every_05_mins.sh