Can i sync the database of lightspeed with my another backend system ?

I have my working application on light speed POS . now my client want to create iOS application with Ruby on Rails Backend. so i want to sync my rails backend database with light speed ecom site. for an example, if i had 200 products in my light speed POS than Rails backend should also store 200 products, and show it on iOS app. if any product sold from application with rails database it should also effect on light speed POS.
If it is not possible another thing i want that my backedn rails system and my POS system.is has to be on both sides real time..if there any sale or addition each product it should be realtime .
If it is not possible another thing i want that my backedn rails system and my POS system.is has to be on both sides real time..if there any sale or addition each product it should be realtime .
1 comment
There is no connection allowed to the database, however you can use the API to pull data and build your own.
https://retail-support.lightspeedhq.com/hc/en-us/articles/229129268-Understanding-the-API
Best regards,
Y