> Requirements
>
> 1. Back-end solution for Magento to upload products and they can be sync 
> so I would not have to upload products directly into Magento.
>
> As far as I know Tryton uses postgres db only. In postgres you have 
mysql_fdw (mysql foreign data wrapper for postgres 9.3+) where you can have 
access to mysql database tables as if they were postgres tables. So you may 
have a direct access to magento tables. At that point you even do not need 
any api but you can process data even by sql scripts run from cron. Or run 
by any other language if you do not feel comfortable with sql scripts.
I have already some small experience with mysql_fdw. I have used it for for 
a database transfer from postgres to mysql and it has worked reasonably 
well. Ironically I will do a reverse process in a near future:). 

Perhaps you should provide an additional information on your it background 
and on programming/dbadmin resource that you have at your disposal. That 
always affects business/development/integration decisions.

Kind regards
Andrzej Mazurkiewicz 

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/c1ccd898-2df4-4712-a044-e08ebb6c6cd8%40googlegroups.com.

Reply via email to